have you ever wished for a slower and with 0.1% of the functionality, alternative to fzf? no? oh ok.
i have.
$ mina -help
Usage of mina:
-height int
height, if 0 or empty it takes the full screen
-icon string
prompt icon (default "\uf002")
-mode string
modes available: [prompt, fzf, confirm, menu] (default "fzf")
-nth string
display specific columns. eg: -nth 1 displays only the second column, -nth 0,3 displays 1st, 2nd and 3rd column.
-sep string
separator used with -nth (default " ")
-title string
prompt title (default "Mina")
-width int
width, if 0 or empty it takes the full screen$ ls | mina -mode fzf -height 10 -title "FZF MODE"
$ mina -mode prompt -title "PROMPT MODE"
$ echo -e "Run something@r\nTest something@t" | mina -mode menu -title "MENU MODE" -sep @