Crates.io | dotodo |
lib.rs | dotodo |
version | 0.4.0 |
source | src |
created_at | 2024-01-15 00:34:49.17957 |
updated_at | 2024-03-01 05:23:15.020103 |
description | Do your todos! |
homepage | |
repository | https://github.com/SleepySwords/do_todo/ |
max_upload_size | |
id | 1099851 |
size | 213,355 |
Do your todos! A todo list to organise your needs :)
Be sure to backup your data!
cargo install dotodo
git clone git@github.com/SleepySwords/do_todo.git
cd do_todo
cargo install --path ./
The config.yml
contains your configuration and allows you to customise colours, keys and string components!
For the following, replace YOUR_USERNAME
with your username.
Files | Windows | Linux | MacOS |
---|---|---|---|
Config | C:\Users\YOUR_USERNAME\AppData\Local\dotodo\config.yml |
/home/YOUR_USERNAME/.config/dotodo/config.yml |
/Users/YOUR_USERNAME/Library/Application Support/dotodo/config.yml |
Tasks | C:\Users\YOUR_USERNAME\AppData\Local\dotodo\data.json |
/home/YOUR_USERNAME/.local/share/dotodo/data.json |
/Users/YOUR_USERNAME/Library/Application Support/dotodo/data.json |
Colours can be customised with either hex (eg: #121212
), names (eg: red
) or indexes (eg: 12
).
Keybinds are also able to be customised to something other than the default binds below. This can be done using any character or through the use of keywords, such as space
or enter
. This can be further customised by appending modifiers at the start seperated by a dash (eg: alt-space
).
String components are able to be customised by using quotation marks and placing the desired string between them.
This allows customisation of things, such as the cursor within the fuzzy finder.
Key | Action |
---|---|
a |
Adds a task |
1 |
Select tasklist |
2 |
Select completed tasklist |
k |
Move up |
j |
Move down |
s |
Sorts tasks (by priority) |
S |
Toggles automatic task sort |
Ctrl + n |
Move up in the fuzzy list |
Ctrl + p |
Move down in the fuzzy list |
x |
Open the help menu |
q |
Quit do_todo |
Key | Action |
---|---|
A |
Adds a subtask to the selected task |
c |
Completes the selected task |
d |
Delete the selected task |
e |
Edits the selected task |
t |
Add or remove the tags from this task or project |
p |
Gives selected task lower priority |
J |
Moves the task down on the task list |
K |
Moves the task up on the task list |
enter |
Open/closes the subtask |
L |
Make the selected task a subtask of above |
H |
Make the selected task not a subtask of the parent |
Key | Action |
---|---|
r |
Restores the selected task |
Tags | Fuzzy finder |
---|---|
Subtasks |