launch
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
Repository
launch
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- about 6 years ago
- August 1, 2019
License
MIT License
Links
Synced at
Wed, 29 Oct 2025 17:19:26 GMT
Languages