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

Commit Graph

  • 269ff4e0e7 Test get_commands change gkodosis 2020-07-06 15:09:30 +03:00
  • 9d49d3957b Update tests gkodosis 2020-07-06 14:33:32 +03:00
  • 7318227825 Update rules based on devenv re-config gkodosis 2020-07-06 14:31:36 +03:00
  • f451614fbf Re-write get_commands function gkodosis 2020-07-06 14:29:49 +03:00
  • a72845be23 separate out matching tests so the pattern is clear for those who add matches in the future Tomas Gallucci 2020-07-04 01:45:14 -05:00
  • a9aa53d71a Remove unused import gkodosis 2020-07-03 16:46:57 +03:00
  • 771a6b5ca1 Remove test for get_new_command gkodosis 2020-07-03 16:43:03 +03:00
  • 3505680869 Revert test-source changes gkodosis 2020-07-03 16:35:43 +03:00
  • 8d256125bf Test error source gkodosis 2020-07-03 15:44:19 +03:00
  • 8be4ae4cda Test error source gkodosis 2020-07-03 15:34:31 +03:00
  • 9a9aeef92c Update rules gkodosis 2020-07-01 20:58:41 +03:00
  • 55eaf7e013 Add test for specific/devenv.py gkodosis 2020-07-01 20:31:39 +03:00
  • 6a71a52181 Update tests based on flake8 changes gkodosis 2020-07-01 20:20:28 +03:00
  • c1bd436fbe Flake8 style config gkodosis 2020-07-01 19:52:14 +03:00
  • e1f0ff4418 update command name in README.md Tomas Gallucci 2020-06-30 18:52:33 -05:00
  • f66cc07367 update import statement to match new file name Tomas Gallucci 2020-06-30 18:52:11 -05:00
  • 9005aff1bd rename files to more accurately reflect their more generic contents Tomas Gallucci 2020-06-30 18:43:49 -05:00
  • 8151723f87 provide new solution implementation based on feedback on PR Tomas Gallucci 2020-06-30 18:37:49 -05:00
  • 2d98015cf2 Remove env_no_such_command.py gkodosis 2020-06-30 20:22:12 +03:00
  • 0aaf827d2d Add devenv submodule gkodosis 2020-06-30 20:14:20 +03:00
  • fec207483d Add tests gkodosis 2020-06-30 20:11:23 +03:00
  • 31a594debc Add rbenv rule gkodosis 2020-06-30 20:06:21 +03:00
  • 905dbebbd1 Re-Add & Update pyenv rule gkodosis 2020-06-30 20:05:17 +03:00
  • 629a506116 Add nodenv rule gkodosis 2020-06-30 20:03:34 +03:00
  • 862abe75cf Add goenv rule gkodosis 2020-06-30 20:02:43 +03:00
  • 00d96f9799 Update README.md gkodosis 2020-06-30 20:00:13 +03:00
  • d42e45f09b use quotes consistently Tomas Gallucci 2020-06-29 19:46:13 -05:00
  • f133910eb7 typo MH Kwon 2020-06-26 17:22:40 +09:00
  • 10838ce720
    add tests Divya Jain 2020-06-16 22:10:56 +05:30
  • 9ea81d1447 Add rule to remove a doubled-up "git clone" in a git clone command. nyanotech 2020-06-14 20:08:10 -07:00
  • b5f48be95d
    Merge branch 'master' into git-hook-bypass Divya Jain 2020-06-15 22:15:54 +05:30
  • a8bb923601
    add README entry Divya Jain 2020-06-15 22:07:37 +05:30
  • 365db1ee41
    #N/A: Refactor for better readability (#1094) Divya Jain 2020-06-14 19:50:40 +05:30
  • aa7817937b some system might not have the docker: prefix Tin Lai 2020-06-13 13:48:15 +10:00
  • f84e324ce1
    Merge branch 'master' into refactor-test-fix-file Divya Jain 2020-06-11 04:46:49 +00:00
  • 81b39defe4
    #N/A: Fix formatting (#1092) Divya Jain 2020-06-10 22:21:45 +00:00
  • f82176802e
    add git-lfs support (#1056) Connor Martin 2020-06-10 17:20:37 -05:00
  • aafdd1a5c0 [Add] uninstall to rm kimminchul 2020-06-10 04:52:31 -07:00
  • 837935d07e add support for docker daemon not running Tin Lai 2020-06-10 08:14:06 +10:00
  • 31fa0bae12 allow commands to wraps other commands for correction Tin Lai 2020-06-09 15:44:28 +10:00
  • 9f4827a39d
    remove redundant enabled_by_default Divya Jain 2020-06-08 17:27:20 +00:00
  • 2296954b2b
    better implementation Divya Jain 2020-06-08 22:45:48 +05:30
  • 6abaf8d24b Remove re import gkodosis 2020-06-01 22:06:02 +03:00
  • b83c9d755d Update env rule gkodosis 2020-06-01 22:01:23 +03:00
  • 175b59214a naive implementation Divya Jain 2020-05-26 04:19:36 +05:30
  • 7bc8a417e4 Rename variable Divya Jain 2020-05-21 15:54:40 +05:30
  • b4d930810a Change typename for test tuple Divya Jain 2020-05-14 16:53:20 +05:30
  • 8b6d778ba7
    Reset colour for Powershell Daniel Smith 2020-05-14 09:56:07 +01:00
  • e7734d7bbe #N/A: Refactor for better readability Divya Jain 2020-05-14 06:17:18 +05:30
  • 82e067f04a Fixed UnicodeEncodeError in python 2.7 Divya Jain 2020-05-14 03:46:01 +05:30
  • 754cf26c8f Added quoting to eval parameters, fixes problems with filesnames containing spaces Peter Appleton 2020-05-13 22:01:41 +01:00
  • 228c6aed82 Removed trailing whitespace Divya Jain 2020-05-14 02:10:21 +05:30
  • b8cf0b14ad Fixed tests/rules/test_fix_file.py formatting Divya Jain 2020-05-14 02:06:27 +05:30
  • 443815d0b7 Fixed types.py format string Divya Jain 2020-05-14 01:55:42 +05:30
  • 5424e03e9f Fixed corrector.py format string Divya Jain 2020-05-14 01:50:56 +05:30
  • de8f58f57c Normalized line endings Divya Jain 2020-05-12 02:51:53 +05:30
  • f137763dc8 Fixed tests Divya Jain 2020-05-12 02:36:15 +05:30
  • 9233086d2e Replaced print with sys.stdout.write Divya Jain 2020-05-12 02:35:34 +05:30
  • d43bff511c Tested edit command Josh Martin 2020-04-06 18:38:33 -04:00
  • 3c1fa55ee1 Switched to using tempfiles Josh Martin 2020-04-05 22:39:47 -04:00
  • f96406cd71 #N/A: Edit commands using the default editor Josh 2020-03-01 12:16:56 -06:00
  • 15372fcb90 #N/A: Support editing command Pablo Santiago Blum de Aguiar 2017-12-17 02:53:30 -02:00
  • 7ca0919e70 Remove unused lines Ronan Doolan 2020-05-09 20:37:38 +01:00
  • 1136ff9793 Passed tests Ronan Doolan 2020-05-09 19:27:08 +01:00
  • 7e1e830c0e Pass second test Ronan Doolan 2020-05-09 19:21:52 +01:00
  • 0907393895 Passed one test Ronan Doolan 2020-05-09 18:58:15 +01:00
  • 576835fae6 Updated readme with gcloud Ronan Doolan 2020-05-09 16:30:38 +01:00
  • 7b44c3d2f2 Set number of blank lines as two Ronan Doolan 2020-05-09 16:21:55 +01:00
  • e304a370cd Remove duplicate blank lines again Ronan Doolan 2020-05-09 16:15:41 +01:00
  • 98abbf6703 Remove duplicate blank lines Ronan Doolan 2020-05-09 16:12:38 +01:00
  • 13a3fbdadc
    Fixed a grammar mistake godofhyperdeath 2020-05-08 14:05:11 -07:00
  • 1ac2325479 Rename pyenv rule gkodosis 2020-05-08 19:11:59 +03:00
  • b4dadebd5f globalize pyenv rule gkodosis 2020-05-08 19:04:44 +03:00
  • 7686b137fe
    Merge pull request #1 from godofhyperdeath/godofhyperdeath-patch-1 godofhyperdeath 2020-05-04 14:16:25 -07:00
  • 5b5f066d43
    Change license year to 2020-2023 godofhyperdeath 2020-05-04 14:15:55 -07:00
  • a4cb9f6909 added gcloud cli ronan doolan 2020-04-28 14:11:51 +00:00
  • 0016943ecf Also delete 'fuck' from history David 2020-04-17 16:19:28 +01:00
  • 00352ef833
    Merge 6ec28073ed18470ed47eb4fc2c086d770f742490 into 6975d30818792f1b37de702fc93c66023c4c50d5 Tobias Bechtold 2020-04-07 05:32:49 +03:00
  • 9138131d30
    Merge 04ae5e37848a7518c9ad88c7b2cc1c4cc47bf1f2 into 6975d30818792f1b37de702fc93c66023c4c50d5 Aadit Kamat 2020-04-07 04:17:48 +02:00
  • 6975d30818
    #960: Improve pacman_invalid_option rule (#1072) Pablo Aguiar 2020-04-06 21:46:40 +02:00
  • fa4f0921ea get rid of additional matched strings Connor Martin 2020-03-30 10:09:39 -05:00
  • 63fc9e3f08 Updated CONTRIBUTING.md to reflect what I learned at hackillinois Josh Martin 2020-03-04 21:19:29 -05:00
  • 07305399e0 #960: Improve pacman_invalid_option rule Pablo Santiago Blum de Aguiar 2020-03-29 00:58:54 +01:00
  • 3c542a5b8c
    Added pacman invalid option rule (#960) DragonGhost7 2020-03-28 18:15:20 -04:00
  • 565a6760e2 Fix flaky test David 2020-03-24 14:38:17 +00:00
  • cb49e3b9b0 Try setting status early on; this doesnt fix experimental mode David 2020-03-24 14:33:00 +00:00
  • 5d808b65f1 Add more functional tests David 2020-03-24 11:35:54 +00:00
  • 59d0836b6f Fix tests David 2020-03-24 10:46:35 +00:00
  • 4432ed21c6 Merge branch 'command_status_code' of https://github.com/davidhart82/thefuck into command_status_code David 2020-03-24 10:12:35 +00:00
  • 74291c0e8b Test getting status code David 2018-01-05 17:12:10 +00:00
  • 6b7e529daa Merge branch 'command_status_code' of https://github.com/davidhart82/thefuck into command_status_code David 2020-03-24 10:05:17 +00:00
  • f39512bd83 Test getting status code David 2018-01-05 17:12:10 +00:00
  • d3a05426de Bump to 3.30 3.30 Vladimir Iakovlev 2020-03-19 18:21:12 +01:00
  • 26b7f62992 Updated formatting using black Josh 2020-03-01 12:40:10 -06:00
  • 88db57b4b1 #N/A: Add a new rule to create directory on cp or mv Caplinja 2020-03-01 00:07:54 -06:00
  • 521507038f #N/A: Add a new rule to create directory on cp or mv Caplinja 2020-03-01 00:07:54 -06:00
  • 2f95ac5040 [WIP]: Edit commands using the default editor Josh 2020-03-01 12:16:56 -06:00
  • 444908ce1c #1047: Fix pip_unknown_command by using a less restrictive regex Caplinja 2020-02-29 19:19:38 -06:00
  • 1d5e40a7c9 #962: Add the new apt_unable_to_locate rule Josh 2020-02-29 20:22:30 -06:00
  • 760677d373 #1047: Fix pip_unknown_command by using a less restrictive regex Caplinja 2020-02-29 19:19:38 -06:00