A command line journal ๐
### 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 @a9b1ahyay -S noto- GCC โฅ 13
- Meson โฅ 1.9.1
- Ninja โฅ 1.13.2
# Clone and enter the repo
git clone https://github.com/valsaven/noto.git
cd noto
# Configure and build (out-of-source build is mandatory)
meson setup build
meson compile -C build
# The binary will be at build/noto.exe (Windows) or build/noto (Linux/macOS)meson setup -Dbuildtype=release build-release
meson compile -C build-release./build/noto # Linux/macOS
build\noto.exe # Windows PowerShellmeson install -C build # installs to /usr/local (Linux) or your prefix