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

251 Commits

Author SHA1 Message Date
William Ting
dccb383937 finished bash uninstall script 2011-12-23 04:10:09 -06:00
Joël Schaerer
db4ad6f049 version numbering 2011-12-11 13:17:03 +01:00
Joël Schaerer
e5a9008aa8 cleanup, add a few diff tools 2011-12-11 13:16:26 +01:00
Joël Schaerer
f64b990d6a cleanup 2011-11-30 10:24:25 +01:00
Jesse Sanford
2832519a99 added in getent compatible dscl call for macos 2011-11-29 13:37:43 -05:00
Joël Schaerer
df67df476b prototype of completion for cp and mv 2011-11-28 17:12:43 +01:00
Joël Schaerer
054edc5bd9 explain work is needed after installing autojump on debian 2011-11-22 13:53:15 +01:00
Joël Schaerer
0ce5845da7 version numbering 2011-11-18 14:27:51 +01:00
Joël Schaerer
0bfba9ff1f automated version numbering commit 2011-11-18 14:27:31 +01:00
Joël Schaerer
2f4581665e avoid making the tag on the wrongly numbered autojump 2011-11-18 14:25:54 +01:00
Joël Schaerer
79f2b29de5 fix installer to make it sudoless 2011-09-27 16:07:37 +02:00
Joël Schaerer
27617eb64f cosmetic changes 2011-09-27 15:47:24 +02:00
Joël Schaerer
4e3d55f9d0 Merge remote-tracking branch 'xiaonaitong/master' into windows 2011-09-27 15:42:55 +02:00
Joël Schaerer
975ff2a6a0 turns out this symbolic link is required for jumpapplet now 2011-09-27 15:22:16 +02:00
Joël Schaerer
46ba7d61f0 avoid failing when the user didn't install from git 2011-09-24 11:54:40 +02:00
Joël Schaerer
b6eb9fb81b update make_release to use git-version 2011-09-24 11:48:26 +02:00
Joël Schaerer
6cc6728045 remove autojump.py and mv; use sed -i instead 2011-09-24 11:45:47 +02:00
Joël Schaerer
8bc532c42f Merge remote-tracking branch 'jkuan/git_version' into version_info
Conflicts:
	autojump
2011-09-24 11:36:32 +02:00
Johnny Kuan
2350da51e5 use git describe instead of rev-parse 2011-09-22 02:06:08 -07:00
xiaonaitong
f530236e23 remove sudo in install.sh 2011-09-21 19:14:41 +08:00
xiaonaitong
e5e0001dad fix completion error when path contain spaces
add comment to explain that there is no need to check previlege in windows
2011-09-21 19:10:11 +08:00
xiaonaitong
d1a38d150e don't need temp file 2011-09-21 10:26:49 +08:00
xiaonaitong
07e5767952 missing $SUDO when copy files to /etc/profile.d 2011-09-20 08:51:52 -06:00
xiaonaitong
f403a4b529 Merge remote branch 'joelthelion/master'
Conflicts:
	autojump
2011-09-20 06:40:50 -06:00
xiaonaitong
b318e11a6a don't use --bash option in function j 2011-09-20 18:45:42 +08:00
xiaonaitong
b39c84ec86 sudo is needed in non-windows system 2011-09-20 09:56:28 +08:00
Johnny Kuan
f75b11d143 fix typo in installers 2011-09-15 23:35:20 -07:00
Johnny Kuan
12bf584088 change version to git revision when installing 2011-09-15 23:21:35 -07:00
Johnny Kuan
f438372616 add version and help options 2011-09-15 23:20:50 -07:00
Joël Schaerer
c2bd900989 try to avoid hammering the filesystem
This significantly improves performance on a loaded machine
2011-09-15 17:08:55 +02:00
xiaonaitong
d9a423370a redo previlege check except in windows 2011-09-15 16:05:51 +08:00
xiaonaitong
a6410994c2 quick fix so thant it works on mingw and bash 3.1 2011-09-14 13:56:30 +08:00
Joël Schaerer
92b80073fd save the database in sorted form, for easier edition 2011-09-13 15:30:15 +02:00
Joël Schaerer
0ee020c72c (ugly) fixes for python 3 2011-09-12 17:04:37 +02:00
Joël Schaerer
81670c5fbc Try to correct the use of unicode
Since we now use utf-8 internally in the database,
we must convert to and fro from user and filesystem
input and our database. Of course to make things worse,
python 3 completely changed the way python handles unicode.

This is an attempt to do things correctly

Conflicts:

	autojump
2011-09-12 16:42:40 +02:00
Joël Schaerer
0298ef5484 Migration code for the new database format 2011-09-10 20:20:08 +02:00
Joël Schaerer
0b07cf030e Merge branch 'master' into text_format 2011-09-10 19:23:30 +02:00
Joël Schaerer
a4f4472046 Send error message to stderr 2011-09-09 13:04:35 +02:00
Joël Schaerer
b2985f3255 "Eat" paths to avoid multiple patterns matching the same part of the string
example:

if you have /tmp/vv/vv and want to specifically target it, you can now type
j vv vv
and it won't match /tmp/vv.
2011-09-09 13:04:21 +02:00
Joël Schaerer
e1ee172437 attempt to fix completion of weird directory names 2011-09-08 13:52:18 +02:00
Joël Schaerer
3b2276bdb9 attempt to fix completion of weird directory names 2011-09-07 13:24:24 +02:00
Joël Schaerer
01179b86f4 use a text format for the path file, for easy edition
Still needs a migration script
2011-09-06 14:21:59 +00:00
Joel Schaerer
00ce1696a7 try to fix OS X install 2011-08-28 10:10:54 +02:00
Joël Schaerer
c41771e2f2 Merge branch 'contrib/xdg-base-directory' of git://git.ortolo.eu/pkg-autojump into tanguy
Conflicts:

	autojump.bash
	jumpapplet

This should correctly merge Tanguy's XDG changes (thanks!) into the new
codebase.
2011-08-26 15:59:02 +02:00
Joël Schaerer
988adeaee8 hide the error file 2011-08-26 15:28:17 +02:00
Joel Schaerer
b9e36611a9 Merge pull request #66 from ntodd/master
Update to Readme
2011-08-20 02:19:41 -07:00
Nate Todd
8fd4364e1a added note to readme about Homebrew package availability 2011-08-19 13:47:29 -04:00
Joel Schaerer
48d2e68f4e attempt fixing jumpapplet, even though I think nobody uses it :) 2011-08-19 11:22:12 +02:00
Joel Schaerer
8069ebf7e3 Merge pull request #64 from shelhamer/osx_lion_fix
Fix PROMPT_COMMAND for compatibility with OS X Lion
2011-07-28 02:18:47 -07:00
Joel Schaerer
025fdaba7a Merge pull request #57 from BinaryMuse/osx_bashrc_fix
Fix install.sh to check for sourcing of .bashrc
2011-07-28 01:53:23 -07:00