Collection of useful PowerShell 7 scripts, shortcuts and CLI tools for productivity and terminal enhancements.
- Handy CLI utilities
- Useful aliases & shortcuts
- Productivity-focused scripts
- Terminal enhancements (colors, output, navigation)
Clone the repo and use any script you need:
git clone https://github.com/lkhorasandzhian/powershell-cli-tools
cd powershell-cli-toolsRun scripts directly or add them to your PowerShell profile.
Run the install script:
.\install.ps1This will:
- Copy the script to your PowerShell directory;
- Automatically update your $PROFILE just by adding call for
powershell-cli-tools.ps1; - Enable tools on every PowerShell startup.
If you find this useful, consider giving it a star ❤️ — it really helps the project grow and keeps me motivated to add more tools!
More tools and improvements are coming.
powershell-cli-tools/
│
├── scripts/
│ └── powershell-cli-tools.ps1
│
├── test/
│ └── 01/
│ ├── tree-color-test/
│ └── create-tree-test.ps1
│
├── install.ps1
├── LICENSE
└── README.mdTest cases are located in the test/ directory.
They are used to verify CLI behavior, output formatting, and ensure consistent functionality across different scenarios.