A small file-based manager for short notes.
This is a tiny manager for simply notes und TODOs. It is written entirely in
fish syntax and has no dependencies apart from core commands like cat
or
echo
.
To keep things simple, every note is a small plain text file inside the given
note-directory.
Recommended - fisher:
Simply run fisher add https://git.sr.ht/~jlkde/note.fish
Add fundle plugin jlkDE/notes.fish --url https://git.sr.ht/~jlkde/note.fish
to your ~/.config/fish/config.fish and
run fundle init
Simply copy notes.fish
from this repositories functions folder into
~/.config/fish/functions/ or any other directory in your $PATH
.
Usage: note [OPTION] [ARGUMENT]
To follow the KISS principle and to rely entirely on basic shell operations.
You have not set your environment editor variable, which usually points to an
lightweight cli editor like vi or nano. Either set it permanent with set -U EDITOR (**your editor**)
or session wide with set EDITOR (**your editor**)
in your
~/.config/fish/config.fish.
This project is licensed under GNU General Public License v3 or later. See COPYING for more information.