
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
为个人在使用 window 时候添加多个命令别名,方便快捷键使用。
npm install doskey -g
通过 node
全局安装后,直接运行在 cmd
下执行 dk 查看可用命令。
Usage: index [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
ls List all the doskeys
add <key> <value> [disable] Add custom doskey
edit Edit doskeys
del <key> Delete doskeys by key
activate Activate the changes
open Open configs file directly for batch edit. Experiment feature
列举所有的 doskeys
, 当前工具内置常见方法。
自定义添加doskey,如:
dk add ws webstorm $*
dk add ws "D:\JetBrains\WebStorm 2017.2.1\bin\webstorm64.exe"
experiment
dk add sb "C:\Program Files\Sublime Text 2\sublime_text.exe"
常用场景,需要通过 git clone
某项目,
git clone git://xxx
cd xxx
ws . #通过 webstorm 打开当前项目
sb . #通过 sublime 打开当前项目
自定义启用或禁用doskey。
根据 key
删除指定 doskey
。如:
dk del ws
使用系统默认 json
编辑器打开配置文件,批量修改。 <实验阶段, 慎用>
在做任何修改后,请使用 dk activate
命令使其生效,该命令会把配置文件修改并保存,
同时添加到注册表中,所以需要系统权限。
MIT © Ailun She
FAQs
A tool helps to create macro shortcuts in Windows cmd.
The npm package doskey receives a total of 5 weekly downloads. As such, doskey popularity was classified as not popular.
We found that doskey demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.