Manage your notes with flat files and your system text editor
Go to file
Kevin MacMartin 9eb26d3656 Move tput initialization so the list of notes doesn't get cleared before the text entry in at least urxvt and alacritty 2024-03-21 18:01:53 -04:00
LICENSE Include MIT license 2023-08-23 18:26:05 -04:00
readme.md Add a missing dependency on coreutils to the readme (dd and od are required) 2023-08-23 23:50:42 -04:00
vnotes Move tput initialization so the list of notes doesn't get cleared before the text entry in at least urxvt and alacritty 2024-03-21 18:01:53 -04:00

readme.md

vnotes

Manage your notes with flat files and your system text editor

Dependencies

Configuration

Configuration is handled using environment variables:

  • EDITOR: The text editor that should be used to open notes (default: /usr/bin/vim)
  • VNOTES_FOLDER: The folder notes should be managed in (default: $HOME/Notes)
  • VNOTES_EXTENSION: The file extension notes should have (default: md)

Usage

  • vnotes [PATTERN]: If multiple notes include [PATTERN] a list of matching notes is presented to choose from, otherwise it opens the closest matching note
  • vnotes -c|--create [NAME]: Creates a new note named [NAME]
  • vnotes -d|--delete [NAME]: Deletes the note named [NAME]
  • vnotes -h|--help: Shows the help text