https://github.com/ojford/fzutils
Command line utilities leveraging fzf
https://github.com/ojford/fzutils
fuzzy fzf fzf-scripts git
Last synced: 7 months ago
JSON representation
Command line utilities leveraging fzf
- Host: GitHub
- URL: https://github.com/ojford/fzutils
- Owner: OJFord
- License: mit
- Created: 2020-05-17T15:08:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T14:58:19.000Z (over 4 years ago)
- Last Synced: 2025-02-08T23:28:36.818Z (8 months ago)
- Topics: fuzzy, fzf, fzf-scripts, git
- Language: Shell
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fzutils
Command line utilities leveraging [fzf](//github.com/junegunn/fzf).
I've been asked a few times to elaborate on my fzf git aliases when I've mentioned them, so I've extracted them here from my dotfiles to have an easier thing to point at in future; and a convenient place to which to gradually move other or create new scripts building on @junegunn's awesome `fzf`.
## Installation
Plop the directory somewhere on your `$PATH`.
For example:
```
$ git clone https://github.com/OJFord/fzutils
$ export PATH="$PWD/fzutils:$PATH"
```## Usage
See the `-h`/`--help` of individual utils.
## Contributing
Sure, thanks!