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

Trent Mick trentm at ActiveState.com
Fri Jul 5 04:47:03 EDT 2002


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 at ActiveState.com





More information about the Python-list mailing list