tds

Latest Version

A tool to manage to-do items.

banner

Feature

I. Update task status anywhere 🌍

1 - user, N - devices

Because the data is stored in your own database, it can be reached synchronously on any device.

II. Assign / Receive ToDo with other 👬

N - users, N - devices

Configure multiple users to connect to the same database, each user can edit and modify their own tasks without interfering with each other. You can even assign tasks to others, similar to Trello.

III. Sync with GitLab / GitHub 📦

You can synchronize tasks on gitlab to tds, and even submit changes to gitlab.

IV. Customization 🎨

You can easily configure your favorite window style.

Install

0. vi ~/.config/tds/tds.toml

toml db_host = "127.0.0.1" db_port = "5432" db_user = "iiran" db_password = "iiran" db_database = "iiran" user = "iiran" email = "percivalstr@163.com" gitlab_user = "" gitlab_ac_token = ""

1. Install by Cargo

bash cargo install tds tds --init

How to use

```bash USAGE: tds [COMMAND] [OPTION]

COMMAND: l --list, List all todo status. i --inspect Check todo. a --add <due> Create new todo. s --set <state> <ID>... Update todo status. d --del <ID>... Delete todo. v --visual Visual Mode. p --pull <host> Pull ToDo from gitlab / github. ```</p> <h3>Example</h3> <h4>1. Create New task</h4> <p>```bash</p> <h1>create task named 'reply email', should be solved in 2 hours.</h1> <p>tds a 'reply email' 2hours ```</p> <h4>2. Update task state</h4> <p>```bash</p> <h1>mark task is cmpleted which id is 1.</h1> <p>tds s c 1 ```</p> </body></html>