Commit Graph

305 Commits (master)

Author SHA1 Message Date
benvb 491b4fd27b Quote $XDG_DATA_HOME when setting error file
9 years ago
William Ting c5f0473837 Bump to v22.2.2.
10 years ago
Erdi Aker d71a354abb Fixes joelthelion/autojump#335
10 years ago
Erdi Aker ec7f788276 Fixes joelthelion/autojump#333
10 years ago
William Ting f75d01299d Correctly identify OSTYPE for some Linux distros.
10 years ago
Koen De Jaeger d6453dffef added 'linux' as recognised OS for jo
10 years ago
Daniel Hahler c0c9398794 Handle `j -- -foo` (for bash and zsh only)
10 years ago
William Ting 819c5c76cc Makes sure that autojump is sourced before running.
10 years ago
William Ting 531a7321d3 Add fish error logging.
10 years ago
William Ting 77d9d6ebc2 Installs to /usr/local/share instead of /etc/profile.d.
10 years ago
William Ting f480bd1315 Detect user shell as opposed to login shell.
10 years ago
William Ting 0d80d91805 Always append to error log.
10 years ago
William Ting 2095b2b129 Merge branch 'master' of github.com:joelthelion/autojump
10 years ago
William Ting 896b1c8562 Use ternary.
10 years ago
William Ting 3c658dc64f Fix flake8 errors.
10 years ago
Daniel Hahler b60932616b Use `noautonamedirs` with Zsh aliases
10 years ago
Halil Özgür 5538cf70f3 Disable echo of command check
10 years ago
William Ting 23be6ab233 Tweak Windows temp.close() comment line.
10 years ago
timotei c889aa013e Close the temporary file before re-opening it.
10 years ago
William Ting 581b8d9617 autopep8'ed
10 years ago
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
10 years ago
Johnny Kuan 903f79333a minimal tcsh support
10 years ago
Daniel Hahler 09289c59a5 bin/autojump.zsh: only add existing dirs
10 years ago
William Ting 6360876933 Fixes missing path getter introduced in bc91905a.
10 years ago
William Ting bc91905a29 simplify default path
10 years ago
William Ting 4826a0ef6b Use temporary files to prevent IO race conditions.
10 years ago
William Ting 4bd62e2293 minor refactor
10 years ago
William Ting 1d317dcd1a Remove default '.' path from find_match.
10 years ago
William Ting d0578b2c10 Remove accidentally creating tuples.
10 years ago
William Ting 615bb0cafb more descriptive / python function names
10 years ago
William Ting 9f3d7ab5f9 merge
10 years ago
William Ting 12a4667824 remove nested filters
10 years ago
William Ting 9db8c4feb3 add todo
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.
10 years ago
William Ting 1f045c2658 trigger OSError for missing current directory
10 years ago
William Ting 5f9ac19afd whitespace fixes
10 years ago
Michael Lawson ff9376cb93 cleanup, add custom installation support, change default windows install directory
10 years ago
Michael Lawson 7a756aaa4e add completion support
10 years ago
Michael Lawson 1d13c0d4ae fixed batch variable handling
10 years ago
Michael Lawson 53eeed8a99 initial windows support
10 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
William Ting 5f8be97861 bump to v22.0.0-alpha due to backward incompatible changes
11 years ago
William Ting e5a97294ac fix data save
11 years ago
William Ting 9811922a77 cleanup autojump.bash
11 years ago
William Ting 6293af5b7a fix zsh tab completion
11 years ago
William Ting bec6314eab use more portable form of defining bash / zsh functions
11 years ago
William Ting 78c6884895 update doc bumping min Python version to 2.7
11 years ago
William Ting c7c8bceac9 modify autojump.sh for custom installs
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 16d6e0cbcc Remove vendorized argparse, dropping 2.6 support.
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 9139092847 add surround_quotes() comment
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