LeShellSnippet

Description

A custom Lepiter snippet type that runs the string output of Pharo code in the shell. Output from those commands can be used in other snippets in Glamorous Toolkit.

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
CC0-1.0
Stars
6
Forks
1
Created
June 28, 2021
Updated
Jan. 19, 2025
Topics
gtoolkit pharo smalltalk snippets

Categories

System / OS

README excerpt

# LeShellSnippet

A custom Lepiter snippet type that runs the string output of Pharo code in the shell. Output from those commands can be used in other snippets in [Glamorous Toolkit](https://gtoolkit.com/).

**2020/01/19 Update**: This repo has been archived. Glamorous Toolkit has had a 'Shell script' snippet for a while now. This repo was an exploration and learning experience on how to create custom snippet types at a time (~2021) when no documentation existed for it.

# Installation

```Smalltalk
Metacello new
    baseline: 'LeShellSnippet';
    repository: 'github://botwhytho/LeShellSnippet:main/src';
    load.
```

# Usage

![LeShellSnippet Basic Usage](../assets/LeShellSnippet-BasicUsage.gif?raw=true)
← Back to results