Crates.io | rchore |
lib.rs | rchore |
version | 0.1.0 |
source | src |
created_at | 2021-07-29 13:15:03.829834 |
updated_at | 2021-07-29 13:15:03.829834 |
description | A feature packed unofficial Google Tasks API written in Rust |
homepage | https://github.com/DarthBenro008/rchore |
repository | https://github.com/DarthBenro008/rchore |
max_upload_size | |
id | 428768 |
size | 559,491 |
A feature packed unofficial Google Tasks CLI to boost your producitvity, written purely in Rust.
rChore is an unofficial Google Tasks CLI, it can help you manage various tasks right from your terminal, it also comes with a powerlevel10k battery support to boost your producivity!
Primary features of rChore are:
rchore
rchore google login
rchore tasks list
, rchore tasks add
, rchore tasks done <task index>
, rchore tasks delete <task index>
-h
flag to know more about a command, feel free to open an issue if you have any questions.If you have cargo installed, you can install rChore using cargo with the following command.
cargo install rchore
You can also download the binary and install it manually.
$PATH
(e.g. /usr/local/bin
).If you use powerlevel10k, you can type rchore battery
to get help on installing the battery.
Open .p10k.zsh file in your favorite editor.
Copy the function from rchore battery
and append it to your .p10k.zsh file
Add rchore to either POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS
or POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
...
rchore
)
Give a ⭐ if you liked this project!
Spread the word to your fellows to boost producitivity for everyone!
Copyright 2021 Hemanth Krishna
Licensed under MIT License : https://opensource.org/licenses/MIT
Made with ❤ and multiple cups of coffee