1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
William Ting
9a6e2869b1 Tabs to spaces. 2016-05-11 20:40:48 -07:00
johannes@debussy
8fa8b06349 only use colors if stdout is a terminal 2016-02-02 14:15:41 +01:00
William Ting
f75d01299d Correctly identify OSTYPE for some Linux distros. 2014-11-05 07:53:03 -08:00
Koen De Jaeger
d6453dffef added 'linux' as recognised OS for jo 2014-10-30 11:39:18 +01:00
Daniel Hahler
c0c9398794 Handle j -- -foo (for bash and zsh only)
Ref: #310
2014-10-21 19:07:22 -07:00
William Ting
819c5c76cc Makes sure that autojump is sourced before running.
Fixes #255.
2014-10-21 18:29:45 -07:00
William Ting
0d80d91805 Always append to error log. 2014-10-04 20:02:41 -07:00
William Ting
573c1ea418 Test / create errors directory before writing to it.
Closes #249.
2014-01-11 11:46:50 -06:00
William Ting
d4f824d79f standardize to new age shell style 2014-01-07 22:13:29 -06:00
William Ting
4716493681 append error log if stuff breaks 2014-01-07 22:13:01 -06:00
William Ting
b0957e50eb Add paths in background, sync comments between shell wrappers
Closes #230.
2013-12-31 09:49:20 -06:00
William Ting
3709536698 remove custom app tab completion using autojump in bash 2013-12-31 09:20:57 -06:00
William Ting
c0301c7cee minor shell script cleanup 2013-12-31 08:48:33 -06:00
William Ting
9811922a77 cleanup autojump.bash 2013-12-30 18:05:32 -06:00
William Ting
bec6314eab use more portable form of defining bash / zsh functions 2013-12-30 16:27:34 -06:00
William Ting
3e6f115ed8 remove old migration code 2013-05-14 23:05:49 -05:00
William Ting
de98e83b25 fix error log location 2013-04-29 12:53:36 -05:00
jostber
4284307579 Updated cygwin code to start file explorer correctly 2013-04-03 13:48:23 +02:00
Rasmus
e83ee24ea7 updated autojump.bash, removing export
exporting the prompt seems to be too harsh and breaks the shell in Emacs as the PROMPT_COMMAND for xterm (say) overwrites the 'dumb' PROMPT_COMMAND, which now is 'contaminated' with ASCII escape strings.
2013-03-30 03:36:41 +01:00
Jui-Shan Liang
fa756cd7e9 Trying to fix Issue #177 2013-02-15 02:59:01 +08:00
Jui-Shan Liang
1d31f720f4 Fixed issue: Command "jc" doesn't jump correctly if sibling directories have same prefix 2013-02-12 03:18:12 +08:00
William Ting
c7d0533dd8 handle white space properly when opening with file manager 2013-02-03 09:12:24 -06:00
William Ting
214440af65 minor code cleanup 2013-02-01 14:59:34 -06:00
William Ting
d57e7b779c add option to open file explorer window from the commandline, bump to 21.4.0 2013-02-01 13:50:52 -06:00
William Ting
f0e45478a7 Add jc function, jump to a subdirectory of the current working directory.
Closes #156.
2012-12-14 22:58:20 -06:00
JrCs
b829fd5a4a Fix PROMPT_COMMAND issues 2012-12-14 19:42:46 -06:00
William Ting
024d550c8c Disable bash autocompletion, make it optional. Add relevant documentation. Closes #140. 2012-11-23 08:32:15 -06:00
William Ting
2554fc7ed4 refactor a few lines for legibility 2012-11-21 17:48:47 -06:00
William Ting
fd287eab04 Reverts commit 74c50133d2. Fixes #159, #160.
Even though the previous version works fine on OS X 10.6.8, it seems to be
causing problems for other Mac users on 10.8.x. Unfortunately I do not have
access to a newer Mac to test on.
2012-11-21 17:33:31 -06:00
JrCs
74c50133d2 Add autojump to the end of PROMPT_COMMAND 2012-11-01 09:12:21 +01:00
William Ting
ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. 2012-06-28 18:52:00 -10:00
William Ting
32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for
--stat added, jumpstat alias removed.

Options passed to the `j` function will now be passed on autojump. As a result,
directories beginning with `-` are no longer supported.

A -s short alias for --stat is added. Instead of using jumpstat, use `j --stat`
or `j -s` instead.
2012-05-27 11:24:49 -10:00
William Ting
6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option 2012-05-06 15:17:33 -10:00
William Ting
da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00
William Ting
acfc5c13ef restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00