/noto

A command line journal 🌈

Primary LanguageCGNU General Public License v3.0GPL-3.0

noto

A command line journal 🌈

Install from AUR

yay -S noto

Usage

### Make a new entry:
noto "Hello, noto!"
noto 123

### Show all entries:
noto
@a9b1ah Hello, noto!
@e7sa3b 123

### Show the entry:
noto @a9b1ah
Hello, noto!

### Remove an entry:
noto -r @a9b1ah

Build from source

cmake CMakeLists.txt && make