Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

isunjn/cubox-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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