https://github.com/halostatue/fish-rake
A useful completion set for Rake and Fish
https://github.com/halostatue/fish-rake
fish fish-plugin fish-shell fisher rake ruby
Last synced: 3 months ago
JSON representation
A useful completion set for Rake and Fish
- Host: GitHub
- URL: https://github.com/halostatue/fish-rake
- Owner: halostatue
- License: mit
- Created: 2019-06-07T02:17:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:28:51.000Z (4 months ago)
- Last Synced: 2025-03-16T14:54:17.435Z (3 months ago)
- Topics: fish, fish-plugin, fish-shell, fisher, rake, ruby
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# halostatue/fish-rake
[![Version][version]](https://github.com/halostatue/fish-rake/releases)
[Fish shell][shell] completions for Rake to complete project tasks.
## Installation
Install halostatue/fish-rake and [halostatue/fish-utils][fish-utils] with
[fisher][fisher]:```fish
fisher install halostatue/fish-utils@v4 halostatue/fish-rake@v1
```### System Requirements
- [fish][fish] 3.4+
## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)[shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-rake.svg?label=Version
[fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell
[fish-utils]: https://github.com/halostatue/fish-utils