文件名称:CDPath:PowerShell模块使导航系统变得轻而易举
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-21 18:37:18
PowerShell
CD路径 PowerShell模块,使您的系统导航变得轻而易举。 该模块的主要功能是Set-CDPathLocation(以下由“ cd”引用)并支持以下功能: 无需推入/弹出即可转到上一个位置(cd-) 向上多级播放(cd ....) 转到预定义路径中的目录 与TabExpansion ++集成 用法 假设您已将模块安装在模块路径中的某个位置,只需将模块导入配置文件中即可,例如: Import-Module CDPath 要设置CDPath,即您最常浏览的目录的父目录,请调用 # a user who has github projects and a directory where corporate source code is stored # may set up the path like this Set-CDPath - Path ~\Documents\Gi
【文件预览】:
CDPath-master
----docs()
--------.markdownlint.json(73B)
--------en-US()
----test()
--------cdpath.tests.ps1(5KB)
----LICENSE(1KB)
----src()
--------init.ps1(50B)
--------cdpath.psm1(10KB)
--------cdpath.psd1(4KB)
----.gitignore(289B)
----README.md(1KB)
----build.ps1(25KB)
----.gitattributes(507B)
----build.settings.ps1(12KB)
----.vscode()
--------launch.json(1KB)
--------settings.json(123B)
--------tasks.json(3KB)