Skip to content

valsaven/noto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

noto

A command line journal ๐ŸŒˆ

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

Install from AUR (Arch Linux)

yay -S noto

Build from source

Prerequisites

  • GCC โ‰ฅ 13
  • Meson โ‰ฅ 1.9.1
  • Ninja โ‰ฅ 1.13.2

Build instructions

# 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)

Optional: release build (smaller & faster)

meson setup -Dbuildtype=release build-release
meson compile -C build-release

Run

./build/noto    # Linux/macOS
build\noto.exe  # Windows PowerShell

Install (optional)

meson install -C build  # installs to /usr/local (Linux) or your prefix

About

A command line journal ๐ŸŒˆ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •