| Crates.io | scare |
| lib.rs | scare |
| version | 1.1.0 |
| created_at | 2024-01-03 00:31:30.004175+00 |
| updated_at | 2024-01-06 03:44:33.679327+00 |
| description | Scare is a CLI to-do list manager that simplifies task management for efficient productivity in the terminal. |
| homepage | https://github.com/joaopugsley/scare |
| repository | https://github.com/joaopugsley/scare |
| max_upload_size | |
| id | 1086857 |
| size | 17,020 |
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.
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 taskS: Navigate to the previous taskShift + S: Navigate to the last taskR: Remove the current task (if done)Shift + R: Force remove the current taskA or Ctrl + C: Quit the applicationIf 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
⚠️ If you do not have cargo, install using Rust's Installation Documentation
The scare source files are distributed under the MIT License found in the LICENSE file.