TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Smenu, a command-line advanced selection filter and a menu builder for terminal

182 pointsby pgenover 6 years ago

2 comments

cyborgx7over 6 years ago
This is like dmenu but it stays in the terminal. I've needed something like this in the past before for some scripts. Neat.
评论 #17946845 未加载
评论 #17945305 未加载
gwn7over 6 years ago
I&#x27;ve been happily using vis-menu which is a fork of slmenu which is a terminal version of dmenu: <a href="http:&#x2F;&#x2F;martanne.github.io&#x2F;vis&#x2F;man&#x2F;vis-menu.1.html" rel="nofollow">http:&#x2F;&#x2F;martanne.github.io&#x2F;vis&#x2F;man&#x2F;vis-menu.1.html</a><p>vis-menu is distributed with vis: <a href="https:&#x2F;&#x2F;github.com&#x2F;martanne&#x2F;vis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;martanne&#x2F;vis</a><p>This project seems fine as well; though the examples seemed a bit complicated to me. I guess I&#x27;ll need to rtfm.