Git Product home page Git Product logo

goto's Introduction

goto

Command line tool to jump to a project in your workspace using its initials.

goto vsnb
~/code/vivo-stream-notification-bridge $

Install

Clone this repo, then add your configuration and an alias to your .bashrc or .zshrc.

export GOTO_WORKSPACE="$HOME/code"
export GOTO_IGNORE='professor-cam training'
alias goto="source $HOME/scripts/goto/goto.sh"

Use

goto can be used to jump to a project in your workspace by its initials (where the folder name is hyphenated). For example, goto igm is equivalent to cd $GOTO_WORKSPACE/int-gel-matter.

Providing the full name of a project also works, for example goto professor-cam.

Using goto with no arguments will take you to the root of your workspace.

Configure

goto uses a couple of environment variables to find your project folders.

GOTO_WORKSPACE should be the folder containing your projects. If not specified, this defaults to your home directory.

GOTO_IGNORE should be a space-separated list of folder in your workspace to ignore, in case of clashes. For example, I'm using 'professor-cam training' so that goto pc will match the passport-control project instead of professor-cam. Note that you can still use the full name to bypass ignored projects, e.g. goto professor-cam.

Extend

If you want to include folders not in the root of your workspace you can add these to the case statement in the second half of the script. I've got one set up already to jump to the passport-control-activity package within passport-control.

goto's People

Contributors

ben-wormald avatar

Watchers

 avatar  avatar

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.