/tdo

Keyboard driven, hackable TODO list

Primary LanguageJavaScriptMIT LicenseMIT

tdo

A flexible TODO list with the following features:

  • Markdown support
  • Keyboard navigation
  • Use of hashtags for categories, priorities, etc
  • Auto remove completed items after period of time
  • CSS hackability: write functions to assign CSS styles andclasses to tasks and lists
  • Gist storage
  • Ability to work with a large number of tasks

Screenshot

Open

Install & Run

  1. nvm install 8
  2. nvm use
  3. yarn install or just yarn
  4. yarn start

Thanks

Thanks to GH: mstijak/tdo, this fork original author.