Skip to content

Tiny unix-friendly and dynamic terminal-based menu. Inspired by pmenu and pick.

License

Notifications You must be signed in to change notification settings

dundalkian/mpick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mpick

About

A small fuzzy search tool for the terminal, written in python.

Usage

mpick reads in a list from stdin, after using the fuzzy search to select something, that selection is output onto stdout.

# choose a previous command to rerun:
$ eval $(fc -ln | mpick)
# choose between wifi-networks and connect.
$ find /etc/netctl/ -maxdepth 1 -type f -printf %f\\n | mpick | xargs sudo netctl switch-to

Requirements

Python 3.X

About

Tiny unix-friendly and dynamic terminal-based menu. Inspired by pmenu and pick.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages