To use the CutBox history on the command line you can use the cutbox
shell command.
List all the items from CutBox history:
cutbox
List the 10 most recent items from CutBox history:
cutbox 10
Build from source from the repo:
cd cutbox_command
swift build -c release
cp .build/release/cutbox /usr/local/bin/cutbox