Compatibility
- 1.0.3 and master5.35.25.15.04.2
- 1.0.3 and masteriOSmacOS(Intel)macOS(ARM)LinuxtvOSwatchOS
👨🏽🏫 CLI app for controlling Deckset
Control Deckset through a simple CLI.
curl -L https://github.com/theolampert/dkst/releases/download/v1.0.3/dkst > dkst
chmod +x dkst
./dkst
Copy the file to somewhere in your PATH.
git clone git@github.com:theolampert/dkst.git
cd dkst
swift build -c release
Copy .build/release/dkst
to somewhere in your PATH.
Usage:
$ dkst
Commands:
+ export - Export the current Deckset presentation.
<path> - Path to a Deckset presentation.
--format [PDF, JPEG, PNG] - Defaults to PDF.
--printAllSteps - Defaults to false.
+ present - Present a Deckset presentation.
+ rehearse - Rehearse a Deckset presentation.
+ open - Open a Deckset presentation.
<path> - Path to a Deckset presentation.
+ preview - Toggle the Deckset preview window.
+ quit - Quit Deckset.
+ slide-index - Get or Set the current document's slide index.
--index - The optional slide index to set.