ANN: 'go' v0.6.3 - quick directory changing

Trent Mick trentm@ActiveState.com
Fri, 5 Jul 2002 01:47:43 -0700


Where?

    http://starship.python.net/~tmick/


What is 'go'?

    'go' is a simple command line application to help you change directories
    in your shell session quickly. Generally you have a set of directories
    that you commonly visit. Typing these paths in full, even given tab
    completion, can be a pain. This script allows one to define a set of
    directory shortcuts to be able to quickly change to them. For example, I
    could define 'apy' to represent "D:\trentm\main\Apps\ActivePython", then 

           C:\> go apy
           D:\trentm\main\Apps\ActivePython>
    and

           C:\> go apy/test
           D:\trentm\main\Apps\ActivePython\test>

    Some standard shortcuts, such as '~' for $HOME, are setup.


What platforms?

    Windows and Linux.


Cheers,
Trent

-- 
Trent Mick
TrentM@ActiveState.com