1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

Commit Graph

  • 5e44fb22be Fix rules.brew_install tests on Mac Pablo Santiago Blum de Aguiar 2015-10-17 18:45:29 -03:00
  • 5389d0c106 Add git_two_dashes rule Pablo Santiago Blum de Aguiar 2015-10-17 17:35:39 -03:00
  • c970f190d2 Add a CONTRIBUTING file mcarton 2015-10-16 18:22:05 +02:00
  • 8f25c95f06 Use XDG_CACHE_HOME for cache mcarton 2015-10-16 17:33:52 +02:00
  • 4a48108c69 Follow the XDG Base Directory Specification mcarton 2015-10-16 16:52:03 +02:00
  • f5e8fe954e Improve the Fish Shell function making it faster Pablo Santiago Blum de Aguiar 2015-10-15 23:57:13 -03:00
  • 0fcc35c227 #380 merge cd_mkdir and cd_correction rules merge-cd-rules nvbn 2015-10-12 17:52:44 +08:00
  • 3da26192cb Bump to 3.1 3.1 nvbn 2015-10-08 10:30:38 +08:00
  • 11c133523a Merge pull request #375 from jab/patch-1 Vladimir Iakovlev 2015-10-03 10:24:39 +08:00
  • 4b3e6a1448 Merge pull request #374 from mcarton/python3.5 Vladimir Iakovlev 2015-10-03 10:23:41 +08:00
  • 09d9f63c98 use /bin/rm rather than rm -f jab 2015-10-02 10:12:50 -04:00
  • e8883429c6 rm -f $eval_script jab 2015-10-02 10:09:19 -04:00
  • c1b67f2514 Show python version in --version nvbn 2015-09-28 16:47:54 +08:00
  • 3d6e7b17db Test on python 3.5 mcarton 2015-08-26 18:07:46 +02:00
  • 75ef866214 Merge pull request #373 from grammaright/master Vladimir Iakovlev 2015-09-13 12:38:55 +03:00
  • 5021d16cea Add j, k key for arrow action at read_actions grammaright 2015-09-13 00:45:54 +09:00
  • af259846b4 Merge pull request #370 from nvbn/369-git-fix-stash-fails Vladimir Iakovlev 2015-09-10 15:11:34 +03:00
  • 213791d3c2 #369 Fix git_fix_stash fails when script is just git nvbn 2015-09-10 14:28:22 +03:00
  • 71dc2666cc Bump to 3.0 3.0 nvbn 2015-09-09 10:59:07 +03:00
  • 3e66a294c4 Merge pull request #367 from nvbn/355-touch-rule Vladimir Iakovlev 2015-09-09 10:57:55 +03:00
  • 3e8db28a73 #355 Add touch rule nvbn 2015-09-09 10:53:56 +03:00
  • 6e886c6b4f Merge pull request #366 from nvbn/unned-abstractions Vladimir Iakovlev 2015-09-08 17:53:37 +03:00
  • 3fc2efee0f #366 Don't make bash history checks in travis-ci, it works incorrectly nvbn 2015-09-08 17:48:33 +03:00
  • cb14aded6b #366 Remove sleep before checking history nvbn 2015-09-08 17:47:04 +03:00
  • 08af616e3d #366 Add sleep before checking history nvbn 2015-09-08 17:39:52 +03:00
  • dfa22bc92b #366 Add type annotations in core components nvbn 2015-09-08 15:54:07 +03:00
  • eb17e696c3 #366 Fix python 2 support nvbn 2015-09-08 15:32:19 +03:00
  • b8ce95ad68 Minor refactoring nvbn 2015-09-08 15:24:49 +03:00
  • 1173f9f59c Organize settings initialization logic in Settings nvbn 2015-09-08 15:15:53 +03:00
  • a8dbc48fd4 Move commands-related logic to Command and CorrectedCommand nvbn 2015-09-08 15:00:57 +03:00
  • 4a27595e97 Move rule-related code to Rule nvbn 2015-09-08 14:18:11 +03:00
  • bf80d97062 Remove obscure SortedCorrectedCommandsSequence nvbn 2015-09-08 12:52:10 +03:00
  • 1fb6dd925b Remove on_change from CommandSelector nvbn 2015-09-08 12:27:17 +03:00
  • b2be0b3cad Remove obscure RulesNamesList and DefaultRulesNames nvbn 2015-09-08 12:14:39 +03:00
  • 122541b7d8 Merge pull request #365 from mcarton/fix-unzip Vladimir Iakovlev 2015-09-07 23:36:13 +03:00
  • 488c1dad79 Merge branch 'master' of github.com:nvbn/thefuck into fix-unzip mcarton 2015-09-07 20:51:55 +02:00
  • c3fe7e5e68 Fix #363 mcarton 2015-09-07 20:48:10 +02:00
  • 3d56204f92 Update readme nvbn 2015-09-07 19:13:17 +03:00
  • 293f16c3c8 Merge pull request #364 from nvbn/global-settings Vladimir Iakovlev 2015-09-07 19:09:31 +03:00
  • 7339a97b90 #364 Make aliases cache persistent nvbn 2015-09-07 19:05:38 +03:00
  • f3525e9fe0 #364 Attach user_dir to settings nvbn 2015-09-07 18:59:10 +03:00
  • df4d2cc88d ⚠️ Remove settings param from rules match, get_new_command and side_effect nvbn 2015-09-07 13:00:29 +03:00
  • 382eb8b86c Fix tests nvbn 2015-09-07 12:12:16 +03:00
  • d7a529f626 Merge 23a75f69540704103024aabf56ebbcd64b710b65 into 191a2e588d0c2969d375a5cf3b35394b49cbf100 Martin Carton 2015-09-06 22:22:08 +00:00
  • 105d3d8137 Make settings a global singleton nvbn 2015-09-06 21:47:12 +03:00
  • 307ae08c03 Merge f536c0b1ade36d6c158616b6786f214a18600e9b into 191a2e588d0c2969d375a5cf3b35394b49cbf100 Jared Henry Oviatt 2015-09-06 13:11:04 +00:00
  • 191a2e588d Merge pull request #362 from nvbn/356-fuck-endpoint Vladimir Iakovlev 2015-09-06 13:43:24 +03:00
  • f964c65f16 #362 Fix tests for python 2 nvbn 2015-09-06 13:40:29 +03:00
  • dd0667ea8f #356 Ignore thefuck entry points nvbn 2015-09-06 13:37:48 +03:00
  • 4392872568 #356 Print useful information when fuck called and alias isn't configured nvbn 2015-09-06 13:29:42 +03:00
  • f7ce0fda25 Merge pull request #361 from nvbn/357-exclude-rules Vladimir Iakovlev 2015-09-06 12:59:34 +03:00
  • 2f9db24ed1 #357 Add exclude_rules settings option nvbn 2015-09-06 12:55:59 +03:00
  • 4ae2e9bbc4 Merge pull request #359 from nvbn/use-pytest-docker-pexpect Vladimir Iakovlev 2015-09-06 01:28:37 +03:00
  • 5cfd493d05 Make "arrows" tests less dependent on environment nvbn 2015-09-06 01:24:29 +03:00
  • 22eac045c8 Use @pytest.mark.once_without_docker nvbn 2015-09-06 01:14:49 +03:00
  • cdd5f21e88 Add functional marker nvbn 2015-09-06 01:13:44 +03:00
  • 8cc19daaaa Use pytest-docker-pexpect for func tests nvbn 2015-09-06 00:56:18 +03:00
  • 8bf4182f86 Fix install script on non-ubuntu nvbn 2015-09-05 11:54:59 +03:00
  • 6df772ba05 Bump to 2.9.1 2.9.1 nvbn 2015-09-05 11:46:34 +03:00
  • e2e8b6fc86 Fix without result nvbn 2015-09-05 11:45:39 +03:00
  • faa7ee6030 Bump to 2.9 2.9 nvbn 2015-09-05 11:21:21 +03:00
  • 6321f25533 Fix bare run of func tests nvbn 2015-09-02 13:52:06 +03:00
  • 9a02e821cd Fix python 2 support nvbn 2015-09-02 11:54:58 +03:00
  • 4129ff2717 #353 Cache aliases in a temporary file nvbn 2015-09-02 11:10:03 +03:00
  • ea6600be8b Kill containers after func tests nvbn 2015-09-02 10:33:45 +03:00
  • b0195a8748 Reorganize imports nvbn 2015-09-02 09:43:40 +03:00
  • fc35ee657e Merge pull request #354 from mcarton/patch-1 Vladimir Iakovlev 2015-09-02 09:37:28 +03:00
  • 50207d8180 Merge pull request #352 from mcarton/slow Vladimir Iakovlev 2015-09-02 09:36:48 +03:00
  • b6855587fa Some README fixes Martin Carton 2015-09-01 17:48:55 +02:00
  • 45d849b1ac Use thefuck --alias in func tests nvbn 2015-09-01 18:36:25 +03:00
  • d8027bb499 Merge pull request #348 from myoung34/master Vladimir Iakovlev 2015-09-01 18:21:21 +03:00
  • 4932122f71 #349 Add installation of command-not-found in install script nvbn 2015-09-01 18:18:28 +03:00
  • 8a4f4eea45 #349 Add note about python-commandnotfound dependency nvbn 2015-09-01 18:10:53 +03:00
  • ff8d61a4fb Merge branch 'master' of github.com:nvbn/thefuck into slow mcarton 2015-09-01 14:43:41 +02:00
  • 6dcf9a3a14 Fix python 2 support nvbn 2015-09-01 15:32:23 +03:00
  • 8b62959fe3 Merge branch 'master' of github.com:nvbn/thefuck into slow mcarton 2015-09-01 14:19:53 +02:00
  • 21103d1b50 Simplify corrector steps nvbn 2015-09-01 14:43:27 +03:00
  • 61937e9e8f #334: Wait only for first matched rule; regression: always show arrows nvbn 2015-09-01 14:34:41 +03:00
  • 5d74344994 Make CorrectedCommand ignore priority when checking equality nvbn 2015-09-01 13:03:24 +03:00
  • 12394ca842 #334: Don't wait for all rules before showing result nvbn 2015-09-01 12:51:41 +03:00
  • ebe53f0d18 Use decorator library nvbn 2015-08-27 16:52:26 +03:00
  • 0c283ff2b8 #334 Speed-up rules with caching for_app decorator nvbn 2015-08-27 16:42:09 +03:00
  • bc78f1bbee git push origin masterMerge branch 'mlk-35_mvn' nvbn 2015-08-27 16:11:00 +03:00
  • f2a7364e8c #351 Speed-up mvn rules, pep8 fixes nvbn 2015-08-27 16:10:50 +03:00
  • 9103c1ffd5 Add is_app/for_app helpers nvbn 2015-08-27 16:08:29 +03:00
  • edf77a90ad Merge branch '35_mvn' of https://github.com/mlk/thefuck into mlk-35_mvn nvbn 2015-08-27 14:09:03 +03:00
  • 27c14a44af Fix tests mcarton 2015-08-27 10:12:31 +02:00
  • 514bb7df81 Don't run a shell just to run another shell mcarton 2015-08-26 23:38:33 +02:00
  • 3bd2c8d4c8 Remove unused imports mcarton 2015-08-26 20:55:47 +02:00
  • e5ce000399 Improve the ssh_known_hosts rule import time mcarton 2015-08-26 20:03:33 +02:00
  • 9fc2bc904c Slightly improve the fix_file rule mcarton 2015-08-26 19:57:34 +02:00
  • 51f1f44162 Memoize thefuck.utils.which mcarton 2015-08-26 19:55:40 +02:00
  • b0702d309f Improve brew* rules import time mcarton 2015-08-26 19:46:23 +02:00
  • 2b750bac8b Log rule import times mcarton 2015-08-26 19:14:03 +02:00
  • 8c02658a32 Removed debug statement Michael Lee 2015-08-26 15:02:46 +01:00
  • 301de75aee #35 - Fuzzy matching on maven lifecycle targets Michael Lee 2015-08-26 14:58:45 +01:00
  • 0d86fce9be #35 mvn will auto add clean package Michael Lee 2015-08-26 14:01:36 +01:00
  • 7be71a0121 #334 Add performance test nvbn 2015-08-26 14:34:39 +03:00
  • 354ae119c6 Don't duplicate project root in tests nvbn 2015-08-26 12:12:52 +03:00
  • a2b2e5b5b8 fix usage. why not myoung34 2015-08-25 16:40:22 -05:00