Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

Powershell

  • Useful scripts
  • Terminal & PowerShell

Build tool & automation

  • Maven

Other

  • Falcon LogScale
  • Git
  • Regex

Windows

  • AutoHotkey
  • Komorebi
  • Windows Subsystem for Linux
  • Home
  • Tags
  • Terminal

Terminal

Useful scripts

  23 May 2023

Little helper script

#! /usr/bin/pwsh

# TODO: Consider using named parameters which require '-':
# param ($f1, $f2)
$f=$args[0]
$arg=$args[1] …
 Windows   Terminal   PowerShell   Scripts 

Terminal & PowerShell

  17 Mar 2023

Remember

  • Windows Terminal documentation
  • Use CTRL + Space to show “MenuComplete” i.e. available options based on the input provided so far …
 Windows   Terminal   PowerShell