From 61de6f4a51861ec4b9d2c128529bc84e4e3fae39 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Wed, 23 Mar 2016 22:47:09 -0300 Subject: [PATCH 1/3] #N/A Reformat parts of README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12358e24..193d130f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Python 3.4.2 (default, Oct 8 2014, 13:08:17) git: 'brnch' is not a git command. See 'git --help'. Did you mean this? - branch + branch ➜ fuck git branch [enter/↑/↓/ctrl+c] @@ -98,7 +98,7 @@ Reading package lists... Done ## Installation [*experimental*] On Ubuntu and OS X you can install `The Fuck` with installation script: - + ```bash wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0 ``` @@ -307,7 +307,7 @@ debug = False Or via environment variables: * `THEFUCK_RULES` – list of enabled rules, like `DEFAULT_RULES:rm_root` or `sudo:no_command`; -* `THEFUCK_EXCLUDE_RULES` – list of disabled rules, like `git_pull:git_push`; +* `THEFUCK_EXCLUDE_RULES` – list of disabled rules, like `git_pull:git_push`; * `THEFUCK_REQUIRE_CONFIRMATION` – require confirmation before running new command, `true/false`; * `THEFUCK_WAIT_COMMAND` – max amount of time in seconds for getting previous command output; * `THEFUCK_NO_COLORS` – disable colored output, `true/false`; From 9070748a869dc24b5234b2d6ec2eddcd0c105b02 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Thu, 31 Mar 2016 21:48:22 -0300 Subject: [PATCH 2/3] #N/A Use reference links --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 193d130f..c7c928ff 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# The Fuck [![Build Status](https://travis-ci.org/nvbn/thefuck.svg?branch=master)](https://travis-ci.org/nvbn/thefuck) [![Build status](https://ci.appveyor.com/api/projects/status/1sskj4imj02um0gu?svg=true)](https://ci.appveyor.com/project/nvbn/thefuck) - +# The Fuck [![Build Status][travis-badge]][travis-link] [![Windows Build Status][appveyor-badge]][appveyor-link] Magnificent app which corrects your previous console command, inspired by a [@liamosaur](https://twitter.com/liamosaur/) [tweet](https://twitter.com/liamosaur/status/506975850596536320). -[![gif with examples](https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif)](https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif) +[![gif with examples][examples-link]][examples-link] Few more examples: @@ -359,3 +358,10 @@ sudo apt-get install pandoc ## License MIT Project License can be found [here](LICENSE.md). + + +[travis-badge]: https://img.shields.io/travis/nvbn/thefuck.svg +[travis-link]: https://travis-ci.org/nvbn/thefuck +[appveyor-badge]: https://img.shields.io/appveyor/ci/nvbn/thefuck.svg?label=windows%20build +[appveyor-link]: https://ci.appveyor.com/project/nvbn/thefuck +[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif From 43886c38ff54a263b003a1badbd6ba13c5caa29a Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Thu, 31 Mar 2016 21:58:14 -0300 Subject: [PATCH 3/3] #N/A Add more fancy badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c928ff..d7223551 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Fuck [![Build Status][travis-badge]][travis-link] [![Windows Build Status][appveyor-badge]][appveyor-link] +# The Fuck [![Version][version-badge]][version-link] [![Build Status][travis-badge]][travis-link] [![Windows Build Status][appveyor-badge]][appveyor-link] [![Coverage][coverage-badge]][coverage-link] [![MIT License][license-badge]](LICENSE.md) Magnificent app which corrects your previous console command, inspired by a [@liamosaur](https://twitter.com/liamosaur/) @@ -360,8 +360,13 @@ sudo apt-get install pandoc Project License can be found [here](LICENSE.md). +[version-badge]: https://img.shields.io/pypi/v/thefuck.svg?label=version +[version-link]: https://pypi.python.org/pypi/thefuck/ [travis-badge]: https://img.shields.io/travis/nvbn/thefuck.svg [travis-link]: https://travis-ci.org/nvbn/thefuck [appveyor-badge]: https://img.shields.io/appveyor/ci/nvbn/thefuck.svg?label=windows%20build [appveyor-link]: https://ci.appveyor.com/project/nvbn/thefuck +[coverage-badge]: https://img.shields.io/coveralls/nvbn/thefuck.svg +[coverage-link]: https://coveralls.io/github/nvbn/thefuck +[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg [examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif