nvbn
917c6ac887
#524 : Fix tcsh encoding
2016-06-28 00:00:49 +03:00
nvbn
8bea63eb23
#524 : Remove unned dependencies from .travis.yml
2016-06-27 23:48:26 +03:00
nvbn
2bf21d9f0e
#524 : Wait for prompt in zsh tests
2016-06-27 23:48:06 +03:00
nvbn
e2f66cb26b
#N/A: Enable docker service
2016-06-27 23:18:38 +03:00
Vladimir Iakovlev
ff1ee979f0
Merge pull request #518 from mklkj/master
...
Fix a typo
2016-06-27 23:15:41 +03:00
Vladimir Iakovlev
25343dbfb4
Merge pull request #523 from MattKotsenas/refactor/powershell-config
...
Add semi-colons in powershell alias
2016-06-27 23:15:14 +03:00
Vladimir Iakovlev
ea3671f98c
Merge pull request #521 from b1101/master
...
ui: accept 'q' as quit character
2016-06-27 23:14:16 +03:00
nvbn
4584903beb
#N/A: Temporary disable functional tests on travis-ci
2016-06-27 23:13:57 +03:00
nvbn
990ba57159
#N/A: Disable zsh test_with_confirmation
without docker
2016-06-27 23:12:05 +03:00
Matt Kotsenas
16c110823d
Add semi-colons in powershell alias
...
Add semi-colons in powershell alias so that if line breaks get lost the
function can still be invoked directly. This makes it possible to add
thefuck to the current session by running
iex "$(thefuck --alias)"
which mirrors the eval syntax in bash
2016-06-27 13:29:24 -04:00
Romans Volosatovs
01418526b4
ui: accept 'q' as quit character
...
'q' is a standard character used in traditional UNIX environment
for 'quit', so it makes sense to support it in my opinion
2016-06-25 12:31:08 +02:00
mklkj
d2845a0d2e
Fix a typo
2016-06-23 14:28:37 +02:00
Pablo Santiago Blum de Aguiar
2c1666abc4
#N/A: Update cargo_no_command rule to support current Cargo
2016-06-18 13:50:59 -03:00
nvbn
42853f41bb
Merge branch 'TheJakeSchmidt-add-git_rebase_continue_no_changes'
2016-06-15 19:29:14 +04:00
nvbn
5f11ecc4f8
#515 : Allow less strict check, use git_support
2016-06-15 19:28:58 +04:00
Jake
4bd4c0f731
Add a new rule git_rebase_no_changes
.
2016-06-11 19:20:33 -04:00
Vladimir Iakovlev
b8c5433dc4
Merge pull request #513 from scorphus/cleanup_
...
#N/A: Cleanup shells/fish.py a bit
2016-06-06 06:46:36 +03:00
Pablo Santiago Blum de Aguiar
e2883430bc
#N/A: Cleanup shells/fish.py a bit
2016-06-04 23:18:30 -03:00
Vladimir Iakovlev
a4b690369c
Merge pull request #506 from asergi/pathlib2
...
Switch from pathlib to pathlib2
2016-05-17 02:23:03 +03:00
Vladimir Iakovlev
6bbd680e56
Merge pull request #507 from scorphus/assert-warns
...
#N/A: Assert deprecated warnings are raised
2016-05-17 02:22:34 +03:00
Pablo Santiago Blum de Aguiar
e5f8e9c0de
#N/A: Assert deprecated warnings are raised
2016-05-15 17:04:09 -03:00
Alessio Sergi
ebf1ea88f5
Switch from pathlib to pathlib2
...
The pathlib backport module is no longer maintained. The development
has moved to the pathlib2 module instead.
Quoting from the pathlib's README:
"Attention: this backport module isn't maintained anymore. If you want
to report issues or contribute patches, please consider the pathlib2
project instead."
2016-05-12 17:17:17 +02:00
Vladimir Iakovlev
d2b0b6e8ec
Merge pull request #505 from scorphus/decode-bin
...
#504 : Decode binary name if on Python 2
2016-05-12 04:47:57 +03:00
Pablo Santiago Blum de Aguiar
561eb12c08
#504 : UTF8-decode bin names if on Python 2
...
Fix #504
2016-05-11 13:31:57 -03:00
Pablo Santiago Blum de Aguiar
ed38fedf26
#504 : Mock get_all_executables
internals instead
2016-05-11 02:04:05 -03:00
nvbn
15bcd7f03f
#501 : Deprecate installation script
2016-05-09 18:54:40 +03:00
Vladimir Iakovlev
9e39bcd55c
Merge pull request #503 from scorphus/readme-osx
...
#501 : Split Ubuntu and OS X installation instructions
2016-05-09 15:14:05 +03:00
Pablo Santiago Blum de Aguiar
cfa73f10d6
#501 : Split Ubuntu and OS X installation instructions
2016-05-03 22:54:22 -03:00
Vladimir Iakovlev
c3709682d5
Merge pull request #500 from scorphus/history-merge
...
#495 : Alter history only when configured to do so
2016-05-03 13:18:12 +03:00
Pablo Santiago Blum de Aguiar
96f7e53aa2
#495 : Alter history only when configured to do so
2016-04-30 18:39:08 -03:00
Pablo Santiago Blum de Aguiar
d1f55603fe
#495 : Merge history only when alter_history
is set
2016-04-29 23:21:28 -03:00
nvbn
f74bbb7a9a
Bump to 3.9
3.9
2016-04-24 17:56:06 +03:00
nvbn
d6c2c7266d
Merge branch 'scorphus-fish-put-to-history'
2016-04-22 03:17:40 +03:00
nvbn
51839e65cd
#495 : Add comment in put_to_history
2016-04-22 03:16:16 +03:00
nvbn
d5ae3a6b41
Merge branch 'fish-put-to-history' of https://github.com/scorphus/thefuck into scorphus-fish-put-to-history
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-22 03:14:31 +03:00
Vladimir Iakovlev
9f421a17e5
Merge pull request #494 from scorphus/brew-update-formula
...
#N/A Add a new rule `brew_update_formula`
2016-04-21 13:06:11 +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
5ec4909d2f
#N/A: Minor style changes
2016-04-12 00:37:18 +03:00
nvbn
c6d2766553
#N/A: Add chmod +x rule
2016-04-11 16:13:41 +03:00
nvbn
c6af8409d9
Bump to 3.8
3.8
2016-04-08 14:36:53 +03:00
Vladimir Iakovlev
95e7d00aec
Merge pull request #492 from scorphus/overridden-aliases
...
Treat overridden aliases in a better way
2016-04-07 13:09:08 +03:00
Pablo Santiago Blum de Aguiar
cdccf1881e
#253 : Use a better name for that env var
2016-04-06 23:11:19 -03:00
Pablo Santiago Blum de Aguiar
db6053b301
#253 : Update default overridden aliases with user's
2016-04-06 22:58:08 -03:00
nvbn
183b70c8b8
Merge branch 'scorphus-git-branch-exists'
2016-04-03 14:08:26 +03:00
nvbn
5e0cc8c703
#491 : yield possible fixes in git_branch_exists
rule
2016-04-03 14:07:39 +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
Vladimir Iakovlev
17b2fba48d
Merge pull request #489 from scorphus/improve-readme
...
Improve readme
2016-04-02 01:44:51 +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