英文: Using a PTY without a command 问题 我在creack/pty的问题中提出了一个问题,但我实际上认为这个问题可能更适合在这里讨论,因为它可能与我对该库的使用有关,而...
尝试安装Go依赖时出现超时错误。
英文: timeout when I try to install go dependencies 问题 我尝试使用go run main.go运行我的Golang项目。 我收到以下错误信息: go:...
你如何在Golang中执行终端命令?
英文: How do you execute terminal commands from Golang? 问题 我正在使用Golang创建一个CLI工具,对于Golang和制作终端工具我都是新手。我...
How can I get keyboard input data in Go?
英文: How can I get keyboard input data in Go? 问题 我想要能够在Go语言中判断用户是否按下类似<kbd>Ctrl</kbd>+[某些...
GO permissions issue for Visual Studio Code (MAC OS Big Sur 11.3.1)
英文: GO permissions issue for Visual Studio Code (MAC OS Big Sur 11.3.1) 问题 我想知道你是否可以帮助我解决我最近一直在苦苦挣扎的...
在goroutine中使用ANSI光标移动存在问题。
英文: Issue with ANSI cursor movement in goroutine 问题 背景 我正在尝试编写一个Go库,用于创建终端任务列表,灵感来自于Node库listr。 我的库g...
获取中文字符串的正确宽度
英文: Get the width of Chinese strings correctly 问题 我想在文本“这是一个测试”周围加上边框,但我无法获得它的实际宽度。对于英文文本,它可以完美地工作。 ...
如何在命令行应用程序中持久化数据?
英文: How to persist data in a command-line application? 问题 我想使用Go或Node.js构建一个命令行应用程序。我希望它是多用户的,所以需要一个...
在包含 ANSI 转义代码的字符串的第 80 个字符后自动添加换行符。
英文: Automatically add New Line(s) after 80th character in a string containing ANSI Escape Codes 问题 我...
How to correctly implement a goroutine in terminal application
英文: How to correctly implement a goroutine in terminal application 问题 我正在尝试在终端中创建一个HTTP请求接口,您可以在其中传递...
13