repositorypackage
0.0.0-20250116133707-ff7d802c34cd
Repository: https://github.com/andrieee44/cmenu.git
Documentation: pkg.go.dev
# README
CMENU
NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
AUTHOR
NAME
cmenu − clipboard menu wrapper
SYNOPSIS
cmenu MENU [FILE]
DESCRIPTION
cmenu is a clipboard menu wrapper, originally designed to work with fzf(1). cmenu wraps MENU to choose from JSON key−value entries of type string in FILE or standard input. cmenu pipes all keys to MENU which must then output a valid key. cmenu then outputs the value associated with the key.
EXAMPLE
Create a single entry clipboard:
$ echo '{"key":"value"}' | cmenu fzf
SEE ALSO
fzf(1)
AUTHOR
andrieee44 ([email protected])