powershell autocomplete
# Shows navigable menu of all options when hitting Tab
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# Autocompletion for arrow keys
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
# Create profile when not exist
if (!(Test-Path -Path $PROFILE.CurrentUserAllHosts)) {
New-Item -ItemType File -Path $PROFILE.CurrentUserAllHosts -Force
}
# Open the profile with an editor (e.g. good old Notepad)
ii $PROFILE.CurrentUserAllHosts
Also in C++:
- install vscode for ubuntu
- -bash: jupyter: command not found linux
- github add multiple credentials windows
- uninstall
- how to install fish in debian
- how to rename a file in terminal
- convert vmdk to qcow2
- open visual studio code from terminal ubuntu
- bash combine output from two commands
- sshpass example
- install xcode tools using brew
- git remove file from repo that has been added to gitignore
- set default wsl distro
- rename computer ubuntu 20.04
- pacman arch
- Identities entities in vault hashicorp
- pulseaudio check if runnings
- clean local branches git
- install brew max
- codeigniter 4 install composer
- vbs on linux
- how to run .run file in linux
- ng : File C:\Program Files\nodejs\ng.ps1 cannot be loaded because running scripts is disabled on this system.
- copy and paste file in linux shell