Commit Graph

235 Commits (62c0877479289fda46e4517944644236a3bf5875)

Author SHA1 Message Date
William Ting 62c0877479 Add xrange() and fix second() for Python3.
10 years ago
William Ting 349326c82c Merge branch 'tcsh' of https://github.com/jkuan/autojump into 282_add_tcsh_support
10 years ago
William Ting 2100f993b3 formatting cleanup
10 years ago
William Ting 1e15497706 Merge pull request #298 from erbridge/fix_encoding_error
10 years ago
Felix Laurie von Massenbach 68b457184d Fix bad encoding.
10 years ago
Daniel Hahler 015deece87 Completion and jumping for empty needles
10 years ago
Daniel Hahler 196d5233a0 Fix `is_cwd` for symlinks
10 years ago
Daniel Hahler 95472620c7 Escape backslashes in regexps (match_anywhere/match_consecutive)
10 years ago
Daniel Hahler 27a01662a5 Fix regression with `j foo__`
10 years ago
Daniel Hahler 2f26642e7a Fix `Needles must be a list error` for `foo_1`
10 years ago
Johnny Kuan 225cdb2a8b fix to allow directories starting with hyphens
11 years ago
Johnny Kuan 903f79333a minimal tcsh support
11 years ago
Daniel Hahler 09289c59a5 bin/autojump.zsh: only add existing dirs
11 years ago
William Ting 6360876933 Fixes missing path getter introduced in bc91905a.
11 years ago
William Ting bc91905a29 simplify default path
11 years ago
William Ting 4826a0ef6b Use temporary files to prevent IO race conditions.
11 years ago
William Ting 4bd62e2293 minor refactor
11 years ago
William Ting 1d317dcd1a Remove default '.' path from find_match.
11 years ago
William Ting d0578b2c10 Remove accidentally creating tuples.
11 years ago
William Ting 615bb0cafb more descriptive / python function names
11 years ago
William Ting 9f3d7ab5f9 merge
11 years ago
William Ting 12a4667824 remove nested filters
11 years ago
William Ting 9db8c4feb3 add todo
11 years ago
William Ting 255f548b4a Merge branch 'master' of github.com:joelthelion/autojump
11 years ago
William Ting 5ba2774ff3 add list assertion for needles
11 years ago
Daniel Hahler 59d1e1fd9d Fix calls to find_matches, which expects a list of needles
11 years ago
William Ting 681068a2bc Don't check path existence when displaying tab completion menu.
11 years ago
William Ting 1f045c2658 trigger OSError for missing current directory
11 years ago
William Ting 5f9ac19afd whitespace fixes
11 years ago
Michael Lawson ff9376cb93 cleanup, add custom installation support, change default windows install directory
11 years ago
Michael Lawson 7a756aaa4e add completion support
11 years ago
Michael Lawson 1d13c0d4ae fixed batch variable handling
11 years ago
Michael Lawson 53eeed8a99 initial windows support
11 years ago
Daniel Hahler 4a1de9d599 autojump.zsh: use `:h` modifier instead of `dirname`
11 years ago
William Ting 573c1ea418 Test / create errors directory before writing to it.
11 years ago
William Ting b80c630ef8 Merge branch 'fix_wrappers'
11 years ago
William Ting 35bc63c66e Fix encoding issues.
11 years ago
William Ting d4f824d79f standardize to new age shell style
11 years ago
William Ting 4716493681 append error log if stuff breaks
11 years ago
William Ting 1a0003d852 Fix encoding issues.
11 years ago
William Ting 3f460fb3e9 Add Python 2.6 support back.
11 years ago
William Ting 795bdcc9a7 add env vars integration tests
11 years ago
William Ting fb1f397fee add string unit tests
11 years ago
William Ting 77eddd3c0b fix minor fish shell commands
11 years ago
William Ting 8ab23c01c4 Fix tab completion.
11 years ago
William Ting 2c999dca83 fix zsh tab completion function
11 years ago
William Ting b0957e50eb Add paths in background, sync comments between shell wrappers
11 years ago
William Ting 3709536698 remove custom app tab completion using autojump in bash
11 years ago
William Ting c0301c7cee minor shell script cleanup
11 years ago
William Ting c4feb1a2b2 remove surround_quotes() due to bash issues
11 years ago