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

763 Commits

Author SHA1 Message Date
William Ting
0bce510c7e Merge pull request #381 from ElArtista/master
Handling of directories with spaces in Windows and portability fixes.
2016-06-19 11:22:03 -07:00
William Ting
9a6e2869b1 Tabs to spaces. 2016-05-11 20:40:48 -07:00
William Ting
9cf647bc6d Increase line length to 130. 2016-04-29 00:37:54 -07:00
William Ting
25ef9c6a3c Fix pre-commit's flake8 options. 2016-04-28 23:47:20 -07:00
William Ting
d529790278 Run pre-commit on repo. 2016-04-28 23:33:04 -07:00
William Ting
e57956cc1c Use only pre-commit's flake8. 2016-04-28 23:29:55 -07:00
William Ting
a9c892f713 Add pre-commit. 2016-04-28 23:25:07 -07:00
William Ting
db1c32ff6e Add requirements-dev.txt back for tox. 2016-04-28 23:02:19 -07:00
William Ting
377eadbad3 Add dev debug tools. 2016-04-28 22:50:09 -07:00
William Ting
ed7ec4dbdd Ignore .cache. 2016-04-28 22:50:00 -07:00
William Ting
0b184f3bf0 Update tox. 2016-04-28 22:44:27 -07:00
William Ting
5985ce604a Add make test-fast. 2016-04-28 22:38:12 -07:00
William Ting
a5e4b83e82 Remove unnecessary requirements-dev.txt. 2016-04-28 22:38:12 -07:00
William Ting
4230bbe2d1 Merge pull request #401 from graysky2/master
Bump version to v22.3.0.
2016-02-21 09:15:51 -08:00
graysky
aa366c3a4f bump version in script to match release 2016-02-21 05:46:40 -05:00
William Ting
14ea9513fd Update changelog for v22.3.0 2016-02-02 07:20:50 -08:00
William Ting
7ee214c9c2 Merge pull request #400 from johannesgerer/master
Only use colors if stdout is a terminal.
2016-02-02 07:17:48 -08:00
johannes@debussy
8fa8b06349 only use colors if stdout is a terminal 2016-02-02 14:15:41 +01:00
Daniel Hahler
f26a38e0f9 Merge pull request #386 from lendenmc/master
Replace Clink's broken Google Code link by new one
2015-10-19 18:30:41 +02:00
Chris L.
f6876ef3f0 Replace Clink's broken Google Code link by new one 2015-10-17 11:04:02 +02:00
TheArtist
3e5cec67b9 Autojump lua script portability fix 2015-09-11 19:37:39 +03:00
TheArtist
b71612eea4 More handling for directory with spaces on Windows 2015-09-11 19:36:36 +03:00
TheArtist
d3dd3f34e6 Fixed handling of directories with spaces on Windows 2015-09-11 17:41:23 +03:00
William Ting
113a84f9f0 Update RedHat family install instructions. 2015-07-12 12:24:56 -07:00
William Ting
f59eaf9bb1 Merge pull request #370 from tsion/patch-1
Fix typo (__aj_error -> __aj_err) for fish shell.
2015-07-06 20:25:05 -07:00
Scott Olson
d188d7e675 Fix typo (__aj_error -> __aj_err). 2015-07-06 23:12:35 -04:00
William Ting
ffe22e1838 Merge pull request #366 from CodeMonk/master
Set OSTYPE correctly for fish wrapper.
2015-06-10 06:44:39 -07:00
David Frascone
55f4eacc8a If autojump can't find the directory, attempt a cd 2015-06-09 14:42:44 -06:00
David Frascone
f09d23e30d Fixed some bugs in fish script
OSTYPE was not being set correctly.  It is in bash, not sh.
    Since the value is unlikely to change, I read it once and
    stored it globally
Test logic was backward in jo function, causing error to always
    be printed, unless you did NOT specify a directory name.
2015-06-09 14:32:38 -06:00
William Ting
8b525c1b55 Bump to v22.24. 2015-01-25 16:13:20 +09:00
William Ting
59335b4109 Merge pull request #341 from benvb/patch-1
Quote $XDG_DATA_HOME when setting error file.
2015-01-25 16:12:40 +09:00
William Ting
fa3ff58d92 Add custom sourcing to autojump.sh when using --prefix.
Fixes #345.
2015-01-25 16:06:46 +09:00
William Ting
53683525d2 Minor cleanup. 2015-01-25 16:04:36 +09:00
benvb
491b4fd27b Quote $XDG_DATA_HOME when setting error file
I'm not sure if this is actually a bug in fish, but (test -d) with no argument returns true, and nonexistent environment variables return an empty string, so (test -d $XDG_DATA_HOME) returns true when $XDG_DATA_HOME isn't set.

Prior to making this change, I would get an error from dirname when opening a shell and an error from fish when cd'ing.
2015-01-07 16:47:33 -05:00
William Ting
c5f0473837 Bump to v22.2.2. 2014-12-15 20:16:53 -08:00
William Ting
d177aaa12c Merge pull request #336 from erdiaker/issue_335
Fix for Issue 335
2014-12-15 20:12:40 -08:00
William Ting
7de39a2f9d Merge pull request #334 from erdiaker/issue_333
Fixes joelthelion/autojump#333
2014-12-15 20:12:17 -08:00
Erdi Aker
d71a354abb Fixes joelthelion/autojump#335 2014-12-14 23:23:53 +02:00
Erdi Aker
ec7f788276 Fixes joelthelion/autojump#333 2014-12-14 21:30:22 +02:00
William Ting
f75d01299d Correctly identify OSTYPE for some Linux distros. 2014-11-05 07:53:03 -08:00
Koen De Jaeger
d6453dffef added 'linux' as recognised OS for jo 2014-10-30 11:39:18 +01:00
William Ting
b4cbcc2fd2 Merge pull request #311 from joelthelion/fix-j-dashdash-issue-310
RFC: Handle `j -- -foo` (for bash and zsh only)
2014-10-21 19:09:07 -07:00
Daniel Hahler
c0c9398794 Handle j -- -foo (for bash and zsh only)
Ref: #310
2014-10-21 19:07:22 -07:00
William Ting
e621603e46 Merge pull request #319 from wting/check_autojump_sourced
Makes sure that autojump is sourced before running.
2014-10-21 18:31:12 -07:00
William Ting
819c5c76cc Makes sure that autojump is sourced before running.
Fixes #255.
2014-10-21 18:29:45 -07:00
William Ting
fe5f78fe43 Merge pull request #320 from wting/add_fish_error_logging
Add fish error logging.
2014-10-21 17:56:05 -07:00
William Ting
531a7321d3 Add fish error logging.
Fixes #247.
2014-10-21 17:55:53 -07:00
William Ting
4f90d5b755 Merge pull request #321 from wting/install_to_usr_local_share
Installs to /usr/local/share instead of /etc/profile.d.
2014-10-21 17:52:08 -07:00
Daniel Hahler
e3f3257a8c gitignore: __pycache__ 2014-10-16 03:24:39 +02:00
William Ting
77d9d6ebc2 Installs to /usr/local/share instead of /etc/profile.d.
Fixes #257, #267.
2014-10-04 20:56:36 -07:00