A command-line to-do list.
Scare is a command-line tool built in rust
designed to simplify task management. With scare
, you can efficiently create, organize, and manage your to-do lists
directly from the command line
, making it easy to stay productive
and organized
.
- Create and manage tasks from the command line.
- Streamlined interface for quick and efficient task management.
- Intuitive commands for adding, completing, and removing tasks.
- Cross-platform
To get started with scare
simply run
$ scare
C
: Create a new taskD
: Enter edit modeSpace
: Toggle task completion.
W
: Navigate to the previous taskShift + W
: Navigate to the first task
S
: Navigate to the previous taskShift + S
: Navigate to the last task
R
: Remove the current task(if done)
Shift + R
: Force remove the current task
A
orCtrl + C
: Quit the application
If you have Rust installed on your machine, you can install scare
by running
$ cargo install scare
Alternatively, you can install scare
directly from this repository by running
$ cargo install --git https://github.com/joaopugsley/scare.git
The scare
source files are distributed under the MIT License found in the LICENSE file.