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

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