todux

Crates.iotodux
lib.rstodux
version0.1.1
sourcesrc
created_at2021-10-04 20:56:30.422534
updated_at2021-10-04 22:02:39.587474
descriptiontodux is a simple yet fast todo manager via CLI
homepagehttps://github.com/sf3ris/todux
repositoryhttps://github.com/sf3ris/todux
max_upload_size
id460329
size143,869
Valerio Pizzichini (sf3ris)

documentation

README

TODUX

Simple CLI todo manager

Quick links:

How to use

How_to_use

Commands list

Add item

$ todux add "Schedule new meeting for tomorrow at 10.30"

"Schedule new meeting for tomorrow at 10.30" added ✔

Display list

$ todux list

Interactive keybindings during list view:

  • [T] Toggle/Untoggle item
  • [D] Delete item
  • [Q] Quit app

Change workspace

$ todux workspace set new_workspace

Workspace set to "new_workspace" ✔

Unset workspace

$ todux workspace unset

Delete workspace

$ todux workspace remove new_workspace

Workspace "new_workspace" removed 🗑

Installation

From source

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.

From binaries

The release page includes precompiled binaries for Linux.

Commit count: 42

cargo fmt