An open API service indexing awesome lists of open source software.

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

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