A simple To-Do App written in C that fits my needs
Note
This project is a work in progress so anything can change or break without notice
Requirements: ncurses, sed
- Available
makecommandsmake: Compilemake clean: Clean the projectmake install: Install the binary into/usr/local/bin/make uninstall: Uninstall the binary from the systemmake test: Run the tests. For more options, such as memory leak checking and output logging, see./build/tests -h
When running
make installit will install the idea scripts too. You can see more information about each script inside thescriptsdirectory
This program has 2 interfaces: CLI or TUI.
- You can see all the available CLI options with
./build/idea -h - or run the TUI version by only running
./build/ideaand typing:help(you can change pages withhandl, and increase or decrease the number of items shown with+or-)
In command arguments, you can escape a space with
\, and a backslash with\\.