launch
Version, currently master branch1 version
- master branchlatestAug 1, 2019
github.com/dscottboggs/launch
Spawn a series of comma-separated commands and ignore their output.
Installation
# Add this to your shard.yml
dependencies:
launch:
github: dscottboggs/launch
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.29.0- License
- MIT
- Author
- Scott Boggs
- Target
launchfrom src/bin.cr
Dependencies
This version declares no dependencies.
README
launch
A quick upgrade to a shell function -- launch a bunch of processes in the
background, ignoring their output. I use this in a VM on a local system
via ssh -X for launching Chromium and other GUI apps.
Installation
Download the binary.
Usage
At a command line, type "launch" followed by a series of comma-separated commands. For example,
launch chromium-browser https://crystal-lang.org/api/latest, gvim src/launch.cr
would launch Chromium and open it to the Crystal docs, and open gvim on the source file. Note the position of the comma.
Compiling From Source
- Have crystal installed
- Clone the repo, or a fork
- From the repository directory, run
shards build
Contributing
- Fork it (https://github.com/dscottboggs/launch/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Scott Boggs - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Aug 1, 2019
- Crystal
0.29.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/dscottboggs/launch
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1