Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soraxas/breeze.fish
A breeze-like fisher plugin that is lightweight
https://github.com/soraxas/breeze.fish
fish fish-plugin fish-shell fisher
Last synced: about 1 month ago
JSON representation
A breeze-like fisher plugin that is lightweight
- Host: GitHub
- URL: https://github.com/soraxas/breeze.fish
- Owner: soraxas
- Created: 2020-06-13T11:37:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T23:00:42.000Z (6 months ago)
- Last Synced: 2025-01-01T14:14:04.959Z (about 1 month ago)
- Topics: fish, fish-plugin, fish-shell, fisher
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```sh
fisher install soraxas/breeze-light
```# Known bug
- If there are similar name files, the numeric number might not be correct. This is because the filename matching is very primitive and it currently only performs a glob match.
- However, it has been improved to return a numeric that has the highest matched character count, which (likely) will always be the correct case.