1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Commit Graph

  • f26a38e0f9 Merge pull request #386 from lendenmc/master Daniel Hahler 2015-10-19 18:30:41 +02:00
  • f6876ef3f0 Replace Clink's broken Google Code link by new one Chris L. 2015-10-17 11:04:02 +02:00
  • 3e5cec67b9 Autojump lua script portability fix TheArtist 2015-09-11 19:37:39 +03:00
  • b71612eea4 More handling for directory with spaces on Windows TheArtist 2015-09-11 19:36:36 +03:00
  • d3dd3f34e6 Fixed handling of directories with spaces on Windows TheArtist 2015-09-11 17:41:23 +03:00
  • 113a84f9f0 Update RedHat family install instructions. William Ting 2015-07-12 12:24:56 -07:00
  • f59eaf9bb1 Merge pull request #370 from tsion/patch-1 William Ting 2015-07-06 20:25:05 -07:00
  • d188d7e675 Fix typo (__aj_error -> __aj_err). Scott Olson 2015-07-06 23:12:35 -04:00
  • ffe22e1838 Merge pull request #366 from CodeMonk/master William Ting 2015-06-10 06:44:39 -07:00
  • 55f4eacc8a If autojump can't find the directory, attempt a cd David Frascone 2015-06-09 14:42:44 -06:00
  • f09d23e30d Fixed some bugs in fish script David Frascone 2015-06-09 14:32:38 -06:00
  • 8b525c1b55 Bump to v22.24. release-v22.2.4 William Ting 2015-01-25 16:13:20 +09:00
  • 59335b4109 Merge pull request #341 from benvb/patch-1 William Ting 2015-01-25 16:12:40 +09:00
  • fa3ff58d92 Add custom sourcing to autojump.sh when using --prefix. William Ting 2015-01-25 16:05:19 +09:00
  • 53683525d2 Minor cleanup. William Ting 2015-01-25 16:04:36 +09:00
  • 491b4fd27b Quote $XDG_DATA_HOME when setting error file benvb 2015-01-07 16:47:33 -05:00
  • c5f0473837 Bump to v22.2.2. release-v22.2.2 William Ting 2014-12-15 20:16:53 -08:00
  • d177aaa12c Merge pull request #336 from erdiaker/issue_335 William Ting 2014-12-15 20:12:40 -08:00
  • 7de39a2f9d Merge pull request #334 from erdiaker/issue_333 William Ting 2014-12-15 20:12:17 -08:00
  • d71a354abb Fixes joelthelion/autojump#335 Erdi Aker 2014-12-14 23:23:53 +02:00
  • ec7f788276 Fixes joelthelion/autojump#333 Erdi Aker 2014-12-14 21:30:22 +02:00
  • f75d01299d Correctly identify OSTYPE for some Linux distros. William Ting 2014-11-05 07:53:03 -08:00
  • d6453dffef added 'linux' as recognised OS for jo Koen De Jaeger 2014-10-30 11:39:18 +01:00
  • b4cbcc2fd2 Merge pull request #311 from joelthelion/fix-j-dashdash-issue-310 William Ting 2014-10-21 19:09:07 -07:00
  • c0c9398794 Handle j -- -foo (for bash and zsh only) Daniel Hahler 2014-08-23 03:07:27 +02:00
  • e621603e46 Merge pull request #319 from wting/check_autojump_sourced William Ting 2014-10-21 18:31:12 -07:00
  • 819c5c76cc Makes sure that autojump is sourced before running. William Ting 2014-10-04 19:41:41 -07:00
  • fe5f78fe43 Merge pull request #320 from wting/add_fish_error_logging William Ting 2014-10-21 17:56:05 -07:00
  • 531a7321d3 Add fish error logging. William Ting 2014-10-04 20:03:44 -07:00
  • 4f90d5b755 Merge pull request #321 from wting/install_to_usr_local_share William Ting 2014-10-21 17:52:08 -07:00
  • e3f3257a8c gitignore: __pycache__ Daniel Hahler 2014-10-16 03:24:39 +02:00
  • 77d9d6ebc2 Installs to /usr/local/share instead of /etc/profile.d. William Ting 2014-10-04 20:44:21 -07:00
  • 86f663fa6e Minor doc fix. William Ting 2014-10-04 20:30:23 -07:00
  • f480bd1315 Detect user shell as opposed to login shell. William Ting 2014-10-04 20:27:51 -07:00
  • 0d80d91805 Always append to error log. William Ting 2014-10-04 20:02:41 -07:00
  • 2095b2b129 Merge branch 'master' of github.com:joelthelion/autojump William Ting 2014-10-04 19:43:38 -07:00
  • 896b1c8562 Use ternary. William Ting 2014-10-04 18:49:05 -07:00
  • 3c658dc64f Fix flake8 errors. William Ting 2014-10-04 18:45:36 -07:00
  • b60932616b Use noautonamedirs with Zsh aliases Daniel Hahler 2014-09-17 23:23:39 +02:00
  • 5538cf70f3 Disable echo of command check Halil Özgür 2014-08-21 17:10:47 +03:00
  • 23be6ab233 Tweak Windows temp.close() comment line. William Ting 2014-08-17 16:00:08 -07:00
  • c889aa013e Close the temporary file before re-opening it. timotei 2014-08-17 15:01:54 +03:00
  • 581b8d9617 autopep8'ed William Ting 2014-08-09 19:59:41 -07:00
  • f23727ed0f Disable Unicode tests for Python 3. William Ting 2014-06-28 20:16:06 -07:00
  • 62c0877479 Add xrange() and fix second() for Python3. William Ting 2014-06-28 19:37:32 -07:00
  • 921b52e9d5 Add a u() wrapper to enable testing to work in both Python2 and Python3. William Ting 2014-06-28 19:34:45 -07:00
  • 567ae121ab Add install / uninstall / documentation for tcsh shell. William Ting 2014-06-28 19:06:16 -07:00
  • 349326c82c Merge branch 'tcsh' of https://github.com/jkuan/autojump into 282_add_tcsh_support William Ting 2014-06-28 18:57:07 -07:00
  • e30d7d392e Duplicate fbf932 changes in proper locations and rebuild docs. William Ting 2014-06-28 17:26:02 -07:00
  • 969fb4e6ed Add tox for testing with different Python versions. William Ting 2014-06-28 16:57:00 -07:00
  • 3465bb1f84 Migrate from Yelp/Testify to py.test. William Ting 2014-06-28 12:33:53 -07:00
  • 2100f993b3 formatting cleanup William Ting 2014-06-28 12:38:31 -07:00
  • 1e15497706 Merge pull request #298 from erbridge/fix_encoding_error William Ting 2014-06-28 12:19:24 -07:00
  • 17565a907d Merge pull request #296 from blueyed/handle-empty-needle William Ting 2014-06-28 12:18:58 -07:00
  • 68b457184d Fix bad encoding. Felix Laurie von Massenbach 2014-06-26 02:00:17 +01:00
  • 015deece87 Completion and jumping for empty needles Daniel Hahler 2014-06-25 16:18:28 +02:00
  • fbf932c4f2 README: minor fixes Daniel Hahler 2014-06-24 13:13:58 +02:00
  • 196d5233a0 Fix is_cwd for symlinks Daniel Hahler 2014-06-23 22:19:14 +02:00
  • 95472620c7 Escape backslashes in regexps (match_anywhere/match_consecutive) Daniel Hahler 2014-06-23 19:28:49 +02:00
  • 27a01662a5 Fix regression with j foo__ Daniel Hahler 2014-06-23 18:39:07 +02:00
  • 2f26642e7a Fix Needles must be a list error for foo_1 Daniel Hahler 2014-06-23 17:37:07 +02:00
  • c16a816d37 Merge remote-tracking branch 'blueyed/autojump.zsh-only-add-existing-dirs' Daniel Hahler 2014-06-23 17:10:29 +02:00
  • 8c7f0bf994 Makefile: prepend ./ to (un)install.py Daniel Hahler 2014-06-23 17:05:14 +02:00
  • 225cdb2a8b fix to allow directories starting with hyphens Johnny Kuan 2014-05-05 02:50:51 -04:00
  • 903f79333a minimal tcsh support Johnny Kuan 2014-05-04 02:58:23 -04:00
  • 09289c59a5 bin/autojump.zsh: only add existing dirs Daniel Hahler 2014-04-09 17:15:49 +02:00
  • 6360876933 Fixes missing path getter introduced in bc91905a. William Ting 2014-03-26 12:15:37 -05:00
  • bc91905a29 simplify default path William Ting 2014-03-21 18:56:23 -05:00
  • 72313dbc51 fish config file location verified William Ting 2014-03-09 20:06:03 -07:00
  • 4826a0ef6b Use temporary files to prevent IO race conditions. William Ting 2014-03-09 19:56:13 -07:00
  • 4bd62e2293 minor refactor William Ting 2014-03-09 19:41:44 -07:00
  • 1d317dcd1a Remove default '.' path from find_match. William Ting 2014-03-09 19:13:00 -07:00
  • d0578b2c10 Remove accidentally creating tuples. William Ting 2014-03-09 19:04:29 -07:00
  • 559ead890c Update Makefile to use new install / uninstall scripts. William Ting 2014-03-09 18:51:37 -07:00
  • 615bb0cafb more descriptive / python function names William Ting 2014-03-04 23:01:11 -06:00
  • 042428c41f Merge branch 'master' of github.com:joelthelion/autojump William Ting 2014-03-04 22:51:22 -06:00
  • 9f3d7ab5f9 merge William Ting 2014-03-04 22:50:56 -06:00
  • 12a4667824 remove nested filters William Ting 2014-03-04 22:50:31 -06:00
  • 06ea178332 Fix calls to find_matches, which expects a list of needles Daniel Hahler 2014-02-21 00:17:32 +01:00
  • 9db8c4feb3 add todo William Ting 2014-02-24 07:54:47 -06:00
  • 255f548b4a Merge branch 'master' of github.com:joelthelion/autojump William Ting 2014-02-20 20:00:18 -06:00
  • 5ba2774ff3 add list assertion for needles William Ting 2014-02-20 19:59:22 -06:00
  • 0d3aa06686 Merge pull request #262 from blueyed/pass-list-to-find_matches William Ting 2014-02-20 18:16:34 -06:00
  • 59d1e1fd9d Fix calls to find_matches, which expects a list of needles Daniel Hahler 2014-02-21 00:17:32 +01:00
  • 681068a2bc Don't check path existence when displaying tab completion menu. William Ting 2014-01-28 23:55:15 -06:00
  • 1f045c2658 trigger OSError for missing current directory William Ting 2014-01-28 23:18:31 -06:00
  • 5f9ac19afd whitespace fixes William Ting 2014-01-18 09:08:36 -06:00
  • 6e0e3741a5 Merge branch 'windows' of https://github.com/mdlawson/autojump into dev William Ting 2014-01-18 08:37:34 -06:00
  • ff9376cb93 cleanup, add custom installation support, change default windows install directory Michael Lawson 2014-01-16 11:39:17 +00:00
  • d0d906f3cb update Windows documentation William Ting 2014-01-15 15:16:41 -06:00
  • 7a756aaa4e add completion support Michael Lawson 2014-01-15 13:05:45 +00:00
  • de939863be ensure batch files are crlf Michael Lawson 2014-01-13 19:25:05 +00:00
  • 19f09e5cb0 added note about windows to readme Michael Lawson 2014-01-13 19:13:36 +00:00
  • 1d13c0d4ae fixed batch variable handling Michael Lawson 2014-01-13 19:04:39 +00:00
  • 53eeed8a99 initial windows support Michael Lawson 2014-01-12 19:34:28 +00:00
  • 09d8992289 Merge pull request #252 from blueyed/master William Ting 2014-01-11 14:49:32 -08:00
  • 4a1de9d599 autojump.zsh: use :h modifier instead of dirname Daniel Hahler 2014-01-11 20:54:39 +01:00
  • 3ef1195077 simplify file structure William Ting 2014-01-11 07:09:19 -06:00
  • 573c1ea418 Test / create errors directory before writing to it. William Ting 2014-01-11 06:58:07 -06:00
  • 3d6bf541cf update Travis build to use Makefile William Ting 2014-01-08 12:09:54 -06:00