Simple notes storage mechanism
- Simple synchronization via git
- FZF Integration
- Friendly zsh and bash completions
- Saving all notes changes with git
- It respects widely used environment variables such as
VISUALandPAGER
Note
It is highly recommended to use the neovim as editor and peek.nvim plugin as markdown previewer
Dependencies:
- git
Optional dependencies:
- bat - For render notes in terminal
- tree - Show tree of notes
- fzf - Beauty notes search
- rg - Search notes by content
git clone https://github.com/thek4n/note.git
cd note
make installInstall from AUR (recommended):
yay -S note-managermake testexport PAGER=less
export VISUAL=nvim
note init -p ~/.notes -r ssh://remote/home/user/.notes-storage
note edit someNote.md
note show someNote.md
note git pushnote sync # to automaticly pull and merge remote changesNote
You can also check out man note for documentation.
NOTEPAGER="grip -b" note show someNote.mdNOTEPAGER="glow" note show someNote.md- Graph building based on markdown links
-
Rewrite on posix shell -
Lock-file -
Synchronization -
Search by notes -
Directories -
Tree of notes