Doru
Doru is a simple TODO list in your terminal.
Features
Add new TODOs
List all your TODOs
[ )
[ )
[ )
Edit a TODO
Update status of a TODO
List TODOs with specific status
[ )
[ )
Delete a TODO
Installation
Using Cargo Install
You can use Cargo to install Doru from crates.io
Download the binary directly
TODO: add instructions to download artifact from GitHub, when ready
If you want to run Doru like in the examples above, you will need to add Doru to your Path.
Build from source
If you have Rust toolchain installed on your machine, you can clone directly from GitHub and build locally. No additional dependencies are required:
Configuration
Doru stores TODO items in a JSON file. By default, this file is located at
~/.doru/TODOs.json
. You can change the location of the storage file by
setting the DORU_PATH
environment variable or by using the --path
option with the doru
command.
Documentation
TODO: add docs.rs link
If you cloned the repository, you can run
to generate the documentation and open it in your browser.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.