Julian Zimmermann
6e2b82911f
Removed linebreak
2016-09-19 13:07:48 +02:00
Julian Zimmermann
af9d34c299
Added rule that stashes changed files before pulling and pops them afterwards.
2016-09-19 12:52:23 +02:00
Waldir Pimenta
495a66088b
readme: add -H flag to second sudo pip command
2016-09-06 17:01:09 +01:00
Vladimir Iakovlev
56851e8d31
#N/A: Add port_already_in_use
rule
2016-08-14 06:59:26 +03:00
Vladimir Iakovlev
844d3af8ae
#N/A: Add grunt_task_not_found
rule
2016-08-13 21:13:05 +03:00
Vladimir Iakovlev
a2693bd737
#N/A: Add workon_doesnt_exists
rule
2016-08-13 20:55:00 +03:00
Vladimir Iakovlev
ae3e231a5f
#N/A: Add gradle_no_task
rule
2016-08-13 20:31:33 +03:00
Vladimir Iakovlev
21bb439d7c
#N/A: Add gradle_wrapper
rule
2016-08-13 19:30:46 +03:00
Vladimir Iakovlev
efcf7da7db
#N/A: Add react_native_command_unrecognized
rule
2016-08-13 19:14:55 +03:00
Vladimir Iakovlev
5f79217e97
#N/A: Add slow_commands
and wait_slow_command
settings options
2016-08-13 18:55:11 +03:00
Vladimir Iakovlev
fdfbfc80c0
#N/A: Add npm_missing_script
rule
2016-08-13 18:28:45 +03:00
Vladimir Iakovlev
b09a4e394e
#N/A: Add npm_run_script
rule
2016-08-13 17:38:40 +03:00
Vladimir Iakovlev
065b350ada
#N/A: Add fab_command_not_found
rule
2016-08-13 16:10:12 +03:00
Pablo Santiago Blum de Aguiar
b6b15bf0d1
#534 : Improve open
rule by creating the file or dir
2016-08-12 01:09:05 -03:00
nvbn
f773b57bea
#511 : Add ln_s_order
rule
2016-06-28 03:00:00 +03:00
mklkj
d2845a0d2e
Fix a typo
2016-06-23 14:28:37 +02:00
Jake
4bd4c0f731
Add a new rule git_rebase_no_changes
.
2016-06-11 19:20:33 -04:00
nvbn
15bcd7f03f
#501 : Deprecate installation script
2016-05-09 18:54:40 +03:00
Pablo Santiago Blum de Aguiar
cfa73f10d6
#501 : Split Ubuntu and OS X installation instructions
2016-05-03 22:54:22 -03:00
Pablo Santiago Blum de Aguiar
9d9820676a
#N/A Add a new rule brew_update_formula
2016-04-20 22:27:39 -03:00
nvbn
c6d2766553
#N/A: Add chmod +x rule
2016-04-11 16:13:41 +03:00
nvbn
1aa2ec1795
Merge branch 'git-branch-exists' of https://github.com/scorphus/thefuck into scorphus-git-branch-exists
2016-04-03 14:02:32 +03:00
Pablo Santiago Blum de Aguiar
0c98053f74
#N/A Add a new rule git_branch_exists
2016-04-03 00:09:15 -03:00
Pablo Santiago Blum de Aguiar
43886c38ff
#N/A Add more fancy badges
2016-03-31 22:07:10 -03:00
Pablo Santiago Blum de Aguiar
9070748a86
#N/A Use reference links
2016-03-31 22:06:01 -03:00
Pablo Santiago Blum de Aguiar
61de6f4a51
#N/A Reformat parts of README.md
2016-03-31 15:53:32 -03:00
Vladimir Iakovlev
d102af41d9
#488 Add AppVeyor badge
2016-03-31 04:50:40 +03:00
Ángel Guzmán Maeso
5d00b3bc25
Update install procedure for pip
...
Avoid the warning:
The directory '/home/someuser/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2016-03-21 17:48:41 +01:00
Pablo Santiago Blum de Aguiar
41707b80c6
#N/A: Fix git_add
rule
2016-03-18 22:46:38 -03:00
Pablo Santiago Blum de Aguiar
51e89a36ef
#N/A: Add new git_rm_recursive
rule
2016-03-14 18:59:32 -03:00
Pablo Santiago Blum de Aguiar
bcab700215
#N/A: Add new git_help_aliased
rule
2016-03-12 18:51:47 -03:00
Paul-Louis NECH
04b83cf7e8
Rules: git remote add instead of set-url if remote does not exist
...
Tests: Added test for git_remote_seturl_add
Rules: renamed new rule with a more appropriate name
README: added new rule
Style: Formatting
New rule: corrected test name
Developed tests
2016-03-04 22:35:55 +01:00
lawrencebenson
48808f93ac
Add no hard link support for ln
2016-03-02 17:57:53 +01:00
nvbn
4f95b3365a
#N/A: Add grep_arguments_order
rule
2016-02-08 11:04:19 +03:00
nvbn
778d5f3e6e
#N/A: Add npm_wrong_command
rule
2016-02-06 15:18:44 +03:00
nvbn
2f353498de
#422 : Add alter_history
settings option
2016-01-13 22:22:51 +03:00
nvbn
cab933e7e6
#429 : Add apt_invalid_operation
rule
2016-01-13 21:53:11 +03:00
Vladimir Iakovlev
b2836319ad
Update README.md
2015-11-19 11:22:56 +08:00
Vladimir Iakovlev
b3e9b36bd1
Merge pull request #409 from nvbn/394-history-limit
...
#394 history limit
2015-11-19 11:17:21 +08:00
Jan Warchoł
dc23d67a42
Use --force-with-lease instead of --force for git push
...
--force flag can be very dangerous, because it unconditionally
overwrites remote branch - if someone pushed new commits to the remote
repo after you last fetched/pulled, and you do push --force, you will
overwrite his commits without even knowing that you did that. Using
--force-with-lease is much safer because it only overwrites remote
branch when it points to the same commit that you think it points to.
Read more:
https://developer.atlassian.com/blog/2015/04/force-with-lease/
2015-10-30 16:17:56 +01:00
nvbn
2fea0d4c60
#394 : Force history_limit
to be int
2015-10-30 16:23:19 +08:00
nvbn
16533e85a7
Merge branch 'debug' of git://github.com/lovedboy/thefuck into lovedboy-debug
2015-10-29 20:00:04 +08:00
lovedboy
b3a19fe439
history limit from settings
2015-10-29 10:14:34 +08:00
lovedboy
372e983459
add THEFUCK_HISTORY_LIMIT, my machine is so slow
2015-10-22 19:25:00 +08:00
nvbn
bbfedb861f
Merge branch 'xdg' of https://github.com/mcarton/thefuck into mcarton-xdg
2015-10-21 18:03:39 +08:00
Pablo Santiago Blum de Aguiar
5389d0c106
Add git_two_dashes
rule
2015-10-17 18:40:53 -03:00
mcarton
4a48108c69
Follow the XDG Base Directory Specification
2015-10-16 16:52:03 +02:00
nvbn
3e8db28a73
#355 Add touch
rule
2015-09-09 10:53:56 +03:00
nvbn
3d56204f92
Update readme
2015-09-07 19:13:17 +03:00
nvbn
df4d2cc88d
⚠️ Remove settings
param from rules match
, get_new_command
and side_effect
2015-09-07 13:00:29 +03:00