cubox

Crates.iocubox
lib.rscubox
version0.2.0
sourcesrc
created_at2021-09-28 05:06:46.651725
updated_at2021-09-28 05:06:46.651725
descriptionTake cubox memo in your terminal
homepage
repositoryhttps://github.com/isunjn/cubox-terminal
max_upload_size
id457332
size39,218
Jianan Sun (isunjn)

documentation

README

Cubox-Terminal

Take cubox memo in your terminal.

Install

cargo install cubox

The command will be installed as cu

Usage

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

Todo

  • Test
  • Binary distribution
  • Support editing using vim or $EDITOR

Contributing

Issue and PR are welcomed.

License

MIT

Commit count: 17

cargo fmt