Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oh-my-fish/plugin-thefuck
⚡️ Provide fast and painless support to TheFuck
https://github.com/oh-my-fish/plugin-thefuck
fish oh-my-fish thefuck
Last synced: about 2 months ago
JSON representation
⚡️ Provide fast and painless support to TheFuck
- Host: GitHub
- URL: https://github.com/oh-my-fish/plugin-thefuck
- Owner: oh-my-fish
- License: mit
- Created: 2015-10-11T23:22:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T12:11:22.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:39:27.528Z (5 months ago)
- Topics: fish, oh-my-fish, thefuck
- Language: Shell
- Homepage: https://github.com/nvbn/thefuck
- Size: 5.86 KB
- Stars: 68
- Watchers: 7
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![][travis-badge]][travis-link]
![][license-badge]
# thefuck
This plug-in creates the necessary function to be used with [The Fuck][thefuck].
It brings:* Fast initialization (benchmark: diff is 10ms, median)
* Lazy auto-update (only when The Fuck gets updated)
* Key binding for command line replacement## Install
After [installing The Fuck][thefuck-install], proceed:
```fish
$ omf install thefuck
```## Optional key binding
To use a key bind just add it to your `fish_user_key_bindings` function:
```fish
function fish_user_key_bindings
# ...
bind \e\e 'thefuck-command-line' # Bind EscEsc to thefuck
# ...
end
```## Usage
```fish
$ git brch
$ fuck
```# License
[MIT][mit] © [scorphus][author] et [al][contributors]
[thefuck]: https://github.com/nvbn/thefuck
[thefuck-install]: https://github.com/nvbn/thefuck/#requirements[mit]: http://opensource.org/licenses/MIT
[author]: https://github.com/scorphus
[contributors]: https://github.com/oh-my-fish/plugin-thefuck/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square
[travis-badge]: http://img.shields.io/travis/oh-my-fish/plugin-thefuck.svg?style=flat-square
[travis-link]: https://travis-ci.org/oh-my-fish/plugin-thefuck