Git Product home page Git Product logo

gogo's Introduction

Overview

GoGo is a simple bash script that allows you to quickly launch and initialize a project so you can start working immediately.

With GoGo, do away with the hassle of remembering where your project lives, firing up your text editor, opening a browser, etc.

Installation

Add the following to your .bashrc or .bash_profile:

. ~/.gogo/gogo
if [ -f ~/.gogo/projects ]; then
    . ~/.gogo/projects
fi

You may optionally want to alias 'go' for the 'gogo' script if you aren't already using the 'go' scripting language:

alias go='gogo'

Usage

Add a project

$ cd ~/Projects/skillbonsai
$ gogo --add skillbonsai

Start working on a project

$ gogo skillbonsai

Show existing projects

$ gogo --list

Go to a project directory

$ cd skillbonsai    # once it has been added to your list, you'll have an alias to it

Custom project initialization steps

To customize what initialization steps your project performs, just create a .gorc file in your project's directory and this will be sourced after Go takes you to your project. For example, if you just wanted to open up Textmate in your project directory, you could simply have the line:

mate .

Then when you launch go, you'll navigate to the directory and open your text editor.

Coming soon

  • Paging
  • Sorting by alpha or last used

gogo's People

Contributors

coxandrew avatar

Stargazers

Justin Reese avatar  avatar

Watchers

 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.