Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mluna-again/mina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mina

have you ever wished for a slower and with 0.1% of the functionality, alternative to fzf? no? oh ok.

i have.

Usage

$ 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

FZF MODE

$ ls | mina -mode fzf -height 10 -title "FZF MODE"
fzf

PROMPT MODE

$ mina -mode prompt -title "PROMPT MODE"
prompt

MENU MODE

$ echo -e "Run something@r\nTest something@t" | mina -mode menu -title "MENU MODE" -sep @
menu

About

a slower but prettier fzf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages