Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaeloledo/psfzfutil
Integrating pwsh with fzf adding additional configs that i like to leverage
https://github.com/rafaeloledo/psfzfutil
Last synced: about 10 hours ago
JSON representation
Integrating pwsh with fzf adding additional configs that i like to leverage
- Host: GitHub
- URL: https://github.com/rafaeloledo/psfzfutil
- Owner: rafaeloledo
- Created: 2023-12-10T19:48:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-14T22:08:03.000Z (6 months ago)
- Last Synced: 2024-05-15T17:46:03.620Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TODO
> make this module generic and support multiple parameters
> currently it's wrapping my personal fzf commands## Usage
`Import-Module PsFzfUtil`> Use the function members
```sh
Set-PSReadLineKeyHandler -Chord "Ctrl+o" -ScriptBlock { MyFzf }
Set-PSReadLineKeyHandler -Chord "Ctrl+r" -ScriptBlock { MyRg }
```## Current members
`MyFzf` -> call fzf with predefined configurations
`MyRg` -> call fzf-ripgrep with predefined configurantions
> You can fork this project and adapt the member functions to suit your preferences.
## Installing
```
$path = $env:USERPROFILE\Documents\PowerShell\Modules
git clone https://github.com/rafaeloledo/PsFzfUtil.git
```