Terminal
Useful scripts
Little helper script
#! /usr/bin/pwsh
# TODO: Consider using named parameters which require '-':
# param ($f1, $f2)
$f=$args[0]
$arg=$args[1] …
#! /usr/bin/pwsh
# TODO: Consider using named parameters which require '-':
# param ($f1, $f2)
$f=$args[0]
$arg=$args[1] …
Terminal & PowerShell
Remember
- Windows Terminal documentation
- Use
CTRL
+ Space
to show “MenuComplete” i.e. available options based on the input provided so far …
CTRL
+ Space
to show “MenuComplete” i.e. available options based on the input provided so far …