Crates.io | penlist |
lib.rs | penlist |
version | 0.1.1 |
source | src |
created_at | 2024-04-30 00:12:10.682039 |
updated_at | 2024-05-01 01:07:34.287922 |
description | Todo List console based application written in Rust. |
homepage | |
repository | https://github.com/mi66mc/penlist |
max_upload_size | |
id | 1224585 |
size | 19,569 |
Rust
, Cargo
installed in your machine and a Nerd Font
to icons appears properly in your machine.
Rust
Cargo
Nerd Font
Dependencies are automatically installed.
To install it just execute this:
$ cargo install penlist
To run the application just type this in your terminal:
$ penlist
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
š§ PenList
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā 001: Make dinner
ā 002: Add /routes/findUser.ts
ā 003: Fix issue nĀ° 284
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
1/3
>
In the >
prompt, you can access all commands and aliases with help
command, an there are the commands:
help
: prints help message.
add <title>
: adds an item to the list.
remove <id>
: remove an item from the list.
toggle <id>
: toggle an item to checked and unchecked such as ā and ā
quit
: quit from application.
save <filename>
: save your todo list into a file.
load <filename>
: load your todo list from a file.
Aliases: help
: (h
); add
: (a
); remove
: (rm
); toggle
: (done
, dn
); quit
: (q
);