Ilkka Laukkanen
9918aa469b
autojump: if building head, install python modules
...
Install python modules and original autojump script into autojump's own libexec dir and write an exec script for them. This way `autojump` is the only thing that ends up on in `/usr/local/bin`.
Closes Homebrew/homebrew#25729 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-08 13:23:56 +00:00
Christoph Bruecke
3286fc5d38
autojump: HEAD - Support fish.
...
Copy the autojump.fish config file to add autojump support with fish.
Closes Homebrew/homebrew#21583 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-05 21:59:16 -07:00
William Ting
b36ac71d56
autojump 21.6.9
...
Closes Homebrew/homebrew#20136 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-29 10:34:25 -07:00
Lucas Clemente
b0191fff3d
autojump: versioned tarball was updated, so fix sha1
...
Closes Homebrew/homebrew#20076 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-25 09:05:29 -07:00
William Ting
9f45eb75b8
autojump 21.6.8
...
Closes Homebrew/homebrew#19996 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-22 10:31:13 -07:00
Adam Vandenberg
d5772c049b
autojump: use path helper
2013-05-03 11:09:00 -07:00
Hong Xu
c91a2ced75
autojump 21.5.8
...
Closes Homebrew/homebrew#19598 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-03 11:08:15 -07:00
Evan Shelhamer
9c513139fd
autojump: remove reference to _j (removed upstream)
...
Closes Homebrew/homebrew#17746 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-10 17:47:11 -06:00
Evan Shelhamer
4a5d7fa5ba
autojump 21.4.2
...
Closes Homebrew/homebrew#17742 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-10 16:47:25 -06:00
Erich Kist
2eadab0af5
autojump: Update to v21.3.0
...
Closes Homebrew/homebrew#16990 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2013-01-10 11:17:48 -08:00
William Ting
3515ecab96
autojump: 21.1.4
...
Closes Homebrew/homebrew#16583 .
Signed-off-by: William Ting <william.h.ting@gmail.com>
Closes Homebrew/homebrew#16583 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14 20:15:44 -08:00
Adam Vandenberg
78a17801fb
autojump: style nit
2012-11-25 08:32:48 -08:00
Adam Vandenberg
05efe13dc9
autojump 21.1.2
...
Closes Homebrew/homebrew#16198 .
2012-11-25 08:32:09 -08:00
William Ting
b15ba2a075
autojump 21.0.5
...
Closes Homebrew/homebrew#16196 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-22 12:28:55 -08:00
William Ting
1124459f87
autojump 21.0.3
...
Update files to reflect new source locations.
Existing users upgrading must note the new autojump.sh location
and modify ~/.bash_profile or ~/.zshrc appropriately as mentioned
in the caveat message.
Fixes Homebrew/homebrew#15797 .
Closes Homebrew/homebrew#15793 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 13:51:12 -07:00
Adam Vandenberg
9831c2fab4
Revert "autojump 21.0.3"
...
This reverts commit b4aadae5b4f8c1df20935b8cbb06363f60763c81.
2012-11-01 09:38:04 -07:00
William Ting
85412b64e4
autojump 21.0.3
...
Closes Homebrew/homebrew#15793 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 07:46:52 -07:00
Mike McQuaid
88779ade49
Batch convert MD5 formula to SHA1.
...
Closes Homebrew/homebrew#14653 .
2012-09-03 11:36:42 -07:00
Jack Nagel
a209c24ac2
Automatically append shell completion caveats
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-07 15:32:00 -05:00
Christian Höltje
32229958eb
autojump: install completion into site-functions
...
`_autojump` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.
Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted. `site-functions` can change during a zsh
process's lifetime.
This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.
Closes Homebrew/homebrew#11942 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Drew Stephens
feb037482f
autojump v20
...
Closes Homebrew/homebrew#11994 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:33:56 -05:00
Jack Nagel
3e99604803
autojump: fix audit warning
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 17:03:21 -06:00
Evan Shelhamer
987e00f084
autojump 19
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:32:12 -08:00
Adam Vandenberg
5f38c561ce
Remove Autojump.
...
This formula has not been tracking Autojump's install process, and there are
separate installs for Bash and Zsh.
Redacting this formulat at this time, since it can be installed using the
project's own install files depending on which shell the user prefers.
2012-01-08 09:22:36 -08:00
Drew Stephens
c653963a1f
autojump v19
...
Closes Homebrew/homebrew#9340 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-30 19:33:45 -06:00
Zac Lee
46dd3715c3
autojump: Update to v17
...
Closes Homebrew/homebrew#7569 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:36:18 -07:00
Kushal Pisavadia
422df74c7a
autojump: fix md5
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:44:49 -07:00
Evan Shelhamer
31089d7d10
autojump v16
...
Includes fixes for Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:23:36 -07:00
Adam Vandenberg
243bc743ea
Use https for github repos.
2011-05-26 22:02:55 -07:00
Nikola Knezevic
f50b57bbba
autojump 15
...
* also add HEAD option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-17 17:00:28 -07:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
David Schlosnagle
ee3485494d
Update formula: autojump 14
...
Closes Homebrew/homebrew#3760 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 21:39:35 +00:00
Tianyi Cui
8b275c916a
Use https for all GitHub URLs
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg
879c4f3a76
autojump 13
2010-11-07 11:30:15 -08:00
Jannis Leidel
b61e1c2ad3
Added autojump formula.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-27 12:49:39 -07:00