A command-line note-keeping app that uses Git for backups.
ALL RIGHTS RESERVED, unless otherwise noted.
Instructions (for Unix/Posix/Linux/MacOS systems):
-
Clone this repository. Run setup program.
git clone git@github.com:HalCanary/notebook.git notebook/setup
-
Make sure
~/bin
is in yourPATH
environemnt variable. -
Make sure that the
VISUAL
environemnt variable is set to the path of your favorite text editor. -
Make a place to securely push your repository to, then set that as remote
cd .../notebook git remote add origin YOUR_REPOSITORY_URL
Just execute the following from the command line:
note
This will edit a file in the notebook/YYYY/MM/
directory (creating the
directory if needed) called notes-YYYY-mm-dd_Www.txt
. For example:
notebook/2022/11/notes-2022-11-11_Fri.txt
.
Just execute the following from the command line:
notebook-update
This will create a commit of any changes to the notebook directory.