问题标签 [windows-terminal]
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.
utf-8 - 如何在 Windows Terminal App(UWP) 中将默认编码更改为 UTF-8
我正在使用用 UTF-8 编码的文件,但我的默认编码是 EUC-KR(chcp 949),我想知道将 UTF-8 适配为我的终端默认编码的方式(自动当终端启动)。我正在使用PowerShell 核心 7.0.2。当我启动它时,我不想再输入“chcp 65001”。
keyboard-shortcuts - Windows 终端通过自定义键绑定粘贴预定义文本
我经常复制和粘贴不同的预定义文本集,所以最好有一个程序级的键绑定来设置它。在 .json 文件键绑定部分,我尝试了以下操作:
或者
.
在可用的Windows 终端键绑定文档中似乎没有为此设置任何操作。
powershell - Windows 终端 - 使用不同的配置文件启动 powershell
如何配置 Windows 终端以使用不同于我的标准的单独配置文件启动 Powershell$Profile
这将有助于导入模块,例如posh-git
并且psreadline
仅在我启动的 Powershell 实例中,wt.exe
而不是从pwsh.exe
windows-subsystem-for-linux - Setting default windows terminal starting directory to folder within c drive WSL
I am trying to set my default terminal for my WSL prompt in windows terminal to start at a specific folder under the C drive.
i am able to set the default to /mnt
but it wont let me go /mnt/c/<myfolder>
whenever i do this is sets it back to /mnt/c/Users/<myuser>
powershell - 从 CLI 启动窗口的终端并传入可执行命令以运行
我可以使用wt
. 我已经阅读了有关命令行参数的 Windows 终端文档,它只涉及传递用于设置终端窗格的参数,而不是传递实际的可执行命令。
例如,最小可重现示例:需要安装 Windows 终端:在 Windows 中打开 cmd 提示符并键入:
这将启动 windows 终端,但它没有收到dir
命令。如何将可执行命令传递给 Windows 终端?
powershell - 如何为 PowerShell 设置默认文本编辑器(例如 Visual Studio Code)
我正在使用新的windows 终端。
我刚刚安装了powershell v7.0.2和starship以使其更好。
我想编辑starship
配置,所以我运行了这个命令:
所以我继续编辑我$PROFILE
的设置visual studio code
为默认编辑器(code
在路径中):
现在我得到了同样的错误,但是用code
而不是vi
:
我最终运行的原因starship config
是因为在创建$HOME\.starship\starship.toml
配置文件后starship
忽略它,尽管我已经在我的配置文件中设置了路径:
所以我跑去starhip config
看看它期望的路径是什么config file
。
我也尝试将完整路径设置为visual studio code
in $EDITOR
,但没有帮助。
firebase - 在 Windows 中执行此命令行
我正在尝试将我的firebase身份验证连接到expo项目。我正在关注每个图书馆的主要文档。我坚持这一步。
我无法在 Windows 中执行此命令行openssl rand -base64 32 | openssl sha1 -c
。我已经尝试过使用特定的https://code.google.com/archive/p/openssl-for-windows/downloads但我不知道如何重现同一行。
任何帮助都会很棒,在此先感谢。
python - 如何检测我的 Python 脚本是否在“Windows 终端”中运行
我需要检查我的 Python 脚本是否在Windows 终端中运行(而不是 CMD.exe、Powershell、bash 等)。
如何才能做到这一点?