Command line tool to access CutBox history
jasonm23 opened this issue · 2 comments
jasonm23 commented
Adding a command line tool that can access the CutBox History.
- Print all
cutbox
- Print 10 most recent
cutbox 10
Depending on "reasons", I'll expand this tool to include:
- Print history items by search key.
- String contains: search key
cutbox -f http
- String contains: search key (limit 10)
cutbox -f http 10
- String contains: search key
Note: only one search option allowed. The behavior of multiple search options will be undefined.