Jarvis
Interested in the world, but not owned by it.
Observe · Build · Think
VI
powershell常用命令总结
查看powershell版本
$PSVersionTable.PSVersion
- 文件管理器打开指定目录(如: 当前目录下的aa文件夹):
ii ./aa - 查看环境变量:
gci env: - 安装包命令(如, RSReadLine):
Install-Module PSReadLine -Scope CurrentUser -Force - 查看安装的包(如, RSReadLine)的版本信息:
Get-InstalledModule PSReadLine - 编辑类似于linux ~/.bashrc文件的命令。[vscode打开]
code $PROFILE[记事本打开]notepad $PROFILE - 命令联想:ps
Import-Module PSReadLine Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionViewStyle InlineView Set-PSReadLineKeyHandler -Key UpArrow ` -Function HistorySearchBackward Set-PSReadLineKeyHandler -Key DownArrow ` -Function HistorySearchForward - CoffeeTime
常用的chrome插件
- languagereactor
- 新侧边翻译
- code-box阅读增强
资源聚合
资源下载
CLV
开发语言
Claude Code下载使用
- node下载: windows mac-M芯片
- 设置npm镜像源地址:
npm config set registry https://registry.npmmirror.com - claude code下载:
npm install -g @anthropic-ai/claude-code - CC Switch下载:windows mac
- CC Switch配置模型
Skills
CodeGraph
- 安装
npm i -g @colbymchenry/codegraph