1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 22:54:14 +00:00

Commit Graph

  • d750d3d6d1 #412: Add _script_from_history for generic shell nvbn 2015-11-26 03:42:03 +08:00
  • 3ad953001d Merge pull request #411 from scorphus/unicode Vladimir Iakovlev 2015-11-25 20:41:20 +08:00
  • 3b4b87d8ed #398: Test PYTHONIOENCODING=utf-8 in shell aliases Pablo Santiago Blum de Aguiar 2015-11-25 02:32:05 -02:00
  • 6c3d67763a #398: Add PYTHONIOENCODING=utf-8 to Fish Shell alias Pablo Santiago Blum de Aguiar 2015-11-23 12:44:50 -02:00
  • 959680d24d #N/A Set TF_ALIAS as an environment variable Pablo Santiago Blum de Aguiar 2015-11-23 12:44:50 -02:00
  • b0adc7f2ca #N/A Indent Fish alias with two spaces (default) Pablo Santiago Blum de Aguiar 2015-11-23 12:44:50 -02:00
  • fc05364233 #398 & #408: Support non-ascii IO in Python 2 Pablo Santiago Blum de Aguiar 2015-11-04 23:08:13 -02:00
  • ad3db4ac67 #N/A Fix F812 list comprehension redefines cmd Pablo Santiago Blum de Aguiar 2015-11-22 11:38:59 -02:00
  • 4a7b335d7c #N/A Add ability to get Fish Shell history Pablo Santiago Blum de Aguiar 2015-11-22 01:57:20 -02:00
  • 465f6191b0 #N/A Cleanup and adjust syntax Pablo Santiago Blum de Aguiar 2015-11-22 01:19:24 -02:00
  • b2836319ad Update README.md Vladimir Iakovlev 2015-11-19 11:22:56 +08:00
  • b3e9b36bd1 Merge pull request #409 from nvbn/394-history-limit Vladimir Iakovlev 2015-11-19 11:17:21 +08:00
  • ae2949cfa2 python2.7 unicode error lovedboy 2015-11-19 00:15:07 +08:00
  • 1bb04b41eb #398: Add PYTHONIOENCODING=utf-8 to shell aliases nvbn 2015-11-18 18:37:11 +08:00
  • acd0b3e024 Merge pull request #406 from mcarton/py2→3 Vladimir Iakovlev 2015-11-18 18:32:24 +08:00
  • 7c5676491a Fix some more warnings from flake8 mcarton 2015-11-15 18:08:59 +01:00
  • 8feb722ed0 Fix some pep8 warnings mcarton 2015-11-15 18:02:37 +01:00
  • c3ea2fd0c7 Fix cache problem when going from Python 2 to 3 mcarton 2015-11-15 16:55:07 +01:00
  • b55464b2ea #403 Add sudo rule's pattern for dscl nvbn 2015-11-13 15:37:13 +08:00
  • 8ddb61ae89 #N/A Add python-gdbm to install script nvbn 2015-11-12 18:43:15 +08:00
  • fe91008a9c Merge pull request #400 from alessio/fix-memoize Vladimir Iakovlev 2015-11-06 02:19:07 +08:00
  • 7f777213c5 Fix misinterpretation of the disabled flag Alessio Treglia 2015-11-04 22:42:56 +00:00
  • 89f868c115 Bump to 3.2 3.2 nvbn 2015-11-03 17:38:07 +08:00
  • 81f6a25abc #398: Fix UnicodeDecodeError in logs nvbn 2015-11-01 14:42:48 +08:00
  • cc9af78787 Merge branch 'master' of github.com:nvbn/thefuck nvbn 2015-11-01 13:17:15 +08:00
  • 1fc3f1b5bf #398: Fix UnicodeDecodeError in logs nvbn 2015-11-01 13:16:58 +08:00
  • 45574d06c9 Merge pull request #397 from janek-warchol/use-force-with-lease Vladimir Iakovlev 2015-10-31 02:47:51 +08:00
  • dc23d67a42 Use --force-with-lease instead of --force for git push Jan Warchoł 2015-10-30 16:17:56 +01:00
  • 2fea0d4c60 #394: Force history_limit to be int nvbn 2015-10-30 16:23:19 +08:00
  • 8c8abca8d5 #394: readlines isn't lazy nvbn 2015-10-29 22:51:30 +08:00
  • bd6ee68c03 #394: Try simpler solution to limit lines count nvbn 2015-10-29 20:17:17 +08:00
  • 16533e85a7 Merge branch 'debug' of git://github.com/lovedboy/thefuck into lovedboy-debug nvbn 2015-10-29 20:00:04 +08:00
  • b3a19fe439 history limit from settings lovedboy 2015-10-29 10:14:34 +08:00
  • 959b96cf6e #392: Show only debug message if script isn't splitable nvbn 2015-10-29 01:03:27 +08:00
  • f20311fa89 #392: Little refactoring nvbn 2015-10-29 00:13:59 +08:00
  • a4c391096a Merge branch 'fix-split' of https://github.com/mcarton/thefuck into mcarton-fix-split nvbn 2015-10-29 00:04:29 +08:00
  • e71a3e0cdb Replace (almost) all instance of script.split mcarton 2015-10-28 16:43:24 +01:00
  • 2d995d464f Fix the cpp11 rule mcarton 2015-10-28 15:27:10 +01:00
  • 280751b36e Fix the unzip rules and filenames with spaces mcarton 2015-10-28 15:13:33 +01:00
  • 0a6a3db65d Fix the untar rules and filenames with spaces mcarton 2015-10-28 15:12:59 +01:00
  • ecfc180280 Add shells.quote mcarton 2015-10-28 14:16:01 +01:00
  • dae58211ba Parse command line with shlex mcarton 2015-10-28 14:01:14 +01:00
  • 5e9b2c56da Merge pull request #391 from mcarton/tox-3.5 Vladimir Iakovlev 2015-10-28 20:52:45 +08:00
  • 192ab0bfb0 Test python 3.5 with tox mcarton 2015-10-28 13:32:37 +01:00
  • 372e983459 add THEFUCK_HISTORY_LIMIT, my machine is so slow lovedboy 2015-10-22 19:25:00 +08:00
  • 346cb99217 #385 Little refactoring nvbn 2015-10-21 18:13:22 +08:00
  • bbfedb861f Merge branch 'xdg' of https://github.com/mcarton/thefuck into mcarton-xdg nvbn 2015-10-21 18:03:39 +08:00
  • f5b0e96747 #382 Prevent partial execution of install.sh nvbn 2015-10-21 18:00:08 +08:00
  • 12a33f56bc Merge pull request #389 from scorphus/fix-touch Vladimir Iakovlev 2015-10-21 17:50:09 +08:00
  • 590fdba2aa Fix rules.touch tests Pablo Santiago Blum de Aguiar 2015-10-18 19:41:21 -02:00
  • f374142bf8 Merge pull request #384 from scorphus/fish-func Vladimir Iakovlev 2015-10-19 01:50:53 +08:00
  • 540ff7e16d Merge pull request #387 from scorphus/git-two-dashes Vladimir Iakovlev 2015-10-19 01:50:04 +08:00
  • 806dad18bf Merge pull request #386 from mcarton/CONTRIBUTING Vladimir Iakovlev 2015-10-19 01:49:02 +08:00
  • 8b416f269f Merge pull request #388 from scorphus/fix-brew-tests Vladimir Iakovlev 2015-10-19 01:48:53 +08:00
  • 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
  • 105d3d8137 Make settings a global singleton nvbn 2015-09-06 21:47:12 +03: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