1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/bin
Daniel Hahler 6d98cf886d Do not decode os.path.realpath / path
`path` is decoded already (coming from `db`) and this caused the
following error:

    Traceback (most recent call last):
      File "/home/user/.autojump/bin/autojump", line 460, in <module>
        if not shell_utility(): sys.exit(1)
      File "/home/user/.autojump/bin/autojump", line 429, in shell_utility
        results = find_matches(db, patterns, max_matches, False)
      File "/home/user/.autojump/bin/autojump", line 374, in find_matches
        if current_dir == decode(os.path.realpath(path)) :
      File "/home/user/.autojump/bin/autojump", line 277, in decode
        return text.decode(encoding, errors)
      File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
        return codecs.utf_8_decode(input, errors, True)
    UnicodeEncodeError: 'ascii' codec can't encode character u'\xb4' in
    position 52: ordinal not in range(128)
2012-12-18 11:52:57 +01:00
..
_j update shell scripts to use new tab completion argument --complete, update docs with new --preserve option 2012-05-06 15:17:33 -10:00
autojump Do not decode os.path.realpath / path 2012-12-18 11:52:57 +01:00
autojump_argparse.py Vendorize argparse 2012-09-26 22:04:45 +02:00
autojump.bash Add jc function, jump to a subdirectory of the current working directory. 2012-12-14 22:58:20 -06:00
autojump.sh Consolidate source calls to use autojump.sh. Modify autojump.sh to support 2012-11-22 16:33:05 -06:00
autojump.zsh Add jc function, jump to a subdirectory of the current working directory. 2012-12-14 22:58:20 -06:00
icon.png restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00
jumpapplet Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00