Giter Club home page Giter Club logo

esp's Introduction

ESP - (E)VERY (S)YSTEM (P)ROGRAM

   .oPYo. .oPYo.  .oPYo.
   8.     8       8    8
   `boo   `Yooo. o8YooP'
   .P         `8  8
   8           8  8
   `YooP' `YooP'  8

Synopsis

ESP is an OSX terminal convenience script that allows users to easily launch OSX programs from the command line without knowing the entire OSX Bundle Identifier Name. It associates user aliases to OSXs program bundles via the kMDItemDisplayName mechanism for an intuitive way to launch programs.

Motivation

When deep into the directory tree in the console, it was annoying to open a program and have to re-navigate down the tree to find the program to modify. I also wanted a way to launch photoshop by typing 'photshop' or sublime by typing 'sublime' or whatever-the-heck-I-want-to-run by typing 'whatever-part-of-the-program-name-I-know-without-needing-to-first-have-made-an-alias'. If you think it would be more convenient to simply launch a program from the terminal than to reach for the mouse and go the dock or applications then open your document or click open the folder or select the new document template, then this program might be something which would appeal to you.

Outcomes / Benefits

  • utilize "dynamic references" to load software from the terminal window
  • save your favorite references
  • list your existing references
  • delete references from your saved list
  • print the equivilent alias for a dynamic reference
  • create an aliases for dynamic references
  • update the esp core software with ease

Examples

I should put some examples here soon

Installation

I'll be changing these installation instruction from this to curl as it is avaiable on the os even without homebrew

Installing esp is easy to do. Ensure wget is installed, add ~/bin to the local users executable path and download it.

  1. Ensure that wget is avaiable on your system: wget -V

    if not, then install using brew install wget

  2. Ensure the current user has ~/bin/ in the executable path using echo $PATH

    if not: echo 'export PATH=$PATH:~/bin' >> ~/.bash_profile; export PATH=$PATH:~/bin

  3. Once ready to install - wget -P ~/bin/ —output-document=esp https://raw.github.com/kimlercorey/esp/master/esp.sh; mv ~/bin/esp.sh ~/bin/esp; chmod +x ~/bin/esp;

Tests

Once installed type the name of your favorite app to start it!

Contributors

The easiest way to get involved is to fork and create a pull request. Also, do add yourself to the authors line or special thanks line too depending on where you prefer to be included. We'll handle incrementing the version on this side. Your involvement is welcome. I am always looking for ways to improve the code.

License

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.