this post was submitted on 26 Mar 2022
8 points (100.0% liked)

Linux

1257 readers
53 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'd like to include some interactive menus and prompts in my shell scripts.

dialog is fine, but it takes over the entire screen (maybe there's a way to not do that?) with its ncurses UI. Ideally, I'd like output similar to this Go library.

Anyone know of any standalone tools I could install to avoid writing my own?

top 1 comments
sorted by: hot top controversial new old
[–] coleman@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

After some research, fzy does a good portion of what I want. https://github.com/jhawthorn/fzy

I'm already an avid user of rlwrap, which can handle other kinds of completion.


UPDATE: After looking around, I've concluded the tool I want doesn't exist, yet.