Skip to content

Instantly share code, notes, and snippets.

View friday's full-sized avatar

Albin Larsson friday

  • Eyevinn Technology
  • Stockholm
  • 07:37 (UTC +01:00)
View GitHub Profile
@academo
academo / ww
Last active December 30, 2025 21:16
#!/bin/bash
# Usage: ww -f "window class filter" -c "run if not found"
# Usage: ww -fa "window title filter" -c "run if not found"
## Find and contribute to a more updated version https://github.com/academo/ww-run-raise
POSITIONAL=()
while [[ $# -gt 0 ]]; do
key="$1"