PSAliasFinder
1.0.0
Intelligent alias discovery for PowerShell, inspired by oh-my-zsh alias-finder plugin. Automatically suggests shorter aliases for commonly used commands.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025. All rights reserved.
Package Details
Author(s)
- Yass Fuentes
Tags
Alias Discovery Productivity PSReadLine CLI Shell Terminal Efficiency
Functions
Find-Alias Test-CommandAlias Set-AliasFinderHook Set-AliasFinderConfig
Dependencies
This module has no dependencies.
Release Notes
# PSAliasFinder 1.0.0
## Features
- Intelligent alias discovery for PowerShell commands
- Automatic suggestions when entering long commands
- Multiple search modes: exact, longer, cheaper
- Smart filtering to avoid noise
- PSReadLine integration for seamless experience
- Inspired by oh-my-zsh alias-finder plugin
## Usage
- `Find-Alias <command>` or `af <command>` - Search for aliases
- `Set-AliasFinderHook -Enable` - Enable automatic suggestions
- `Set-AliasFinderHook -Disable` - Disable automatic suggestions
FileList
- PSAliasFinder.nuspec
- LICENSE
- PSAliasFinder.psd1
- PSAliasFinder.psm1
- README.md
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 (current version) | 4 | 10/15/2025 |