Skip to content

Add custom alias creation instructions to README#116

Open
crutkas wants to merge 1 commit into
mainfrom
dev/crutkas/QuickHowToAddAliasToReadme
Open

Add custom alias creation instructions to README#116
crutkas wants to merge 1 commit into
mainfrom
dev/crutkas/QuickHowToAddAliasToReadme

Conversation

@crutkas

@crutkas crutkas commented Jun 9, 2026

Copy link
Copy Markdown
Member
  • Documentation update in readme:
    • Added a section with examples on how to create custom aliases in PowerShell and CMD, such as defining ll as an alias for ls -la.

Via #36

Added instructions for creating custom aliases in PowerShell and CMD.
Comment thread README.md

## Creating custom alias

* PowerShell: Set-Alias ll 'ls' or a function in your $PROFILE for arguments, e.g. `function ll { ls -la --color=auto @args }`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a warning here that this loses binary stream compatibility (aka PSNativeCommandPreserveBytePipe; e.g. find/xargs will not work anymore).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants