├── packages ├── howzittouch └── fuzzy_cd └── README.md /packages/howzittouch: -------------------------------------------------------------------------------- 1 | type = plugin 2 | repository = https://github.com/ttscoff/howzittouch 3 | description = Put Howzit tasks in the touch bar on MacBooks 4 | -------------------------------------------------------------------------------- /packages/fuzzy_cd: -------------------------------------------------------------------------------- 1 | type = plugin 2 | repository = https://github.com/ttscoff/omf-fuzzy_cd 3 | description = A replacement for the cd command with jump/fasd integration and fuzzy directory matching 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Brett's oh-my-fish packages 2 | 3 | [![Fish Shell Version](https://img.shields.io/badge/fish-v3.0.0-007EC7.svg?style=flat-square)](https://fishshell.com) 4 | [![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish) 5 | 6 | Utilities created by Brett Terpstra, packaged for [Oh-my-fish][omf-link]. 7 | 8 | ## Installation 9 | 10 | `omf repositories add https://github.com/ttscoff/omf-packages` 11 | 12 | ## Packages 13 | 14 | ### [fuzzy_cd][] 15 | 16 | Replaces the `cd` command with a fuzzy searching version. 17 | 18 | `omf install fuzzy_cd` 19 | 20 | [fuzzy_cd]: https://github.com/ttscoff/omf-fuzzy_cd 21 | [omf-link]: https://www.github.com/oh-my-fish/oh-my-fish 22 | --------------------------------------------------------------------------------