Skip to content

linduxed/todo_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoBoard

Terminal user interface for viewing and interacting with TODO systems. Currently the backend supported is TaskWarrior.

Originally it was supposed to serve as a replacement for todo.txt-cli along with various add-ons for it.

Setup

  1. Clone the repo
  2. mix deps.get
  3. cp config/config.exs.sample config/config.exs. Change paths to file in config/config.exs if necessary.

Running application

The application is started with the following command:

mix run --no-halt

Generating documentation

mix docs

View the documentation by opening doc/index.html in your preferred browser.

About

TUI for todo.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages