#todo #tui #cli

app todux

todux is a simple yet fast todo manager via CLI

2 releases

0.1.1 Oct 4, 2021
0.1.0 Oct 4, 2021

#80 in #todo

35 downloads per month

MIT license

98KB
501 lines

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:

  • Toggle/Untoggle item
  • Delete item
  • 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.

Dependencies

~3–4.5MB
~82K SLoC