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