Skip to content

Instantly share code, notes, and snippets.

View EvanEdwards's full-sized avatar

Evan Edwards EvanEdwards

View GitHub Profile
@academo
academo / ww
Last active December 26, 2023 10:46
#!/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"