Add Cygwin specific tips `explorer`

pull/604/head
Sen Zhang 2019-05-26 23:52:55 +08:00
parent 3d8afef22e
commit 3995ab9a30
2 changed files with 6 additions and 2 deletions

View File

@ -580,7 +580,9 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- 要访问 Windows 剪贴板,可以通过 `/dev/clipboard` - 要访问 Windows 剪贴板,可以通过 `/dev/clipboard`
- 运行 `cygstart` 以通过默认程序打开一个文件。 - 使用 `cygstart` 打开应用程序(例如 `cygstart calc` ),或通过默认程序打开一个文件或文件夹。
- 命令 `explorer``cygstart` 相似但仅用于打开文件和文件夹不包括应用程序。zsh命令行补全某些场合 `explorer` 效果比 `cygstart` 更好。
- 要访问 Windows 注册表,可以使用 `regtool` - 要访问 Windows 注册表,可以使用 `regtool`

View File

@ -592,7 +592,9 @@ These items are relevant *only* on Windows.
- Access the Windows clipboard through `/dev/clipboard`. - Access the Windows clipboard through `/dev/clipboard`.
- Run `cygstart` to open an arbitrary file through its registered application. - Use `cygstart` to open aa application(for example `cygstart calc` ) or an arbitrary file/directory through its registered application.
- Command `explorer` is similar to `cygstart` but only used in opening files or directories, not applications. `explorer` may be better than `cygstart` for zsh completion in some cases.
- Access the Windows registry with `regtool`. - Access the Windows registry with `regtool`.