| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2021-06-07 |
|
[4693da] Add workflows |
| cmd | 2020-12-14 |
|
[b0d8d5] fix: error while creating task |
| docs | 2021-06-07 |
|
[4693da] Add workflows |
| snap | 2020-12-14 |
|
[b0d8d5] fix: error while creating task |
| todo | 2020-12-14 |
|
[b0d8d5] fix: error while creating task |
| .gitignore | 2020-11-14 |
|
[0d4b5e] Add: snap support |
| CODE_OF_CONDUCT.md | 2020-11-07 |
|
[41d308] Initial commit |
| CONTRIBUTING.md | 2020-11-08 |
|
[ec067b] Imported from gtodo |
| LICENSE | 2020-11-07 |
|
[41d308] Initial commit |
| README.md | 2021-06-07 |
|
[4693da] Add workflows |
| go.mod | 2020-11-07 |
|
[41d308] Initial commit |
| go.sum | 2020-11-08 |
|
[ec067b] Imported from gtodo |
| main.go | 2020-11-07 |
|
[41d308] Initial commit |
tasks will help you get more done in less time.
It's designed to be as simple as possible to help you
accomplish your goals.
Download for your platform
For Linux,
wget https://github.com/mrinjamul/tasks/releases/download/v1.0.1/tasks-linux-amd64-v1.0.1.tar.gz
tar xvf tasks-linux-amd64-current.tar.gz
chmod +x tasks
sudo mv tasks /usr/local/bin
or you can put the executable file into your env variables $PATH
For Android(Termux),
You need to have wget tar. To install simply type pkg install wget tar
cd ~
wget https://github.com/mrinjamul/tasks/releases/download/v1.0.1/tasks-linux-arm-v1.0.1.tar.gz
tar xvf tasks-linux-arm-current.tar.gz
chmod +x tasks
mv tasks ../usr/bin
tasks add --priority=1 download tasks
The following output is automatically generated by tasks. Nothing beyond the
command and flag definitions are needed.
tasks will help you get more done in less time.
It's designed to be as simple as possible to help you
accomplish your goals.
Usage:
tasks [command]
Available Commands:
add Add a new task
clear Clear all tasks
done Mark Task as Done
help Help about any command
list list all tasks
modify edit a task
remove Remove a task
undone Mark Task as UnDone
version Prints version
Flags:
--config string config file (default is $HOME/.tasks.yaml)
-h, --help help for tasks
Use "tasks [command] --help" for more information about a command.