Jason Milkins 07da3ca548 Add searching, make an xcodeproj vor 1 Jahr
..
Sources 07da3ca548 Add searching, make an xcodeproj vor 1 Jahr
cutbox.xcodeproj 07da3ca548 Add searching, make an xcodeproj vor 1 Jahr
Package.swift 1152bf23ad Add cutbox shell command vor 1 Jahr
README.md 1152bf23ad Add cutbox shell command vor 1 Jahr

README.md

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