add README for pwsh PROFILE
This commit is contained in:
parent
ffd10f5dfe
commit
62e1bff8aa
1 changed files with 34 additions and 0 deletions
34
dotfiles/pwsh/README.md
Normal file
34
dotfiles/pwsh/README.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# PowerShell PROFILE description
|
||||||
|
some notable features
|
||||||
|
|
||||||
|
## Key-Bindings
|
||||||
|
- tab completion like fish
|
||||||
|
- `Ctrl + D` to exit
|
||||||
|
- `Ctrl + G` to Invoke-FzfTabCompletion
|
||||||
|
- `Ctrl + t` to select providers with fzf
|
||||||
|
- `Ctrl + r` to fzf history
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
- `~`, `..`
|
||||||
|
- `epl` = `explorer.exe .`
|
||||||
|
- `whereis` = `where.exe`
|
||||||
|
|
||||||
|
## Change Encodings Instantly
|
||||||
|
You can change PowerShell encodings instantly.
|
||||||
|
Especially useful for piping into linux commands like `less`
|
||||||
|
- `Set-UTF8`, `Set-UTF16LE`
|
||||||
|
- `Remove-EncodingSettings`
|
||||||
|
- `Reset-EncodingSettings`
|
||||||
|
|
||||||
|
## ssh-agent
|
||||||
|
- `Invoke-SshAdd`
|
||||||
|
|
||||||
|
## `$env:`
|
||||||
|
- `$env:LESS`
|
||||||
|
|
||||||
|
## Auto Completions
|
||||||
|
- scoop
|
||||||
|
- chezmoi
|
||||||
|
- git
|
||||||
|
- winget
|
||||||
|
- chocolatey
|
Loading…
Reference in a new issue