Skip to content

lkhorasandzhian/powershell-cli-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershell-cli-tools

Collection of useful PowerShell 7 scripts, shortcuts and CLI tools for productivity and terminal enhancements.

powershell-cli-tools_preview

GitHub stars

✨ CLI Extensions

  • Handy CLI utilities
  • Useful aliases & shortcuts
  • Productivity-focused scripts
  • Terminal enhancements (colors, output, navigation)

🚀 Quick start

Clone the repo and use any script you need:

git clone https://github.com/lkhorasandzhian/powershell-cli-tools
cd powershell-cli-tools

Run scripts directly or add them to your PowerShell profile.

🚀 Install

Run the install script:

.\install.ps1

This will:

  1. Copy the script to your PowerShell directory;
  2. Automatically update your $PROFILE just by adding call for powershell-cli-tools.ps1;
  3. Enable tools on every PowerShell startup.

⭐ Support

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.

📁 Repository structure

powershell-cli-tools/
│
├── scripts/
│   └── powershell-cli-tools.ps1
│
├── test/
│   └── 01/
│       ├── tree-color-test/
│       └── create-tree-test.ps1
│
├── install.ps1
├── LICENSE
└── README.md

🧪 Tests

Test cases are located in the test/ directory.
They are used to verify CLI behavior, output formatting, and ensure consistent functionality across different scenarios.