Commit Graph

16 Commits (ae978d331973719e5a2aba7f81159b83787b15cd)

Author SHA1 Message Date
William Ting ae978d3319 use zsh change directory hook rather than pre-command hook
12 years ago
William Ting 49a0d702ba remove _j() as it was never used to begin with.
12 years ago
William Ting d57e7b779c add option to open file explorer window from the commandline, bump to 21.4.0
12 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 =~.
13 years ago
William Ting da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE
13 years ago
William Ting acfc5c13ef restructure files, working make doc and make release
13 years ago