Commit Graph

84 Commits

Author SHA1 Message Date
nvbn 36d9e13ece #55 Add tests and check for command not found 2015-04-20 15:46:02 +02:00
nvbn 50dfef1d1b Merge branch 'master' of git://github.com/dannion/thefuck into dannion-master 2015-04-20 15:37:45 +02:00
nvbn aca04c2b07 Merge branch 'suvjunmd-master'
Conflicts:
	README.md
2015-04-20 15:33:00 +02:00
Vladimir Iakovlev 0e84f33ae0 Merge pull request #54 from olysyuk/patch-1
Update README.md
2015-04-20 15:29:32 +02:00
Vladimir Iakovlev 33f1df5a26 Merge pull request #53 from nwinkler/rm_dir
Added rm -rf support
2015-04-20 15:28:56 +02:00
Vladimir Iakovlev f1078ba4f6 Merge pull request #49 from deevus/deevus-patch-1
Add Powershell fuck command to README
2015-04-20 15:27:26 +02:00
Dmitri Suvorov 219534675a Fix typos 2015-04-20 16:03:18 +03:00
dannion 2b08a136b5 add a rule to run the script you enter by add './' in command's prefix 2015-04-20 19:48:27 +08:00
olysyuk 4f135728c5 Update README.md
OSX has a different bash file
http://stackoverflow.com/questions/8967843/how-do-i-create-a-bash-alias
2015-04-20 14:12:31 +03:00
Nils Winkler 0b7fd6ae2a Added rm -rf support
When someone tries to remove a directory without specifying `-rf`, e.g.

    $ mkdir foo
    $ rm foo

the shell refuses to remove the directory with an error:

    rm: foo: is a directory

Instead, you need to use

    $ rm -rf foo

This rule adds fuck support for this:

    $ mkdir foo
    $ rm foo
    rm: foo: is a directory
    $ fuck
    rm -rf foo
2015-04-20 12:32:32 +02:00
Simon Hartcher 9753e24b23 Add Powershell fuck command to README
Allows usage of fuck command in Windows Powershell
2015-04-20 15:11:29 +10:00
Vladimir Iakovlev ef20a68d56 Merge pull request #45 from MarekAG/patch-1
Added requirements and update command
2015-04-19 22:37:15 +02:00
Vladimir Iakovlev 78171a469d Merge pull request #46 from felixonmars/sudo-operation-not-permitted-rule
sudo rule: add support for "Operation not permitted" errors
2015-04-19 17:08:06 +02:00
Felix Yan a2c086ed73 sudo rule: add support for "Operation not permitted" errors 2015-04-19 22:53:09 +08:00
Vladimir Iakovlev 62bbb7021a Merge pull request #40 from rstacruz/patch-1
Readme: separate the examples to make them easier to read
2015-04-19 15:08:30 +02:00
Vladimir Iakovlev 0925ce0e87 Merge pull request #42 from felixonmars/sudo-mtr-rule
sudo rule: add support for mtr
2015-04-19 15:07:25 +02:00
Vladimir Iakovlev 6ccfd6c14e Merge pull request #44 from felixonmars/distribute-license
include LICENSE.md in source distribution
2015-04-19 15:06:23 +02:00
Vladimir Iakovlev 67666e4d01 Merge pull request #41 from rstacruz/patch-2
Readme: document cd_parent
2015-04-19 15:04:08 +02:00
nvbn ab91eaf73d Revert "Merge pull request #36 from jjmason/improve-no-command"
This reverts commit 28a5c1214b, reversing
changes made to 3f0cbb9326.
2015-04-19 14:58:44 +02:00
Vladimir Iakovlev 28a5c1214b Merge pull request #36 from jjmason/improve-no-command
Improve no_command
2015-04-19 14:51:39 +02:00
Marek Strzała 38d040f5b7 Added requirements and update command
some of these can be non-obvious for not advanced users
2015-04-19 12:57:59 +02:00
Felix Yan c5ea99f9dc include LICENSE.md in source distribution 2015-04-19 12:47:12 +08:00
Felix Yan 0d577ffa83 sudo rule: add support for mtr 2015-04-19 11:57:01 +08:00
Rico Sta. Cruz 98f287dad5 Readme: document cd_parent 2015-04-19 10:34:43 +08:00
Rico Sta. Cruz d4d1de7992 Readme: separate the examples to make them easier to read 2015-04-19 10:31:43 +08:00
Vladimir Iakovlev 3f0cbb9326 Merge pull request #38 from dietmax/master
Fixed grammar in comments for easier understanding
2015-04-19 02:16:58 +02:00
Max Dietrich 650c3f4e45 Fixed grammar in comments for easier understanding 2015-04-19 02:09:53 +02:00
Jon Mason cc1a69fb65 another oopsie that was revealed in python3 2015-04-18 16:49:26 -05:00
Vladimir Iakovlev a8e75aeced Fix #37 2015-04-18 23:47:47 +02:00
Jon Mason 8a2bc75e55 make it python 3 friendly 2015-04-18 16:46:02 -05:00
Jon Mason ac545c6f0a improve no_comamnd rule, test it 2015-04-18 16:32:50 -05:00
nvbn c2d315a6f6 Update readme 2015-04-18 23:22:04 +02:00
nvbn 0f7677d36c Merge branch 'master' of github.com:nvbn/thefuck 2015-04-18 23:19:59 +02:00
nvbn 8b2ba5762c Add support of lein "is not task" 2015-04-18 23:19:34 +02:00
Vladimir Iakovlev 0f5fef4fbe Update README.md 2015-04-18 22:58:53 +02:00
nvbn 3440582494 Merge branch 'master' of github.com:nvbn/thefuck 2015-04-18 22:50:42 +02:00
nvbn e745f3d4a9 #21 Add timeout for getting previous command output 2015-04-18 22:50:18 +02:00
Vladimir Iakovlev b1df7dca62 Update README.md 2015-04-18 22:06:26 +02:00
nvbn 6f1f379961 Merge branch 'master' of github.com:nvbn/thefuck 2015-04-18 21:46:28 +02:00
nvbn a84671dd3b #20 Fix UnicodeDecodeError in no_command 2015-04-18 21:46:17 +02:00
Vladimir Iakovlev 44c8ed03b1 Merge pull request #31 from vikstrous/master
fix fish function, close #29
2015-04-18 21:35:43 +02:00
nvbn 1ed4e9615e Merge branch 'master' of github.com:nvbn/thefuck
Conflicts:
	thefuck/rules/sudo.py
2015-04-18 21:32:03 +02:00
nvbn b0d353c699 #22 Simplify adding patterns for the sudo rule 2015-04-18 21:30:48 +02:00
Viktor Stanchev 566317afd5 fix fish function, close #29 2015-04-18 15:27:57 -04:00
nvbn 235b31e176 #22 Get stderr and stdout with LANG=C 2015-04-18 21:27:43 +02:00
Vladimir Iakovlev 652073aecd Merge pull request #30 from vikstrous/master
make sudo rule work with pacman
2015-04-18 21:21:48 +02:00
Vladimir Iakovlev 0049039427 Update README.md 2015-04-18 21:21:08 +02:00
Vladimir Iakovlev f1ed8ada2b Merge pull request #14 from jtmarmon/patch-1
add alias for use on mondays
2015-04-18 21:20:00 +02:00
nvbn 9518416a2f #17 Fix creating configuration files/dirs 2015-04-18 21:16:49 +02:00
Viktor Stanchev 34015ef27c make sudo rule work with pacman 2015-04-18 15:16:15 -04:00