Skip to content

ye-junzhe/todo.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo.c

A simple CLI todo app, nothing fancy but really useful, it fits perfectly into your workflow if you are a CLI person.

todo.c GIF

Install

  1. Set the path in build.sh of todos.txt for storing todos(The absolute path to that Dir)

  2. sh build.sh

Keybindings

j => Move down
k => Move up
c => Create todo
x => Done todo
r => Rename todo
s => Refresh
h => Help
q / ctrl+c => Quit

Logging messages will clear themselves after 5 seconds, achieved by applying multithreading

About

Really need a TODO app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published