Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History

cutbox_command

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CutBox shell command

To use the CutBox history on the command line you can use the cutbox shell command.

Print history

List all the items from CutBox history:

cutbox

List the 10 most recent items from CutBox history:

cutbox 10

Installation

Build from source from the repo:

cd cutbox_command
swift build -c release
cp .build/release/cutbox /usr/local/bin/cutbox