LordOfTrident / doto

A TUI todo manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A TUI todo manager

License:GNU General Public License v3.0


Languages

Language:C 99.3%Language:Makefile 0.7%