Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/yardbull
A simple apple URL handler app written in cocoa to shell out to terminal tools
https://github.com/atmos/yardbull
Last synced: 3 months ago
JSON representation
A simple apple URL handler app written in cocoa to shell out to terminal tools
- Host: GitHub
- URL: https://github.com/atmos/yardbull
- Owner: atmos
- License: mit
- Created: 2008-06-04T03:37:50.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-03-15T18:51:37.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T13:59:39.563Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.26 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This a simple custom URL handler written in Cocoa. It's surprisingly little
code for what it does. It parses the url that's provided and calls an
internal tool that's a shell command. With this we can login to environments
automagically. :)To install simply do the following:
% rake
% Checkout the "Log Me In" link on an enivornments page in ninjaThis really only parses urls that are formed like "appcloud://compton" It
grabs the environment name, compton, and shells out to ey terminal. Hopefully
it'll save you some typing.I'd like to redo this to run any applescript returned from a remote host but I'm
a little strapped for time. Please hit me up if this helped anyone or you do
something cooler.