Skip to content

Instantly share code, notes, and snippets.

@alairock
alairock / exceptions.py
Last active May 13, 2024 18:07
Python Async Retry Decorator.
class TooManyTriesException(BaseException):
pass
@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