Skip to content

Ezee1015/idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

219 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 -)

When executing idea through the CLI, you can specify the -m flag to pass multiple instructions to a single instance Example:

idea -m "list" "add todo" "list" "reminders"

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