Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.18 KB

A TUI todo manager

License Issues GitHub pull requests


A terminal UI todo manager for Linux written in C.

Table of contents

Demo

Quickstart

$ git clone --recurse-submodules https://github.com/LordOfTrident/doto
$ cd doto
$ make
$ ./doto -h

Config

You can find the config file in ~/.config/doto.json. It is automatically created when missing. Config documentation coming soon.

Bugs

If you find any bugs, please create an issue and report them.