Notes is a project to make it easier to take simple plain text notes.

I find plain text files easy to use for a variety of note taking purposes

Instructions

Make sure that the scripts are somewhere in your path. Type note.sh <title> to create a note. The date will automatically be added to the end of the title.

You will want to set the text editor in the note.sh file, my preference is gvim. After the note opens, add tags to the header, unless you have disabled that functionality.

Use listnotes.sh <keyword1> <keyword2> <etc> to find notes containing the given keywords.

Download

See the Github repository

Or directly:

git clone https://github.com/mukoan/Notes.git

This software is licensed under the GNU GPL (version 3).