Crates.io | term_do |
lib.rs | term_do |
version | 0.7.0 |
source | src |
created_at | 2022-07-03 22:03:20.311815 |
updated_at | 2022-07-09 01:47:00.227394 |
description | This is a small terminal tool for tracking tasks and also my first project! It is simple, but hope it is as helpful for other people as it is for me. |
homepage | |
repository | https://github.com/bovacu/Term-do-rs |
max_upload_size | |
id | 618578 |
size | 133,576 |
This is a small terminal application for tracking tasks and also my first Rust project! This might not be the most complete and complex task application for terminal ever, but it does a perfect job!
PRE-REQUISITES!! -> Font nerd installed or any other font that is able to render icons!! Otherwise, icons won't be rendered
The app is divided in 2 main blocks, Blocks group and Tasks group.
We can have as many Groups as we want and each group has its own set of tasks. Groups are completely independent one from each other.
Inside the groups we can create as many tasks and subtasks as needed and mark them as done or undone and fold them if a task has subtasks.
Controls are specified inside the application by pressing '?'.
The configuration file for basic customization is alongside the executable, it is a file called settings.ini. It allows you to modify the colors of the text, the borders and the icons.
I've been using this app during the development of this app, and it is really useful for software development in general.
Any error you find you can contact me (vazquezborja@hotmail.es), and I'll try to fix it as soon as possible!
In this version it was added: