William Ting
168865f138
fix install.sh to reflect new locations, tweak documentation where necessary
2012-04-17 13:40:53 -10:00
William Ting
acfc5c13ef
restructure files, working make doc and make release
2012-04-17 13:09:39 -10:00
William Ting
2ebcdba5bd
reformat changelog
2012-04-17 12:38:19 -10:00
William Ting
0d421dcfa4
Remove unicode string parsing in argument handling
...
Defining argument strings explicitly as unicode causes problems in Python v3,
and the arguments are tested anyway in encode and decode functions.
2012-04-11 23:29:13 -10:00
William Ting
8decc17f3e
Update documentation and install scripts to reflect new minimum Python requirements.
...
Documentation and install scripts now instruct older Python users to upgrade
their Python version or install older versions of autojump.
'install.sh' now gets a -f|--force option, which makes the install ignore
Python dependency requirements.
2012-04-11 23:03:03 -10:00
William Ting
99f0d76cee
Documentation update provides Mac Ports command for install.
2012-04-11 22:35:33 -10:00
William Ting
3a767d1d9c
remove leftover syntax when docs were in ReST format
2012-04-11 22:31:36 -10:00
Johnny Kuan
1c7b930d9f
Macports command instead of link to Portfile
2012-04-12 02:40:18 -04:00
Johnny Kuan
9e2a28ed77
ran make_doc.sh
2012-04-12 02:39:15 -04:00
William Ting
e23f4a0265
update documentation with known issues (i.e. long standing bugs)
2012-04-11 20:37:02 -10:00
William Ting
2cfd91bf72
Modify documentation to notify that minimum Python version is 2.7 instead of
...
2.6.
This was caused by the rewrite to use argparse over optparse to handle command
line arguments.
2012-04-11 19:44:18 -10:00
William Ting
f5132bbfad
version numbering
2012-04-10 14:51:54 -10:00
William Ting
cd126da416
minor documentation update in preparation for release-v20
2012-04-10 14:43:02 -10:00
William Ting
2c2875f841
Update documentation, particularly how to prefer symbolic links or change
...
directory weights within the database.
2012-04-08 05:57:56 -10:00
William Ting
efa8bbcf81
Fixes #112 , fixes #116 . Simplify documentation build.
...
Documentation is now generated through Pandoc by running ./make_doc.sh.
Man page is generated from manpage.md, while INSTALL.md + manpage.md =
README.md.
2012-04-07 06:57:16 -10:00
William Ting
079abfdbe6
Fix default autojump behavior when run with 0 arguments.
2012-04-07 04:43:59 -10:00
William Ting
25d1b9cf92
Fixes #113 , #115 , refactor autojump to use argparse over optparse.
2012-04-07 04:21:07 -10:00
William Ting
9147d6cf71
First version of argparse implemented
2012-04-07 04:14:19 -10:00
William Ting
c91843c698
#114 : Error message when directory does not exist or not in autojump database.
2012-04-02 21:58:43 +09:00
William Ting
465ca7908a
Fixes #114 : autojump suppresses the error message caused by 'j --help'.
2012-04-02 11:33:10 +09:00
William Ting
a17d904e16
update changelog
2012-03-19 12:49:17 -10:00
William Ting
0be45062c3
Merge branch 'master' into smarter_install
2012-03-19 12:17:54 -10:00
William Ting
a7c9575bce
fix bug where $XDG_DATA_HOME is not set properly when switching between users via su
2012-03-15 13:06:45 -10:00
William Ting
cdc171b272
Merge branch 'master' of github.com:joelthelion/autojump
2012-03-15 11:01:14 -10:00
William Ting
2a3fbd4687
change default line to add to .bashrc/.zshrc message
2012-03-15 11:00:43 -10:00
William Ting
d4e5895edf
add default installation location depending on user id (globally for root, otherwise local)
2012-03-15 10:52:25 -10:00
William Ting
bbe54c3b22
install type is determined by /bin/zsh env var
2012-03-15 10:16:33 -10:00
Joël Schaerer
6d1a9ffac9
Add vim and emacs to the list of completed programs
...
Unfortunately this list is likely to grow longer and
longer, but I couldn't find a way to complete all
commands. More context:
http://superuser.com/questions/333213/is-it-possible-to-configure-the-way-bash-completes-directory-names
2012-03-15 16:32:42 +01:00
William Ting
448696ef9b
fix conditional where tilde (~) was not properly expanding to user's home directory
2012-03-14 12:54:48 -10:00
William Ting
23ecda6bae
Merge branch 'changelog'
2012-03-13 16:24:14 -10:00
William Ting
3af3322fc7
add changelog with v18, v19 details
2012-03-13 16:23:42 -10:00
William Ting
1d2f3be46a
change brew test conditional to not throw errors on non-homebrew systems
2012-03-12 09:50:19 -10:00
William Ting
76f4c7d654
tweak mac installation instructions
2012-03-11 14:58:28 -10:00
William Ting
9a5f101ffc
update readme documentation
2012-03-11 14:51:57 -10:00
William Ting
8f8830449f
add changelog template
2012-03-11 13:01:57 -10:00
William Ting
2bc5be61cc
Merge pull request #109 from shelhamer/homebrew_zsh
...
Add fpath update for homebrew installs
2012-03-11 15:45:21 -07:00
Evan Shelhamer
394c67c441
Add fpath update for homebrew installs
2012-03-01 19:45:47 -05:00
Joel Schaerer
a74ef31e22
Merge pull request #107 from wting/issue_78
...
Redirect older Python users to install v12
2012-02-13 12:08:18 -08:00
Joel Schaerer
cfda2d0cd9
Merge pull request #106 from statik213/master
...
Add option to preserve symlinks and another command "s" to jump sub directories
2012-02-13 12:07:21 -08:00
Khalid Zubair
f0fe603af5
Add option to preserve symlinks to the zsh script
2012-02-10 19:41:17 -05:00
Khalid Zubair
a5a135d2b5
Add option to preserve symlinks to the zsh script
2012-02-10 19:37:56 -05:00
Khalid Zubair
123afc5f37
remove the 's' shortcut, revert change to autojump version
2012-02-10 19:17:55 -05:00
William Ting
2c66d59f2a
redirect older Python users to install v12
2012-02-10 11:06:24 -10:00
Joel Schaerer
2b5099e6f5
Merge pull request #105 from wting/python_check
...
Python version check during installation
2012-02-10 01:38:38 -08:00
Khalid Zubair
eae871da9a
Add option to preserve paths with symlinks; Add a second command 's' to jump to a subdirectory
2012-02-09 23:13:32 -05:00
William Ting
6eed258dbf
minor doc requirements update
2012-02-09 11:03:22 -10:00
William Ting
2d502a00cf
check python version during install and warn if incompatible
2012-02-09 09:24:46 -10:00
Joel Schaerer
8e86f08625
Merge pull request #104 from wting/dynamic_fpath
...
Traverse fpath when installing/uninstalling _j
2012-02-09 01:43:27 -08:00
Joel Schaerer
8fb8e8001f
Merge pull request #103 from wting/bash_install_path
...
Fix bash local install
2012-02-09 01:42:44 -08:00
William Ting
80c681c07f
add dynamic fpath for zsh installations back
2012-02-08 12:21:24 -10:00