Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
/ LeShellSnippet Public archive

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.

License

Notifications You must be signed in to change notification settings

botwhytho/LeShellSnippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

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

Usage

LeShellSnippet Basic Usage

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published