noets is a helper application for writing down notes in your terminal, best used with vimwiki and fzf.
- git
- vim (optional)
- fzf (optional)
See noets -h
for more information, config file is in .toml
format.
local_repository_path = "/home/John/Documents/Notes"
remote_repository_url = "https://github.com/John/Notes"
git_username = "John"
git_email = "John@gmail.com"
editor = "notepad++"
mkdir build/
cd build/
cmake --build .
cd build/
cmake ..
sudo make install
cd build/
sudo make uninstall