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

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