Toado 🐸 📋
A simple interactive task and project manager for the command line built in rust.
Installation
Currently, toado can only be installed through rusts package manager cargo. Install rust and cargo here.
To install toado through cargo, run the following command:
To check that toado is installed, run the following command:
This command will print the version of the application if installed correctly.
Usage
Information about toado's commands can be viewed by running the help command as follows:
)
)
You can view information about specific commands using the help as follows:
$ todo help ls
Display a list of items
Usage: toado ls [OPTIONS] [ORDER_BY]
Arguments:
[ORDER_BY] List item order [possible values: id, name, priority]
Options:
-t, --task List tasks (default behaviour)
-p, --project List projects
-v, --verbose List all item information
-a, --asc List in ascending order
-d, --desc List in descending order
-l, --limit <LIMIT> Limit the number of items listed
-o, --offset <OFFSET> Offset start of list
-f, --full List all items
-h, --help Print help
-V, --version Print version
Building
To build the project, you must have Rust version 1.77.2 or later. Run the following commands to build toado: