1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Commit Graph

  • 1a4d74d487 Merge branch 'fix/prevent-cwd-tilde-dir-creation' of https://github.com/kthrift/thefuck into kthrift-fix/prevent-cwd-tilde-dir-creation Vladimir Iakovlev 2016-08-22 05:20:29 +03:00
  • 0bd3e85e08 fix: new config dirs created in $HOME/.config/thefuck instead of $CWD fix: use correct path in warning message when XDG_CONFIG_HOME defined Kyle Thrift 2016-08-21 15:59:16 -04:00
  • faeeef7666 Merge pull request #539 from blahgeek/master Vladimir Iakovlev 2016-08-21 15:22:36 +08:00
  • 4d65d6a1df Merge pull request #538 from lukechilds/git-push-with-args Vladimir Iakovlev 2016-08-21 15:20:54 +08:00
  • cfa51506fb prevent infinity loop while detecting shell BlahGeek 2016-08-20 12:00:03 +08:00
  • 5df350254e Check arguments are preserved in git_push Luke Childs 2016-08-19 22:24:02 +01:00
  • 612c393ec4 Check git_push matches without specifying a branch Luke Childs 2016-08-19 22:19:09 +01:00
  • 4d89b3499e Preserve args for git_push Luke Childs 2016-08-19 22:08:30 +01:00
  • 070bb2ff28 #N/A: Show deprecation warning when ~/.thefuck used Vladimir Iakovlev 2016-08-14 20:02:33 +03:00
  • 71025dff17 #N/A: Monkeypatch old pathlib even on unix Vladimir Iakovlev 2016-08-14 15:32:53 +03:00
  • 621b455334 #N/A: Monkeypatch pathlib on windows Vladimir Iakovlev 2016-08-14 15:15:03 +03:00
  • 176924c18d #N/A: Move imports from pathlib/pathlib2 to utils Vladimir Iakovlev 2016-08-14 15:01:00 +03:00
  • 1f75fc1ea9 #N/A: Remove deprecated thefuck-alias entry point Vladimir Iakovlev 2016-08-14 14:43:13 +03:00
  • 46cb87615e #N/A: Remove old-style rules support Vladimir Iakovlev 2016-08-14 14:37:32 +03:00
  • c63e0d1582 Bump to 3.11 3.11 Vladimir Iakovlev 2016-08-14 13:18:43 +03:00
  • a3eb124033 #N/A: Disable port_already_in_use on systems without lsof Vladimir Iakovlev 2016-08-14 08:39:26 +03:00
  • a1f115eb19 N/A: Add osx to travis-ci config Vladimir Iakovlev 2016-08-14 07:16:22 +03:00
  • 56851e8d31 #N/A: Add port_already_in_use rule Vladimir Iakovlev 2016-08-14 06:59:26 +03:00
  • a8c3c2d728 #N/A: Fix tests on python 2 Vladimir Iakovlev 2016-08-13 21:46:12 +03:00
  • 844d3af8ae #N/A: Add grunt_task_not_found rule Vladimir Iakovlev 2016-08-13 21:13:05 +03:00
  • a2693bd737 #N/A: Add workon_doesnt_exists rule Vladimir Iakovlev 2016-08-13 20:55:00 +03:00
  • ae3e231a5f #N/A: Add gradle_no_task rule Vladimir Iakovlev 2016-08-13 20:31:33 +03:00
  • 21bb439d7c #N/A: Add gradle_wrapper rule Vladimir Iakovlev 2016-08-13 19:30:46 +03:00
  • efcf7da7db #N/A: Add react_native_command_unrecognized rule Vladimir Iakovlev 2016-08-13 19:14:55 +03:00
  • 5f79217e97 #N/A: Add slow_commands and wait_slow_command settings options Vladimir Iakovlev 2016-08-13 18:55:11 +03:00
  • fdfbfc80c0 #N/A: Add npm_missing_script rule Vladimir Iakovlev 2016-08-13 18:28:45 +03:00
  • b09a4e394e #N/A: Add npm_run_script rule Vladimir Iakovlev 2016-08-13 17:38:40 +03:00
  • 34973fe97e #N/A: Fix tests without CommandNotFound Vladimir Iakovlev 2016-08-13 17:33:16 +03:00
  • 379d2953c9 #N/A: Use for_app helper Vladimir Iakovlev 2016-08-13 16:14:05 +03:00
  • 065b350ada #N/A: Add fab_command_not_found rule Vladimir Iakovlev 2016-08-13 16:10:12 +03:00
  • ca787a1cba #N/A: Ensure that command doesn't exists in no_command rule Vladimir Iakovlev 2016-08-13 15:39:42 +03:00
  • 4c2fc490f2 Merge branch 'master' of github.com:nvbn/thefuck Vladimir Iakovlev 2016-08-13 15:33:12 +03:00
  • 0c2083485d #N/A: Make apt-get rule more accurate, remove unstable tests Vladimir Iakovlev 2016-08-13 15:30:57 +03:00
  • bc78c83224 Merge pull request #535 from scorphus/534-improve-open Vladimir Iakovlev 2016-08-13 20:20:12 +08:00
  • b2a5009116 #N/A: Ensure that thefuck successfully installed in functional tests Vladimir Iakovlev 2016-08-13 14:50:21 +03:00
  • 087584a1e0 #N/A: Remove ability to run functional tests without docker Vladimir Iakovlev 2016-08-13 14:11:18 +03:00
  • b6b15bf0d1 #534: Improve open rule by creating the file or dir Pablo Santiago Blum de Aguiar 2016-08-11 22:34:06 -03:00
  • a169575b0f #534: Move “is arg a url?” logic to a function Pablo Santiago Blum de Aguiar 2016-08-11 22:10:49 -03:00
  • fbea803a9b #534: Use a stderr fixture on open rule tests Pablo Santiago Blum de Aguiar 2016-08-10 22:20:12 -03:00
  • 190db9407c shorten -y argument Haroen Viaene 2016-07-26 16:13:24 +02:00
  • c02357c58f make sure to only change the CONF value once Haroen Viaene 2016-07-26 08:13:32 +02:00
  • a97416272c add -y argument to fish function Haroen Viaene 2016-07-25 21:19:45 +02:00
  • ff5372e288 don't add an argument to the main program Haroen Viaene 2016-07-25 20:53:00 +02:00
  • b647ad9020 start work on -y Haroen Viaene 2016-07-25 20:22:33 +02:00
  • 51415a5cb1 Merge pull request #530 from scorphus/git-branch-exists-checkout Vladimir Iakovlev 2016-07-22 13:11:05 +03:00
  • 237bc57999 #N/A: Use git_branch_exists rule with checkout too Pablo Santiago Blum de Aguiar 2016-07-21 13:59:41 -03:00
  • 2af65071d8 Merge branch 'yeahbert-git_push_contains_work' nvbn 2016-07-07 15:42:02 +03:00
  • c93b547624 #529: Minor style changes nvbn 2016-07-07 15:41:51 +03:00
  • 837ca73f50 Added "contains work" error for git push Julian Zimmermann 2016-07-07 11:47:51 +02:00
  • a3b2e6872b Merge pull request #527 from josephfrazier/brew-update Vladimir Iakovlev 2016-06-30 01:46:36 +03:00
  • 29ed1800e1 Add brew update to Homebrew commands Joseph Frazier 2016-06-29 15:43:53 -04:00
  • 965c05bfdf Merge pull request #525 from tdsmith/patch-1 Vladimir Iakovlev 2016-06-29 14:11:26 +03:00
  • a7d1c725e4 Keep working if pip isn't installed Tim D. Smith 2016-06-28 21:50:06 -07:00
  • 99e828d15d Avoid importing pip Tim D. Smith 2016-06-28 21:48:06 -07:00
  • ae2b767a4d Merge branch 'scorphus-update-cargo-no-command' nvbn 2016-06-28 15:51:01 +03:00
  • 3893e0cdca #517: Little refactoring nvbn 2016-06-28 15:50:41 +03:00
  • 2988e4871f Merge branch 'update-cargo-no-command' of https://github.com/scorphus/thefuck into scorphus-update-cargo-no-command nvbn 2016-06-28 15:49:04 +03:00
  • d5e333b727 Bump to 3.10 3.10 nvbn 2016-06-28 03:30:27 +03:00
  • 1755bcd1b5 #524: Run functional tests only with python 3.5 nvbn 2016-06-28 03:05:42 +03:00
  • f773b57bea #511: Add ln_s_order rule nvbn 2016-06-28 03:00:00 +03:00
  • 5866ea8433 Merge pull request #524 from nvbn/fix-func-tests-on-travis-ci Vladimir Iakovlev 2016-06-28 00:38:58 +03:00
  • 729508e581 #524: Add commandnotfound to travis config nvbn 2016-06-28 00:38:38 +03:00
  • 1b7c8b5498 #524: Don't wait for prompt in zsh nvbn 2016-06-28 00:22:25 +03:00
  • 9b6cd0cd7b #524: Exit with 1 if no fixed command selected nvbn 2016-06-28 00:22:04 +03:00
  • 77ea630d84 #524: Remove skip_without_docker hacks nvbn 2016-06-28 00:11:56 +03:00
  • 917c6ac887 #524: Fix tcsh encoding nvbn 2016-06-28 00:00:49 +03:00
  • 8bea63eb23 #524: Remove unned dependencies from .travis.yml nvbn 2016-06-27 23:48:26 +03:00
  • 2bf21d9f0e #524: Wait for prompt in zsh tests nvbn 2016-06-27 23:48:06 +03:00
  • e2f66cb26b #N/A: Enable docker service nvbn 2016-06-27 23:18:38 +03:00
  • ff1ee979f0 Merge pull request #518 from mklkj/master Vladimir Iakovlev 2016-06-27 23:15:41 +03:00
  • 25343dbfb4 Merge pull request #523 from MattKotsenas/refactor/powershell-config Vladimir Iakovlev 2016-06-27 23:15:14 +03:00
  • ea3671f98c Merge pull request #521 from b1101/master Vladimir Iakovlev 2016-06-27 23:14:16 +03:00
  • 4584903beb #N/A: Temporary disable functional tests on travis-ci nvbn 2016-06-27 23:13:57 +03:00
  • 990ba57159 #N/A: Disable zsh test_with_confirmation without docker nvbn 2016-06-27 23:12:05 +03:00
  • 16c110823d Add semi-colons in powershell alias Matt Kotsenas 2016-06-27 13:29:24 -04:00
  • 01418526b4
    ui: accept 'q' as quit character Romans Volosatovs 2016-06-25 12:08:27 +02:00
  • d2845a0d2e Fix a typo mklkj 2016-06-23 14:28:37 +02:00
  • 2c1666abc4 #N/A: Update cargo_no_command rule to support current Cargo Pablo Santiago Blum de Aguiar 2016-06-18 13:50:47 -03:00
  • 42853f41bb Merge branch 'TheJakeSchmidt-add-git_rebase_continue_no_changes' nvbn 2016-06-15 19:29:14 +04:00
  • 5f11ecc4f8 #515: Allow less strict check, use git_support nvbn 2016-06-15 19:28:58 +04:00
  • 4bd4c0f731 Add a new rule git_rebase_no_changes. Jake 2016-06-11 19:16:28 -04:00
  • b8c5433dc4 Merge pull request #513 from scorphus/cleanup_ Vladimir Iakovlev 2016-06-06 06:46:36 +03:00
  • e2883430bc #N/A: Cleanup shells/fish.py a bit Pablo Santiago Blum de Aguiar 2016-06-04 23:17:46 -03:00
  • a4b690369c Merge pull request #506 from asergi/pathlib2 Vladimir Iakovlev 2016-05-17 02:23:03 +03:00
  • 6bbd680e56 Merge pull request #507 from scorphus/assert-warns Vladimir Iakovlev 2016-05-17 02:22:34 +03:00
  • e5f8e9c0de #N/A: Assert deprecated warnings are raised Pablo Santiago Blum de Aguiar 2016-05-15 17:04:09 -03:00
  • ebf1ea88f5 Switch from pathlib to pathlib2 Alessio Sergi 2016-05-12 17:17:17 +02:00
  • d2b0b6e8ec Merge pull request #505 from scorphus/decode-bin Vladimir Iakovlev 2016-05-12 04:47:57 +03:00
  • 561eb12c08 #504: UTF8-decode bin names if on Python 2 Pablo Santiago Blum de Aguiar 2016-05-08 13:20:37 -03:00
  • ed38fedf26 #504: Mock get_all_executables internals instead Pablo Santiago Blum de Aguiar 2016-05-08 13:20:37 -03:00
  • 15bcd7f03f #501: Deprecate installation script nvbn 2016-05-09 18:54:40 +03:00
  • 9e39bcd55c Merge pull request #503 from scorphus/readme-osx Vladimir Iakovlev 2016-05-09 15:14:05 +03:00
  • cfa73f10d6 #501: Split Ubuntu and OS X installation instructions Pablo Santiago Blum de Aguiar 2016-05-03 22:50:14 -03:00
  • c3709682d5 Merge pull request #500 from scorphus/history-merge Vladimir Iakovlev 2016-05-03 13:18:12 +03:00
  • 96f7e53aa2 #495: Alter history only when configured to do so Pablo Santiago Blum de Aguiar 2016-04-30 18:39:08 -03:00
  • d1f55603fe #495: Merge history only when alter_history is set Pablo Santiago Blum de Aguiar 2016-04-29 23:21:28 -03:00
  • f74bbb7a9a Bump to 3.9 3.9 nvbn 2016-04-24 17:56:06 +03:00
  • d6c2c7266d Merge branch 'scorphus-fish-put-to-history' nvbn 2016-04-22 03:17:40 +03:00
  • 51839e65cd #495: Add comment in put_to_history nvbn 2016-04-22 03:16:16 +03:00
  • d5ae3a6b41 Merge branch 'fish-put-to-history' of https://github.com/scorphus/thefuck into scorphus-fish-put-to-history nvbn 2016-04-22 03:14:31 +03:00