Skip to content

Instantly share code, notes, and snippets.

@oryon-dominik
oryon-dominik / windows-terminal-quake-dropdown.ahk
Last active October 17, 2023 17:06
AutoHotkey script to emulate Quake-Windows-Terminal behaviour
;; Quake-Windows-Terminal AutoHotkey.
;; Inspired from https://github.com/ehpc/quake-windows-bash
;; and https://github.com/rengler33/dotfiles/blob/master/C/Users/Rub/wt-quake-like.ahk
#SingleInstance force
WindowsTerminal = C:\Users\%A_UserName%\AppData\Local\Microsoft\WindowsApps\wt.exe
@alairock
alairock / exceptions.py
Last active October 19, 2025 19:43
Python Async Retry Decorator.
class TooManyTriesException(BaseException):
pass
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active December 8, 2025 03:27
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line