Commit Graph

47 Commits (master)

Author SHA1 Message Date
Joe Moon 4f238bdd46 restore `command -v brew` check
8 years ago
Joe Moon 332698fdc5 minimize number of calls to `brew`
8 years ago
William Ting 9a6e2869b1 Tabs to spaces.
8 years ago
johannes@debussy 8fa8b06349 only use colors if stdout is a terminal
8 years ago
William Ting f75d01299d Correctly identify OSTYPE for some Linux distros.
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 0d80d91805 Always append to error log.
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
Daniel Hahler 09289c59a5 bin/autojump.zsh: only add existing dirs
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 d4f824d79f standardize to new age shell style
11 years ago
William Ting 4716493681 append error log if stuff breaks
11 years ago
William Ting b0957e50eb Add paths in background, sync comments between shell wrappers
11 years ago
William Ting c0301c7cee minor shell script cleanup
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
Wieland Hoffmann 26db68a8e8 zsh/jo: Defer -options to j
11 years ago
Manpreet Singh adde814ed3 Prevent duplicates in chpwd_functions on re-source
11 years ago
William Ting 3e6f115ed8 remove old migration code
11 years ago
William Ting de98e83b25 fix error log location
11 years ago
jostber a97c516758 Updated cygwin code as for autojump.bash
11 years ago
Jui-Shan Liang fa756cd7e9 Trying to fix Issue #177
11 years ago
William Ting 48487e3050 minor version bump
11 years ago
William Ting 022b43edd2 Merge branch 'master' of github.com:joelthelion/autojump
11 years ago
William Ting 17d31d881e Revert "remove _j() as it was never used to begin with."
11 years ago
Jui-Shan Liang 1d31f720f4 Fixed issue: Command "jc" doesn't jump correctly if sibling directories have same prefix
11 years ago
William Ting c7d0533dd8 handle white space properly when opening with file manager
11 years ago
William Ting ae978d3319 use zsh change directory hook rather than pre-command hook
11 years ago
William Ting 49a0d702ba remove _j() as it was never used to begin with.
11 years ago
William Ting d57e7b779c add option to open file explorer window from the commandline, bump to 21.4.0
11 years ago
William Ting f0e45478a7 Add jc function, jump to a subdirectory of the current working directory.
12 years ago
William Ting 48c52a7422 Test for brew existence before testing for brew zsh site functions directory.
12 years ago
William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh.
12 years ago
William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex.
12 years ago
William Ting e96dc4c9d8 Fix #86: ZSH tab completion
12 years ago
Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula
12 years ago
William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation.
12 years ago
William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching
12 years ago
William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for
12 years ago
William Ting d194429782 Test zsh version before using appropriate regex test conditional.
12 years ago
Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~.
12 years ago
William Ting da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE
12 years ago
William Ting acfc5c13ef restructure files, working make doc and make release
12 years ago