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

28 Commits

Author SHA1 Message Date
William Ting
c3a0900191 update docs 2013-05-25 05:40:33 -07:00
William Ting
776f109b3a remove maintenance based on weights, remove AUTOJUMP_KEEP_ALL_ENTRIES 2013-05-14 19:43:43 -05:00
William Ting
ba6b1e54ae update manpages 2013-05-14 19:14:03 -05:00
William Ting
0a87804277 remove mailing list link since it's unused 2013-02-17 12:31:34 -06:00
William Ting
d9e7bbe67d minor docs update regarding compinit 2013-02-17 10:49:31 -06:00
William Ting
0dc77df13c Update docs on ZSH tab completion.
Closes #178.
2013-02-11 10:34:08 -06:00
William Ting
ad7f0fb27e update docs 2013-02-01 14:45:47 -06:00
Jui-Shan Liang
c16b305e0d Added tips to the Additional Configuration section in README 2013-02-02 00:50:07 +08:00
William Ting
4ce2cb5929 Remove jumpapplet. 2013-01-05 10:36: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
William Ting
d9290e85cd minor documenation formatting tweak 2012-11-30 11:10:38 -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
50e6054e13 Version bump to v21.1.0, update relevant documentation. 2012-11-22 16:44:05 -06:00
muratayusuke
7b4a54ccc1 set permission 0755 to _j in install.sh 2012-10-30 21:22:27 -05:00
William Ting
3acedf2ed8 Remove loading compinit module from autojump.zsh.
I've updated the documentation to notify end users to add compinit to their
~/.zshrc if they want tab completion.
2012-07-02 17:36:27 -10:00
William Ting
164c2b15a7 Update documentation regarding ZSH tab completion. 2012-06-26 10:17:14 -10:00
William Ting
c62a8923ae Add v21 release notes, minor documentation update. 2012-06-23 14:38:26 -10:00
William Ting
183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. 2012-05-27 13:14:01 -10:00
William Ting
c2d72e442a remove references to jumpstat within manpages 2012-05-27 11:56:38 -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
e8118186e4 tweak documentation wording 2012-05-08 09:09:16 -10:00
William Ting
83e01c5251 tweak mailing list wording 2012-05-07 09:18:29 -10:00
William Ting
effe34924d Add Google Group information to documentation 2012-05-06 23:32:04 -10:00
William Ting
60a9c1c2f1 add purge option to clear database of missing entries 2012-05-06 20:50:40 -10:00
William Ting
9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion 2012-05-06 18:40:19 -10:00
William Ting
788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive 2012-05-06 18:30:22 -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
acfc5c13ef restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00