nvbn
c6c3756caf
Merge branch 'soheilpro-sudo-rule-root-privilege'
2015-04-21 14:22:34 +02:00
Vladimir Iakovlev
275574beae
Merge pull request #73 from Dugucloud/master
...
Added a string which could be thrown by Fedora's new dnf package manager.
2015-04-21 14:21:53 +02:00
Dugucloud
de4b774134
Added a string which could be thrown by Fedora's new dnf package manager.
2015-04-21 19:43:10 +08:00
Soheil Rashidi
3af5c80d29
Add 'root privilege' pattern to sudo rule.
2015-04-21 12:57:35 +04:30
nvbn
bd5f5045aa
#71 Handle iterdir
iterator fails
1.22
2015-04-21 08:57:35 +02:00
nvbn
798928b5ad
#71 Don't fail on non-exists dir in $PATH
1.21
2015-04-21 08:45:45 +02:00
nvbn
82e2c89472
Fix version number
2015-04-21 08:40:17 +02:00
nvbn
f2392349f7
#71 Handle OSError
more gratefully
1.20
2015-04-21 08:38:52 +02:00
nvbn
478fa4cd09
#71 Not fail on os error
1.19
2015-04-21 08:30:48 +02:00
Vladimir Iakovlev
273fc097bd
Update switch_lang.py
2015-04-21 07:16:36 +02:00
Vladimir Iakovlev
00d0987cf5
Merge pull request #70 from fzerorubigd/master
...
add persian language to switch lang rule
2015-04-21 07:15:53 +02:00
fzerorubigd
3798c341d5
add persian language to switch lang rule
...
refs #28
2015-04-21 09:42:13 +04:30
nvbn
e1fe7ff7d0
Bump version
1.18
2015-04-21 06:56:26 +02:00
nvbn
e3edea05ed
#24 Make no_command
crossplatform
2015-04-21 06:55:47 +02:00
nvbn
3606131502
Fix tests
2015-04-21 06:36:51 +02:00
nvbn
8ed01fedbf
Bump version
1.17
2015-04-21 06:34:03 +02:00
nvbn
ab8ac23749
Fix python 3 support
2015-04-21 06:33:51 +02:00
nvbn
e7d5d93056
#68 Add rule for switching layout
1.16
2015-04-21 06:26:15 +02:00
nvbn
5ccf163594
command.script
now unicode
2015-04-21 06:24:40 +02:00
nvbn
0925c7966f
Bump version
1.15
2015-04-21 05:34:44 +02:00
nvbn
dd01303663
Update list of rules in readme
2015-04-21 05:34:34 +02:00
nvbn
e822fade4c
#10 Add require_confirmation
option
2015-04-21 05:30:15 +02:00
nvbn
0dcefad7bb
Merge branch 'NabeelValapra-master'
2015-04-20 22:00:47 +02:00
nvbn
7888315196
#52 Use cp -a
, add tests
2015-04-20 22:00:37 +02:00
nvbn
3665a23b9a
Merge branch 'master' of git://github.com/NabeelValapra/thefuck into NabeelValapra-master
2015-04-20 21:54:29 +02:00
nvbn
2db0a215b4
Fix fuck when more than one git command available
1.14
2015-04-20 21:48:54 +02:00
Vladimir Iakovlev
f6f6e2223c
Merge pull request #62 from sjuvekar/master
...
A special case for 'Permission denied' error msg when trying to execute ...
2015-04-20 18:52:35 +02:00
Vladimir Iakovlev
d86bf8da40
Merge pull request #60 from pcmitsis/patch-1
...
Update Readme to contain a link to the license
2015-04-20 18:50:09 +02:00
Vladimir Iakovlev
a77ca37be2
Merge pull request #64 from nwinkler/mkdir-p
...
mkdir -p
2015-04-20 18:49:10 +02:00
Vladimir Iakovlev
3fb7a0c123
Merge pull request #63 from KAMiKAZOW/patch-1
...
tweet, not twit
2015-04-20 18:48:33 +02:00
Nils Winkler
c0c584b13a
mkdir -p
...
When adding directories using `mkdir`, intermediate directories have to
exist, unless you specify the `-p` option:
$ mkdir foo/bar/baz
mkdir: foo/bar: No such file or directory
$ fuck
mkdir -p foo/bar/baz
2015-04-20 18:38:03 +02:00
Markus S.
a81d9af621
tweet, not twit
2015-04-20 18:19:34 +02:00
Sudeep Juvekar
1d878243ca
A special case for 'Permission denied' error msg when trying to execute a
...
python scripy.
The script does not have execute permission and/or does not start with !#/usr/...
In that case, pre-pend the command with 'python' keyword.
Change-Id: Idf73ee9cf0a523f51c78672188a457b2fcedc1e6
2015-04-20 12:11:06 -04:00
Sudeep Juvekar
cb31a1f7d0
A special case for 'Permission denied' error msg when trying to execute a
...
python scripy.
The script does not have execute permission and/or does not start with !#/usr/...
In that case, pre-pend the command with 'python' keyword.
Change-Id: Idf73ee9cf0a523f51c78672188a457b2fcedc1e6
2015-04-20 12:00:08 -04:00
Sudeep Juvekar
17397bf30f
A special case for 'Permission denied' error msg when trying to execute a
...
python scripy.
The script does not have execute permission and/or does not start with !#/usr/...
In that case, pre-pend the command with 'python' keyword.
Change-Id: Idf73ee9cf0a523f51c78672188a457b2fcedc1e6
2015-04-20 11:00:35 -04:00
Sudeep Juvekar
411aea67f7
A special case for 'Permission denied' error msg when trying to execute a
...
python scripy.
The script does not have execute permission and/or does not start with !#/usr/...
In that case, pre-pend the command with 'python' keyword.
Change-Id: Idf73ee9cf0a523f51c78672188a457b2fcedc1e6
2015-04-20 10:49:39 -04:00
Panagiotis Mitsis
0b0ad0558a
Update Readme to contain a link to the license
...
A small reference to the license from the readme file.
2015-04-20 16:32:50 +02:00
nvbn
9ecda9a399
Bump version to 1.13
1.13
2015-04-20 15:48:17 +02:00
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
Nabeel Valapra
f9f757f618
Added rule:cp_omitting_directory
2015-04-20 14:34:09 +05:30
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