jasonm23 7e2337bbe6 Use newer llvm-cov for command line 7 months ago
..
Sources 529a9a4196 Fix line length for codacy 7 months ago
Tests b5c293b60f Fix warning on force cast in a spec 7 months ago
Makefile 7e2337bbe6 Use newer llvm-cov for command line 7 months ago
Package.swift 3c48aa856d Refactor CLI Core 7 months ago
README.md 1152bf23ad Add cutbox shell command 1 year ago

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