A distributed note taker and task manager.
- 𝑓𝑓 synchronizes via any file sync application, like git, Yandex.Disk, Dropbox, or Google Drive.
- 𝑓𝑓 is available offline and synchronizes without conflicts thanks to CRDT and RON.
Works on all my computers and synchronizes between them successfully. 𝑓𝑓's own issues are tracked in 𝑓𝑓 since the first day of development. I also use 𝑓𝑓 for my personal tasks since the first day of development. Please feel free to test it in your environment. But no guarantees.
𝑓𝑓 detects if it is run inside a git repository and saves notes in it. Other VCS will be supported in future. Feel free to open a ticket if you want to extend support.
$ git clone https://github.com/ff-notes/ff.git
$ cd ff
$ stack install ff
Follow https://github.com/haskell-gi/haskell-gi#installation.
Mac OS:
$ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
$ stack install ff-gtk
Ubuntu:
$ stack install ff-gtk
Mac OS:
$ brew install qt
Ubuntu:
# apt install qt5-default
$ stack install ff-qt
ff --bash-completion-script `which ff` | sudo tee /etc/bash_completion.d/ff
ff --bash-completion-script `which ff` | sudo tee /usr/local/etc/bash_completion.d/ff
$ ff --help
Usage: [-b|--brief] [-C|--data-dir DIRECTORY] ([-V|--version] | [COMMAND] |
[-l|--limit ARG])
A note taker and task tracker
Available options:
-b,--brief List only note titles and ids
-C,--data-dir DIRECTORY Path to the data dir
-V,--version Current ff-note version
-l,--limit ARG Number of issues
-h,--help Show this help text
Available commands:
add add new task or note
agenda show what you can do right now [default action]
config show/edit configuration
contact show contacts
delete delete a task
done mark a task done (archive)
edit edit a task or a note
new synonym for `add`
postpone make a task start later
search search for notes with the given text
show show note by id
track track issues from external sources
unarchive restore the note from archive
upgrade check and upgrade the database to the most recent
format
wiki show all wiki notes
To save personal notes and tasks somewhere you must configure 𝑓𝑓's data directory
ff config dataDir --help
If you use Yandex.Disk, you can say just
ff config dataDir -y
To work with a project's tasks, just run 𝑓𝑓 inside a VCS repository.
$ ls
.git
$ ff add ...
$ ls
.ff .git
$ git add .ff
$ ff
Actual:
* buy milk
id 458a1456lrc-12z3opnykw, start 2018-01-10
$ ff add 'learn Haskell'
Now you can find it in your agenda:
$ ff
Actual:
* buy milk
id 458a1456lrc-12z3opnykw, start 2018-01-10
* learn Haskell
id 459h2tqxutq-24nuhr86ae, start 2018-01-14
Marking done is actually moving to archive.
$ ff done 458a1456lrc-12z3opnykw
archived:
buy milk
id 458a1456lrc-12z3opnykw, start 2018-01-10
Archived tasks don't appear in an agenda:
$ ff
Actual:
* learn Haskell
id 459h2tqxutq-24nuhr86ae, start 2018-01-14
We have a telegram chat ff-dev where you can ask your questions.
Alternative chat: https://gitter.im/ff-notes