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

531 Commits

Author SHA1 Message Date
William Ting
9b6fad8556 Immediately quits installation if "Permission denied" error encountered. 2012-11-22 16:06:24 -06:00
William Ting
b9903f1269 Modify add message. 2012-11-22 16:06:24 -06:00
William Ting
b512aec9bf Remove --bash and --zsh options, always install both versions.
A few KB of disk space is not worth the logic overhead.
2012-11-22 16:06:24 -06:00
William Ting
987ead6814 Rename -P / --show_path to -n / --dry_run.
Done for consistency with other Linux programs (e.g. rsync, rename).
2012-11-22 16:06:24 -06:00
William Ting
904066373b Set default install to --auto when no arguments passed. 2012-11-22 16:06:24 -06:00
jjacky
a84062b42b Fix install.sh script to support destdir
The install script didn't support the use of a destination directory, which can
be pretty useful e.g. to create packages.
2012-11-22 16:06:24 -06:00
William Ting
837671fe0b refactoring 2012-11-22 14:15:28 -06:00
William Ting
02a47db68d Consolidate version numbers.
Instead of keeping the version number in two separate places, the Makefile will
now grep bin/autojump for the proper version number.
2012-11-21 23:44:12 -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
William Ting
99d4254772 Merge pull request #158 from megies/patch-1
Update README.md with correct PROMPT_COMMAND.
2012-11-21 15:28:49 -08:00
Tobias Megies
5b1d2fb01f Update README.md
The recommendation doesn't work with bash 4.1.5, the code in autojump.bash is fine, so use it here.
2012-11-13 00:35:08 +01:00
William Ting
e9af12b646 Merge pull request #157 from barsch/patch-1
Minor formatting update for README.md
2012-11-12 09:18:59 -08:00
Robert Barsch
acff302a49 Update README.md 2012-11-12 17:57:44 +01:00
William Ting
48c52a7422 Test for brew existence before testing for brew zsh site functions directory.
The previous test condition would cause errors because even though brew didn't
exist, the directory /share/zsh/site-functions did and it would throw error
messages on non-homebrew systems.
2012-11-03 18:27:41 -05:00
William Ting
f46b541105 remove adding git version to autojump install 2012-11-01 04:25:42 -05:00
William Ting
ac1bfeb784 version bump to v21.0.3 2012-11-01 03:59:44 -05:00
JrCs
74c50133d2 Add autojump to the end of PROMPT_COMMAND 2012-11-01 09:12:21 +01:00
William Ting
6a6090892d minor ChangeLog update 2012-10-30 23:03:07 -05:00
William Ting
885c4e68ce minor Makefile edit 2012-10-30 22:30:45 -05:00
William Ting
1b5d9df854 minor documentation reformat 2012-10-30 22:27:54 -05:00
muratayusuke
7b4a54ccc1 set permission 0755 to _j in install.sh 2012-10-30 21:22:27 -05:00
Daniel Hahler
251dd47387 Update install.md: Python 2.6 is supported again 2012-10-30 21:22:27 -05:00
William Ting
1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 2012-10-30 21:19:04 -05:00
William Ting
5745c34c23 version numbering 2012-10-30 21:05:16 -05:00
William Ting
a2657d6fca Merge pull request #150 from blueyed/master
Make autojump work with Python 2.6 again: vendorize argparse.
2012-09-26 16:40:06 -07:00
Daniel Hahler
4382116b55 Vendorize argparse
This adds the argparse library [1] as autojump_argparse and imports it
via sys.path mangling in case argparse does not exist (Python 2.6 or
below without argparse installed).

This makes autojump effectively work with Python 2.6 again by default.

I have not verified license compatibility, but given the intention of
the (backport) project this is likely OK (it is licensed under the
Python license).

1: http://code.google.com/p/argparse/

Fixes issue #121.
2012-09-26 22:04:45 +02:00
William Ting
1ab78ae91c merging rc branch 2012-07-02 17:46:01 -10: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
ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. 2012-06-28 18:52:00 -10:00
William Ting
5613562e8b Minor documentation updates. 2012-06-28 18:37:41 -10:00
William Ting
7d58446fed Minor documentation updates. 2012-06-27 09:15:04 -10:00
William Ting
164c2b15a7 Update documentation regarding ZSH tab completion. 2012-06-26 10:17:14 -10:00
William Ting
99ee524fcc Add ZSH tab completion fix to ChangeLog. 2012-06-23 14:47:23 -10:00
William Ting
c62a8923ae Add v21 release notes, minor documentation update. 2012-06-23 14:38:26 -10:00
William Ting
f41d0fb7b3 Remove database migration code support for v17 and older.
The migration code was never working to begin with. Users migrating from v17 or
older will be starting from an empty, new database.
2012-06-23 13:21:24 -10:00
William Ting
e96dc4c9d8 Fix #86: ZSH tab completion
Forces zsh to load compinit required for tab completion.
2012-06-23 10:20:27 -10:00
William Ting
1994d0bb13 Merge pull request #131 from marktran/master
change zsh fpath for homebrew
2012-06-19 19:29:32 -07:00
Mark Tran
3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula 2012-06-19 18:49:36 -07:00
William Ting
b510aa6824 switch to semantic versioning 2012-06-16 13:57:40 -10:00
William Ting
f29876b202 Fix #130: Use temporary directory for unit tests. 2012-06-10 20:50:18 -10:00
William Ting
3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths.
This is to make sure we don't jump into our current directory when the symlinks
option is enabled.
2012-06-04 08:06:25 -10:00
William Ting
05026ff54e break db load into smaller functions, load backup if opening primary db fails 2012-05-28 09:44:09 -10:00
William Ting
626fa8b080 version bump to v20-9 2012-05-28 09:24:04 -10:00
William Ting
b00e0e85e1 Fix #123, new installations were not initializing database properly.
Also added unit test coverage to check database initialization, saving, and
loading.  Unit tests also revealed that migration code was not working properly
(starts database from scratch instead of copying existing entries over).
2012-05-28 09:21:31 -10:00
William Ting
b3c3253e89 tweak release target to build docs and test first 2012-05-28 09:18:28 -10:00
William Ting
867be37543 remove tmp files created from unit tests 2012-05-27 13:35:47 -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
1b765ab8a6 Use zsh version agnostic approach regarding substring matching 2012-05-27 13:04:24 -10:00
William Ting
c2d72e442a remove references to jumpstat within manpages 2012-05-27 11:56:38 -10:00