Skip to content
/ idea Public

A simple To-Do App written in C that fits my needs

License

Notifications You must be signed in to change notification settings

Ezee1015/idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea


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

Compilation

Requirements: ncurses, sed

  • Available make commands
    • make: Compile
    • make clean: Clean the project
    • make install: Install the binary into /usr/local/bin/
    • make uninstall: Uninstall the binary from the system
    • make test: Run the tests. For more options, such as memory leak checking and output logging, see ./build/tests -h

When running make install it will install the idea scripts too. You can see more information about each script inside the scripts directory

Run

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/idea and typing :help (you can change pages with h and l, and increase or decrease the number of items shown with + or -)

In command arguments, you can escape a space with \ , and a backslash with \\.

About

A simple To-Do App written in C that fits my needs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors