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: about 1 month ago
JSON representation
A useful completion set for Rake and Fish
- Host: GitHub
- URL: https://github.com/halostatue/fish-rake
- Owner: halostatue
- License: other
- Created: 2019-06-07T02:17:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-05-16T01:47:26.000Z (about 1 month ago)
- Last Synced: 2026-05-16T03:45:43.281Z (about 1 month ago)
- Topics: fish, fish-plugin, fish-shell, fisher, rake, ruby
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.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