noraj / haiti

:key: Hash type identifier (CLI & lib)
https://noraj.github.io/haiti/
MIT License
742 stars 55 forks source link

fzf commands #168

Closed noraj closed 8 months ago

noraj commented 8 months ago

Create some fzf commands under bin

Inspired by https://github.com/ThePorgs/Exegol-images/pull/258/files but in pure ruby instead of bash

github-actions[bot] commented 8 months ago

Hey, thank you for opening this issue! 🙂 To boost priority on this issue and support open source please tip the team at https://issuehunt.io/r/noraj/haiti/issues/168

noraj commented 8 months ago

@lap1nou with the PRs you made on exegol with the fzf aliases it gave me the idea to provide commands directly from the haiti gem / package with more powerful options. You can take a look at https://github.com/noraj/haiti/commit/b967a523c3c0c6fc57114fb980c52a0c20dcc420 if you want to analyze what I did or install the gem (see development + git) from the master branch to try it out. I believe that your aliases are still relevant even now because they offer color (I choose not to in my commands) as well as taking advantages of another exegol alias like fzf-wordlist. I wanted to thank you for that great idea.