Download Latest Version Alpha 4_ Interpreter Mode source code.zip (23.8 MB)
Email in envelope

Get an email when there's a new version of Suitcase

Home / 1.0.0-alpha-3
Name Modified Size InfoDownloads / Week
Parent folder
Suitcase.dmg 2020-05-14 1.4 MB
README.md 2020-05-14 2.1 kB
Suitcase v1.0.0b8 - Alpha 3 source code.tar.gz 2020-05-14 23.7 MB
Suitcase v1.0.0b8 - Alpha 3 source code.zip 2020-05-14 23.8 MB
Totals: 4 Items   48.9 MB 0

The Third Release

This build adds a few more features (dividers, spacers and mono text). The spacers and dividers allow for interfaces that, look nicer, are more Mac-like and have logical separation of data.

For example spacers, were added to support interfaces like this, SCalc calculator (read the back story)

SCalc > PCalchttps://user-images.githubusercontent.com/207455/81951443-103e3c00-95fd-11ea-9475-fedfdf716f5d.png">

Features

Install

Install a Suitcase command onto your system so it can be quickly launched by the run command. You can install a running Suitcase by selecting the "Suitcase > Install" menu item.

Suitcase > Installhttps://user-images.githubusercontent.com/207455/81953855-1386f700-9600-11ea-8e34-7661dd3ea64a.png">

Controls

--dividers

Adds a visual dividing line either vertically or horizontally depending on its context.

--spacers

Adds a spacer that expands to fill the space, allows for controls to be left or right aligned.

text-mono control type

This new control type acts the same as the text type. The only difference is the font used in mono-spaced. This is useful when displaying ASCII charts and tables.

Hexdump

Commands

diagnostic

Outputs basic system info for attaching to bug reports. The report will be added to over time.

:::bash
$ Suitcase diagnostic⏎

run

Launch a Suitcase command placed in any of the paths in the environment variable PATH. Suitcase will search the paths in order looking for a command named "suitcase-" where <COMMAND NAME> is the argument passed to the run command.

You can install a running command using the menu item "Suitcase > Install".

:::bash
$ Suitcase run helloworld⏎
Source: README.md, updated 2020-05-14