Commit Graph

152 Commits (12a466782443ad337d70afda23bb4aaf7065ef19)

Author SHA1 Message Date
William Ting 12a4667824 remove nested filters
10 years ago
William Ting 255f548b4a Merge branch 'master' of github.com:joelthelion/autojump
10 years ago
William Ting 5ba2774ff3 add list assertion for needles
10 years ago
Daniel Hahler 59d1e1fd9d Fix calls to find_matches, which expects a list of needles
10 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 53eeed8a99 initial windows support
11 years ago
William Ting 35bc63c66e Fix encoding issues.
11 years ago
William Ting 3f460fb3e9 Add Python 2.6 support back.
11 years ago
William Ting 8ab23c01c4 Fix tab completion.
11 years ago
William Ting c4feb1a2b2 remove surround_quotes() due to bash issues
11 years ago
William Ting 5f8be97861 bump to v22.0.0-alpha due to backward incompatible changes
11 years ago
William Ting 6293af5b7a fix zsh tab completion
11 years ago
William Ting 78c6884895 update doc bumping min Python version to 2.7
11 years ago
William Ting a59d671fb0 rename python files to prevent system wide installation collisions
11 years ago
William Ting 7b1c436ec6 replace install.sh with python version
11 years ago
William Ting 616596c0dc minor comments cleanup
11 years ago
William Ting 24d8ccb48e bump version to v21.8-alpha1
11 years ago
William Ting a9bf6dc608 simplified main() a bit
11 years ago
William Ting a8057ed1db linter cleanup
11 years ago
William Ting 80a3f0da4d remove unused imports, minor formatting cleanup
11 years ago
William Ting 1c8a4c13cd add python3 fixes/workarounds
11 years ago
William Ting d20ec4afb4 handle empty input
11 years ago
William Ting 4aafd023c3 minor comment change
11 years ago
William Ting 2a53341feb finish partial tab match
11 years ago
William Ting 30b9708654 EFAP
11 years ago
William Ting 99d92733ea rename global var
11 years ago
William Ting 0422d23a86 finish tab completion
11 years ago
William Ting 71861c4402 add tab completion printout
11 years ago
William Ting 751ec6a7f2 remove env options
11 years ago
William Ting 13377acbbd add match anywhere implementation
11 years ago
William Ting c259978585 add ignore_case to fuzzy matching
11 years ago
William Ting 1e4ca4d67e add quotes for bash output
11 years ago
William Ting 3125c65378 add fuzzy matching
11 years ago
William Ting 551b2f3853 make a bunch of functions pure
11 years ago
William Ting 6ea43c4267 minor reorganization
11 years ago
William Ting 39e5b0b4cc minor cleanup
11 years ago
William Ting d115075295 remove current directory from matches
11 years ago
William Ting 1472b417c3 clarify detect_smartcase docstring
11 years ago
William Ting b695cc3f7d minor cleanup
11 years ago
William Ting 067f653b50 match consecutive needles to paths
11 years ago
William Ting 30d1b6d6f2 implement ignore_case for match_end()
11 years ago
William Ting c2189efb7b handle no results situation
11 years ago
William Ting 1a2a5a86f6 move existence of directories checking to end
11 years ago
William Ting e51f595018 match end for single arguments finished
11 years ago
William Ting d9b205c935 implement smartcase detection
11 years ago
William Ting bb04405cd6 add unicode and ignore case regex flags
11 years ago
William Ting bd091b8766 add no os.path.realpath() comment
11 years ago