The fastest and most secure todo app!
Explore the docs »
Report a Bug
or
Request a Feature
- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
The first open-source project I've built on my road to transition from a project manager to a software developer!
Even though I lack experience when it comes to building technically-exciting products, I don't lack the experience to oversell something not that exciting.
So here we go; t
is the most minimal todo cli app out there and I wouldn't be lying when I'd say that it's:
- The fastest
- The most secure
- The easiest
Here's why:
- It has barely any lines of code + it being written in Rust, it compiles fast!
- It uses a local
.json
file which is secure because it's on your drive! - It has merely three commands, come on.
Rust! And nothing else.
In order to use the blazing fast and insanely secure t
, you can use one of the following two methods:
cargo install t
or clone the repo and simply run:
cargo run
Create a new todo:
t add "<content>"
Get the list of all of your todos:
t list
Delete a todo:
t delete <id>
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Ivan Cernja - Aspiring Rust developer - Ivan Cernja - the creator!