All Projects → ff-notes → Ff

ff-notes / Ff

Licence: gpl-3.0
A distributed note taker and task manager.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Ff

flawesome
Productivity Tool
Stars: ✭ 56 (-62.42%)
Mutual labels:  notes, tasks, note-taking
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (-71.81%)
Mutual labels:  gtd, notes, tasks
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+530.2%)
Mutual labels:  note-taking, notes
Geekbook
G33KB00K3 - fun to read & fun to write -- 🤓 eXtreme eXtendable note taking system for nerds/geeks (including scientists!) docs: http://geekbook.rtfd.io = beautiful html generator of your markdown-based notes
Stars: ✭ 31 (-79.19%)
Mutual labels:  note-taking, notes
Notes
A zero dependency shell script that makes it really simple to manage your text notes.
Stars: ✭ 62 (-58.39%)
Mutual labels:  note-taking, notes
Vscodenotebook
📝 Use VS Code as a reliable note-taking/journal application
Stars: ✭ 584 (+291.95%)
Mutual labels:  note-taking, notes
Instanote
Note keeping done in PHP 5.2 and JSON
Stars: ✭ 11 (-92.62%)
Mutual labels:  note-taking, notes
Notemarks
A git based labeling app to manage notes, documents, and bookmarks.
Stars: ✭ 61 (-59.06%)
Mutual labels:  note-taking, notes
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+2481.21%)
Mutual labels:  note-taking, notes
Notejot
Stupidly-simple notes app.
Stars: ✭ 138 (-7.38%)
Mutual labels:  note-taking, notes
Piece
📜 Less equals more. A neat and elegant app for temporary note-taking.
Stars: ✭ 86 (-42.28%)
Mutual labels:  note-taking, notes
Posce
A note-taking toolkit for your command line.
Stars: ✭ 103 (-30.87%)
Mutual labels:  note-taking, notes
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+3340.27%)
Mutual labels:  note-taking, notes
Takenote
TakeNote is a note-taking app for the web. You can use the demo app at takenote.dev. It is a static site without a database and does not sync your notes to the cloud. The notes are persisted temporarily in local storage, but you can download all notes in markdown format as a zip.
Stars: ✭ 5,180 (+3376.51%)
Mutual labels:  note-taking, notes
Notecalc3
NoteCalc is a handy calculator trying to bring the advantages of Soulver to the web.
Stars: ✭ 879 (+489.93%)
Mutual labels:  note-taking, notes
Stup
Daily notes in the terminal 🐧
Stars: ✭ 340 (+128.19%)
Mutual labels:  note-taking, notes
Notational Fzf Vim
Notational velocity for vim.
Stars: ✭ 975 (+554.36%)
Mutual labels:  note-taking, notes
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (-18.12%)
Mutual labels:  note-taking, notes
Deer
✏️A modern, fast, beautiful note taking app, built on Electron and React
Stars: ✭ 267 (+79.19%)
Mutual labels:  note-taking, notes
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (+99.33%)
Mutual labels:  note-taking, notes

𝑓𝑓

A distributed note taker and task manager.

What's the big deal?

  1. 𝑓𝑓 synchronizes via any file sync application, like git, Yandex.Disk, Dropbox, or Google Drive.
  2. 𝑓𝑓 is available offline and synchronizes without conflicts thanks to CRDT and RON.

Stability

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.

Project-based task management

𝑓𝑓 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.

Install

$ git clone https://github.com/ff-notes/ff.git
$ cd ff
$ stack install ff

Install experimental GUI

GTK version

Prerequisites

Follow https://github.com/haskell-gi/haskell-gi#installation.

Program

Mac OS:

$ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
$ stack install ff-gtk

Ubuntu:

$ stack install ff-gtk

Qt version

Prerequisites

Mac OS:

$ brew install qt

Ubuntu:

# apt install qt5-default

Program

$ stack install ff-qt

Completion for commands and options

Ubuntu 18.04

ff --bash-completion-script `which ff` | sudo tee /etc/bash_completion.d/ff

MacOS

ff --bash-completion-script `which ff` | sudo tee /usr/local/etc/bash_completion.d/ff

Usage

Look what 𝑓𝑓 can do for you

$ ff --help
Usage:  [-b|--brief] [--json] [-C|--data-dir DIRECTORY] ([-V|--version] |
        [COMMAND] | [-l|--limit ARG] ([-n|--no-tag] | [--tag TAG]...)
        [--without-tag TAG]...)
  A note taker and task tracker

Available options:
  -b,--brief               List only note titles and ids
  --json                   Use JSON for input/output
  -C,--data-dir DIRECTORY  Path to the data dir
  -V,--version             Current ff-note version
  -l,--limit ARG           Number of issues
  -n,--no-tag              Filter items that has no tags
  --tag TAG...             Filter by tag
  --without-tag TAG...     Filter items without tag
  -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, using command from environment
                           variable `EDITOR` or program `editor`
  new                      synonym for `add`
  postpone                 make a task start later
  search                   search for notes with the given text
  show                     show note by id
  tags                     show tags of all notes
  sponsors                 show project sponsors
  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

Get started

Personal

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

Project-based

To work with a project's tasks, just run 𝑓𝑓 inside a VCS repository.

$ ls
.git
$ ff add ...
$ ls
.ff .git
$ git add .ff

Get some unfinished tasks

$ ff
Actual:
    * buy milk
      id 458a1456lrc-12z3opnykw, start 2018-01-10

Add new task or note

$ 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

Mark task done

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

Developers community

We have a telegram chat ff-dev where you can ask your questions.

Alternative chat: https://gitter.im/ff-notes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].