1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/bin
Philippe Proulx d12378fc15 Fix no jump when query begins with - in Zsh
Without this commit, the following command prints the
path found by autojump, but doesn't actually jump because
the Zsh script assumes we're passing an option to j():

    j -- -tools

The -- is needed; otherwise `-tools` would be interpreted as
a (bad) autojump option.
2014-09-24 12:39:19 -04:00
..
_j fix zsh tab completion function 2013-12-31 09:54:50 -06:00
autojump autopep8'ed 2014-08-09 19:59:41 -07:00
autojump_argparse.py autopep8'ed 2014-08-09 19:59:41 -07:00
autojump_data.py Tweak Windows temp.close() comment line. 2014-08-17 16:00:08 -07:00
autojump_utils.py autopep8'ed 2014-08-09 19:59:41 -07:00
autojump.bash Test / create errors directory before writing to it. 2014-01-11 11:46:50 -06:00
autojump.bat initial windows support 2014-01-12 19:34:28 +00:00
autojump.fish Merge branch 'fix_wrappers' 2014-01-08 11:11:39 -06:00
autojump.lua cleanup, add custom installation support, change default windows install directory 2014-01-16 11:39:17 +00:00
autojump.sh standardize to new age shell style 2014-01-07 22:13:29 -06:00
autojump.tcsh fix to allow directories starting with hyphens 2014-05-05 02:50:51 -04:00
autojump.zsh Fix no jump when query begins with - in Zsh 2014-09-24 12:39:19 -04:00
icon.png restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00
j.bat fixed batch variable handling 2014-01-13 19:04:39 +00:00
jc.bat initial windows support 2014-01-12 19:34:28 +00:00
jco.bat initial windows support 2014-01-12 19:34:28 +00:00
jo.bat fixed batch variable handling 2014-01-13 19:04:39 +00:00