TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: tkbash – Build GUIs via command line (*nix)

2 点作者 phil294将近 4 年前

1 comment

phil294将近 4 年前
Hi HN, this is something I built four years ago; tkbash allows you to spin up interactive windows for Linux-like systems with just one or very few lines of bash commands. The idea might be familiar to you if you have worked with AutoHotkey on Windows before.<p>The only thing you need otherwise is having Tcl&#x2F;Tk installed, a package often preinstalled on various distros. tkbash is a bash wrapper around Tk code.<p>Example:<p>$ tkbash mygui label label_id -x 10 -y 10 -w 50 -h 50 --text &quot;Sample text&quot;