Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 520 Bytes

Kufanya

A simple todo app for the CLI, implemented in JS.

Defaults to today mode for day-to-day use, because in reality we all have a huge backlog of un-ticked 'one day' todos.

Usage

[gif demo of kufanya

Installation

Clone this repo and run npm install to initialise. Once dependencies are installed, you can run it with node index.js.

For convenience, you might want to create an alias in your .bashrc, e.g. alias todo='node ~/path/to/kufanya/index.js'.