Quick note ai is for all the termites out there who refuse to leave there terminals even for a quick second!
It's for when you are trying to create a quick note on a thought that has popped into your head without leaving your state of flow. I consistently think of these things each day but either choose to stay in my state of flow or to exit that flow and write down my thought. However I then run into the issue of taking too long on the note or never coming back to finishing the note.
Quick note takes the original concept of this & shoots it off into the AI mothership & spits back out a markdown file with:
- Notes
- Examples
- Resources into your directory of choice.
go version 1.22.x
git clone https://github.com/matthewrobinsondev/quicknote-ai
for example on linux it's
$HOME/.config/quicknote-ai/config.toml
You can copy the example config.toml
or just create your own file but only two keys are needed
openai_api_key="xyz"
notes_directory="Documents/Notes"
go build -o quicknote-ai
for example
sudo mv quicknote-ai /usr/local/bin/
Currently only one type of note is accepted. I'm currently looking at adding both a flag for open ai model & note templae. However in the current version they are both hard coded.
quicknote-ai note -t "Your quick note prompt"