|
1 год назад | |
---|---|---|
.. | ||
Sources | 1 год назад | |
Tests | 1 год назад | |
Makefile | 1 год назад | |
Package.swift | 1 год назад | |
README.md | 2 лет назад |
To use the CutBox history on the command line you can use the cutbox
shell command.
List all the items from CutBox history:
cutbox
List the 10 most recent items from CutBox history:
cutbox 10
Build from source from the repo:
cd cutbox_command
swift build -c release
cp .build/release/cutbox /usr/local/bin/cutbox