Crates.io | cubox |
lib.rs | cubox |
version | 0.2.0 |
source | src |
created_at | 2021-09-28 05:06:46.651725 |
updated_at | 2021-09-28 05:06:46.651725 |
description | Take cubox memo in your terminal |
homepage | |
repository | https://github.com/isunjn/cubox-terminal |
max_upload_size | |
id | 457332 |
size | 39,218 |
Take cubox memo in your terminal.
cargo install cubox
The command will be installed as cu
First, set up your API key, which you get in your cubox settings (Premium required).
cu -k xxxxxxxxxxx
Then, take memo like this:
cu some memo text @folder ^title ::tag1 ::tag2 %description
Only memo text is necessary.
Optional: @
for folder, ^
for title, ::
for a tag, %
for description
Example:
cu Nothing is ture, Everything is permitted @assassin ^creed ::game ::assassin
You can also bookmark a url via cu:
cu -l https://example.com
folder, title, tag, description works optional too.
More usage info, type cu --help
Issue and PR are welcomed.