问题标签 [hyperterm]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
3275 浏览

hyperterm - 如何在 Hyperterm 中设置自定义背景图像

我正在尝试从我当前使用的 iTerm 切换到 Hyperterm。但是我的终端中有一个自定义背景图像,我想在新终端中继续使用它。

backgroundColor到目前为止,我只在选项中发现,但没有关于背景图像。

0 投票
2 回答
939 浏览

javascript - Hyperterm 安装插件时找不到模块错误

我已经安装了一些插件,但出现错误hyperterm-transparent-bg

以下不起作用,即使我的路径正确,我也会不断收到找不到模块错误。

在此处输入图像描述

在此处输入图像描述

bundle.js:1 错误:在 Module._resolveFilename (module.js:455:15) 处找不到模块“/Users/leongaban/.hyper_plugins/node_modules/hyperterm-transparent-bg”

我重新安装了 Hyperterm,但它看起来无法重建 npm-debug.log 文件:(

这是我保存的最后一个的要点。

0 投票
1 回答
3646 浏览

visual-studio-code - VS code 终端光标效果

你能告诉我如何给 VS 代码终端光标提供以下效果吗?效果真的很好:)

VS code 终端光标效果

0 投票
6 回答
11500 浏览

zsh - 如何更改终端标题

我目前在 Mac 上使用超级终端,但这个问题也适用于其他类型的终端,例如 iTerm

您如何将终端标题从更改username@devicename:~为 just~zsh.

目前我的 shell 是安装了 oh-my-zsh 的 zsh。我不是通过电力线或主题寻找解决方法。

还有一个问题: 跑步后如何重置echo -n -e "\033]0;SERVER\007"

0 投票
1 回答
89 浏览

javascript - 如何编辑 Sudo(任何)命令上打印的字符串“密码:键符号”?

我来这里是为了寻求您的帮助,因为我在这几天手头的挑战中有点迷茫。

我的目标很简单(尽管我不知道它是否易于在代码上实现) - 编辑/修改 Sudo(任何东西)命令上打印的字符串“密码:”,该命令通常伴随着右侧的键符号。我的目标不仅是修改另一个符号的刺,而且在这种可能性的情况下,替换另一个符号。查看 Mac OS 或 iTerm 终端,我们可以清楚地看到我所描述的键入“sudo whoami”的示例。

查看 Hyper Open Source 终端以实现我的目标我不明白为什么我无法在 node_modules/getpass/lib/index.js 上编辑该字符串 - 第 46 行(对于谁安装了此终端)。它是该程序中唯一应该打印该单词的文件。修改单词/字符串后,没有任何变化。我找错地方了吗?它是我无法访问的更内部/更深层的东西吗?

我希望你能在前进的道路上为我解释清楚。谢谢你的时间!

0 投票
1 回答
781 浏览

intellij-idea - 在 Webstorm 或 IntelliJ 中集成 Hyperterm

我试图将 Hyperterm 集成到 WebStorm 中。即使我指定了有效路径。然后 Hypeterm 在一个新实例中打开。有谁知道如何让它停靠在 WebStorm 中。

网址:https ://hyper.is/

这是我的设置。

在此处输入图像描述

当我点击 WebStorm 中的终端时,它会作为一个单独的实例弹出

在此处输入图像描述

0 投票
1 回答
839 浏览

unix - What does terminal / hyperterm display in the tab title? Is it possible to customize this?

I'm confused what data is being shown in my terminal tabs. The first part, epzio is obviously my username. But the second part, @C02S60BBG8WP, I have no idea.

Note: I use zsh combined with oh-my-zsh for my shell.

Is it possible to customize what is shown in the tab titles? I'd like to remove the epzio@C02S60BBG8WP part altogether and just display the current working directory.

Also, why do my tab titles turn blue for no apparent reason? I thought this was only supposed to happen when you had a specific process such as node running. As you can see in the screenshot below, the tic-tac-toe tab has turned blue even though nothing is happening in that tab.

Update: It seems that the solution might involve making changes to ~/.oh-my-zsh/lib/termsupport.zsh, but I'm not sure if these would get overridden when oh-my-zsh updates itself.

enter image description here

0 投票
2 回答
16980 浏览

themes - 无法使用 oh my zsh 配置 p10k : zsh: command not found: p10k

我想在终端中安装 p10k 主题,但出现错误。

我不知道问题是什么。
谢谢你的时间:),
Hukyfi

0 投票
0 回答
41 浏览

javascript - 使用nodejs调用回调函数时无法在命令行界面上查看

在命令行界面(hyperTerminal对于 Windows)中使用进程 ID 终止进程时,具有“ Why are you trying to terminate me?!? :-)”的回调函数不会反映在控制台中。

在我运行node myfilename.js 后使用命令运行的第一个 shell 中,我得到的输出为: Node is running as process #processid

并杀死这个进程,我运行命令:taskkill /F /PID processid 在不同的外壳

代码如下:

运行我的命令后,该过程将终止并显示以下消息: SUCCESS: The process with PID processid has been terminated.

但在控制台中我没有得到所需的输出(Why are you trying to terminate me?!? :-))。

0 投票
2 回答
684 浏览

terminal - 如何在超级终端中将主题重置为默认值

我在 hyper 中安装了一个新主题,现在看起来像这样。我能做些什么来修复它?hyper_img 谢谢。