CLI note-taking app, primarily for use as a quick and dirty way to record information. I previously worked as a major incident manager and often needed a tool that worked quickly and efficiently to help me record relevant information during critical events. That is the primary motivation behind this tool.
- Clone this repo
- Cd into the cloned repo
- Create a
build/
directory in the repo - Run
make
- Run Noted by starting the binary located in the
build/
directory
This application was written and built on linux, so it has not been tested on Windows yet. I expect it may not function properly until further testing occurs!