Crates.io | todux |
lib.rs | todux |
version | 0.1.1 |
source | src |
created_at | 2021-10-04 20:56:30.422534 |
updated_at | 2021-10-04 22:02:39.587474 |
description | todux is a simple yet fast todo manager via CLI |
homepage | https://github.com/sf3ris/todux |
repository | https://github.com/sf3ris/todux |
max_upload_size | |
id | 460329 |
size | 143,869 |
Simple CLI todo manager
Quick links:
$ todux add "Schedule new meeting for tomorrow at 10.30"
"Schedule new meeting for tomorrow at 10.30" added ✔
$ todux list
Interactive keybindings during list view:
$ todux workspace set new_workspace
Workspace set to "new_workspace" ✔
$ todux workspace unset
$ todux workspace remove new_workspace
Workspace "new_workspace" removed 🗑
With Rust's package manager cargo, you can install todux via:
cargo install todux
Note that rust version 1.42.0 or later is required.
make
is also needed for the build.
The release page includes precompiled binaries for Linux.