Skip to content

10xJSChad/cmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmenu
a minimal tui menu thing

2023-12-24.09-26-23.mp4

cmenu reads newline separated entries from stdin and creates a simple selection menu. Search entries by typing, use up/down arrows to navigate, hit enter to select. The selected entry is printed to stdout.

An example script is provided in this repository, the script covers all you need to know, as cmenu has no additional features other than what you see in the example script.

Limitations:

  • The pattern matching is very barebones, it matches from the start of each entry, so "orang" will match "orange", but "rang" will not. Additionally, it's ascii only.
usage:
    cmenu

building:
    cc cmenu.c

About

Vaguely dmenu-like minimal TUI menu utility. It reads entries from stdin, creates a selection menu, and writes the selected entry to stdout.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published