Skip to content

Install

Install the repo-notes-git AUR package with an AUR helper:

Terminal window
yay -S repo-notes-git

repo-notes-git builds from the GitHub repository and installs the notes binary plus Bash, Fish, and Zsh completions.

Use the mise tasks to install dependencies and build the binary. The repo pins Node and Bun through mise.

Terminal window
mise run install
mise run build

The compiled binary is written to dist/notes:

Terminal window
./dist/notes --help

Create a local Arch package from the compiled binary:

Terminal window
mise run package:arch

This task is Arch-specific and needs makepkg from base-devel. The package is written to dist/ and includes shell completions.