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

Commit Graph

  • 2678adf981 #788: Use uniq last tracker path for different users Vladimir Iakovlev 2018-02-23 20:42:00 +01:00
  • dd9554539f Added a rule to delete sudo for pacaur. (#787) JunYoung Gwak 2018-02-22 13:14:02 -08:00
  • e417bce2db Added a rule to delete sudo for pacaur. JunYoung Gwak 2018-02-19 09:43:05 -08:00
  • f59aa931c3 rewritten match + fish output check for cd_* rules Alex Barcelo 2018-02-16 23:43:43 +01:00
  • 150ecee00f Adding unittest for cd_correction (with extra fish test case, also for cd_mkdir) Alex Barcelo 2018-02-16 23:43:19 +01:00
  • e73dd3f6d1 adding functional test for cd_correction rule Alex Barcelo 2018-02-16 22:48:22 +01:00
  • d1dbbb57d9 Include root (start with /) case Alex Barcelo 2018-02-16 12:21:33 +01:00
  • b65e3a9aad Added hebrew the list of keyboard layouts (#778) Omer Katz 2018-01-29 09:46:18 +02:00
  • 0d2014caa7 using os.pathsep, and fix lint issue BurdenBear 2018-01-27 13:55:43 +08:00
  • d9a6e6c6ce
    Make lint happy. Omer Katz 2018-01-25 20:01:04 +02:00
  • 0b81890818
    Fix test. Omer Katz 2018-01-25 19:46:32 +02:00
  • d8c7034a0d
    Added tests for hebrew layout. Omer Katz 2018-01-25 19:41:28 +02:00
  • 917682b35a
    Added hebrew the list of keyboard layouts. Omer Katz 2018-01-25 19:35:04 +02:00
  • 4de683094c fix $PATH problem when using cmder(git-bash) on windows. BurdenBear 2018-01-24 19:52:02 +08:00
  • 027b41da59
    Add git_merge_unrelated rule for git merge --allow-unrelated-histories (#773) Joseph Frazier 2018-01-16 20:03:56 -05:00
  • 8b8fcf7434 git_merge_unrelated: Don't import unused re module Joseph Frazier 2018-01-14 17:15:10 -05:00
  • 656d8d086d Add git_merge_unrelated rule for git merge --allow-unrelated-histories Joseph Frazier 2018-01-14 17:09:02 -05:00
  • aa45585601 Add installation instructions on FreeBSD (#770) Guangyuan (Charlie) Yang 2018-01-10 15:31:38 -05:00
  • 08dd3c07a5
    Add installation instructions on FreeBSD Guangyuan (Charlie) Yang 2018-01-08 16:31:04 -05:00
  • 5d31dab7bc Make fish like bash/zsh David 2018-01-06 22:58:37 +00:00
  • c205683a8d git_push: Handle branch names containing 'set-upstream' (#759) David Hart 2018-01-06 22:44:03 +00:00
  • ea55f10d1b Merge branch 'master' into 722-git-crash David 2018-01-06 19:57:24 +00:00
  • 7c858fadb3 #762: handle single quotes in git_branch_exists David Hart 2018-01-05 21:25:08 +00:00
  • 797ca1c564 Offer git commit --amend after previous git commit (#764) David Hart 2018-01-05 21:24:43 +00:00
  • 7b10a86267 Add rule for ADB unknown commands (#765) David Hart 2018-01-05 21:20:03 +00:00
  • 18e2cbba2d Test getting status code David 2018-01-05 17:12:10 +00:00
  • 2d83f134b3 Fix missing quotes from test David 2018-01-05 16:28:48 +00:00
  • f7a6eb3747 Remove comment, add final set of missing commands David 2018-01-05 16:25:18 +00:00
  • ca72101496 Add further ADB commands David 2018-01-04 19:02:07 +00:00
  • b62bb90a0d git_push: Escape single quote in branch names (#760) David Hart 2018-01-04 16:40:01 +00:00
  • 77829eb60f Remove duplicate tests David 2018-01-04 08:59:42 +00:00
  • 207d64a41f Add rule for ADB unknown commands David 2018-01-03 23:53:44 +00:00
  • 436ade9d14 Fix typo David 2018-01-03 22:45:28 +00:00
  • 1aa41f2003 much better to check for 'push' in command.script_parts than anywhere in command.script David 2018-01-03 22:42:37 +00:00
  • 2b08dca2bf Offer git commit --ammend after previous git commit David 2018-01-03 22:41:00 +00:00
  • 9777bf8833 Fix line length David 2018-01-03 22:21:18 +00:00
  • f2ed84002c handle single quotes in git_branch_exists David 2018-01-03 22:18:43 +00:00
  • f0c6893eaa No need to use complicated indirect fixtures David 2018-01-03 21:54:18 +00:00
  • 7b5e703f50 Remove redundant else David 2018-01-03 21:38:42 +00:00
  • 3c0cba290c Use output as test fixture David 2018-01-03 21:20:22 +00:00
  • 7e81036d94 Set branch name to something much more dangerous for old match David 2018-01-03 20:27:45 +00:00
  • a696461cd3 Add apt_upgrade rule (#761) Joseph Frazier 2018-01-03 13:01:09 -05:00
  • 7e6d1dbc7c Move Developing instructions from README to CONTRIBUTING (#757) Joseph Frazier 2018-01-03 13:00:20 -05:00
  • 4fb85b0a92 Add GitHub Issue template (#749) Joseph Frazier 2018-01-03 12:59:38 -05:00
  • ed92c56ad7 Add apt_upgrade rule to README Joseph Frazier 2018-01-03 11:35:12 -05:00
  • 27ab46222e Add apt_upgrade rule Joseph Frazier 2018-01-03 10:22:00 -05:00
  • 5d10c504e1 apt_list_upgradable: Prepend sudo to suggestion if used in command Joseph Frazier 2018-01-03 10:20:36 -05:00
  • 83e1710712 Fix fish shell aliasing (#753) David Hart 2018-01-03 04:14:02 +00:00
  • 85e240e7d1 Escape single quote in branch names David 2018-01-02 23:17:19 +00:00
  • 04a3143523 Remove [..] from test David 2018-01-02 22:36:32 +00:00
  • 2500b8bbc1 Fix IndexError when using bitbucket David 2018-01-02 22:33:55 +00:00
  • 7ba9e9ee8b Merge b4aa9557459a1f547379c78bc83d8447cc5b7787 into 045c8ae76c9a020d3d27ab132cd06fa075b20f7d David Hart 2018-01-02 22:19:46 +00:00
  • b4aa955745 Fix IndexError when using bitbucket David 2018-01-02 22:18:46 +00:00
  • 045c8ae76c #738: Assert TF_SHELL is defined in bash and zsh aliases Pablo Santiago Blum de Aguiar 2017-12-17 18:01:40 -02:00
  • bcb749722b #738: Set SHELL env var for fish and tcsh Pablo Santiago Blum de Aguiar 2017-12-16 22:46:44 -02:00
  • f700b23f57 Add git merge rule (#755) David Hart 2018-01-02 16:47:48 +00:00
  • 897572d278
    README: Use pip3 in upgrade command (#756) Joseph Frazier 2018-01-02 10:14:11 -05:00
  • a0ae1bde22 Add git_merge to README Joseph Frazier 2018-01-01 20:48:35 -05:00
  • f1207bc745 fixup! Move Developing instructions from README to CONTRIBUTING Joseph Frazier 2018-01-01 20:25:18 -05:00
  • 0640509895
    Drop Python 3.3 Support (#747) Joseph Frazier 2018-01-01 20:18:05 -05:00
  • 45f9760a6c Move Developing instructions from README to CONTRIBUTING Joseph Frazier 2018-01-01 20:08:14 -05:00
  • 414729c592
    README: Use pip3 in upgrade command Joseph Frazier 2018-01-01 19:50:56 -05:00
  • 57fb6e079a git_push: Make option handling more robust (#751) David Hart 2018-01-02 00:45:46 +00:00
  • 83cf97dc26 Suggest git checkout -b (#754) David Hart 2018-01-01 23:30:33 +00:00
  • e2ea2e14fa git_checkout: Use script_parts instead of script.startswith Joseph Frazier 2018-01-01 18:19:24 -05:00
  • 9e788196e6 Update license year to 2015-2018 (#752) Miguel Piedrafita 2018-01-01 18:53:34 +01:00
  • 6a07cc396a Add git merge rule David 2018-01-01 17:45:56 +00:00
  • 5bef2c60c5 Suggest git chekcout -b David 2018-01-01 15:54:43 +00:00
  • cc55ae6480 Add test for fish aliasing David 2018-01-01 15:20:22 +00:00
  • 04a3f79606 Revert unecessary Popen mock changes David 2018-01-01 14:59:30 +00:00
  • 2182464e13 Add more aliases to test David 2018-01-01 14:56:37 +00:00
  • cc1c558754 Handle user defined fish aliases David 2018-01-01 14:54:22 +00:00
  • 0b44e3a590
    Update LICENSE.md Miguel Piedrafita 2018-01-01 14:15:33 +01:00
  • b56905d8c6 Merge branch 'master' of https://github.com/davidhart81/thefuck David 2018-01-01 10:45:29 +00:00
  • 97b8cd09da Remove redundant check - it's handled in the while-loop David 2018-01-01 10:45:20 +00:00
  • 4ae7753e0d
    Update license year Miguel Piedrafita 2018-01-01 00:58:35 +01:00
  • 14e72f5b77 add missing newline Joseph Frazier 2017-12-31 11:58:05 -05:00
  • f5e8b89df7 Start after 'git push' David 2017-12-31 16:15:25 +00:00
  • bc8efdb0a0
    Merge branch 'master' into master David Hart 2017-12-31 16:07:48 +00:00
  • 62b74e92da
    Merge branch 'master' into master David Hart 2017-12-31 16:07:05 +00:00
  • 2091aacbd5 Don't add duplicate remote/branch name David 2017-12-31 16:04:20 +00:00
  • 49ede7ab8f Add GitHub Issue template Joseph Frazier 2017-12-27 08:01:09 -05:00
  • 4ea02a3153
    git_push: Don't add duplicate remote/branch name (#745) Joseph Frazier 2017-12-27 07:54:52 -05:00
  • 9fa19989ce fixup! Drop Python 3.3 Support Joseph Frazier 2017-12-20 22:08:24 -05:00
  • 0dc9bc9b89 Revert "Use pytest<3.3 to fix Python 3.3 tests (#746)" Joseph Frazier 2017-12-20 22:03:48 -05:00
  • 94c7c94438 Drop Python 3.3 Support Joseph Frazier 2017-12-20 22:01:54 -05:00
  • 1af9f61115 Merge branch 'master' into git-push-origin Joseph Frazier 2017-12-20 20:43:22 -05:00
  • f966ecd4f5
    Use pytest<3.3 to fix Python 3.3 tests (#746) Joseph Frazier 2017-12-20 20:43:01 -05:00
  • 587bbb0d22 Use pytest<3.3 to fix Python 3.3 tests Joseph Frazier 2017-12-20 20:22:26 -05:00
  • 448f4068db git_push: Don't add duplicate remote/branch name Joseph Frazier 2017-12-20 20:07:51 -05:00
  • 629056077f #783: Don't rely on $SHELL for detecting shell Vladimir Iakovlev 2017-11-27 21:08:46 +01:00
  • 4780027d63 Bump to 3.25 3.25 Vladimir Iakovlev 2017-11-23 20:51:04 +01:00
  • 4847078f37 #737: Add support of third-party rules Vladimir Iakovlev 2017-11-23 20:21:44 +01:00
  • 095ecfcae9 Added a fuck off command, as per #420 Stef Pletinck 2017-11-22 10:27:00 +01:00
  • 5a701bc9bd Add special error message for 'shit' alias Nate Holland 2017-11-17 14:44:56 -06:00
  • d582159670 Add apt_list_upgradable rule (#732) Joseph Frazier 2017-11-16 14:19:44 -05:00
  • 97123dbf73 Fix zsh alias (#733) Jarrod Moore 2017-11-17 06:19:16 +11:00
  • 0843f061cc Fix zsh alias Jarrod Moore 2017-11-16 15:39:43 +11:00
  • c73a23b47a Add apt_list_upgradable rule Joseph Frazier 2017-11-14 12:12:31 -05:00
  • 10ac1a3b38
    #728: Add heroku_multiple_apps rule (#729) Joseph Frazier 2017-11-09 18:42:23 -05:00