Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 477 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 477 Bytes

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