Skip to content

Instantly share code, notes, and snippets.

View morganrivers's full-sized avatar

Morgan Rivers morganrivers

View GitHub Profile
@morganrivers
morganrivers / oo
Created May 26, 2026 18:55
Open files in Obsidian from the terminal via obsidian-cli
#!/bin/bash
# oo — open files in Obsidian from the terminal
#
# Install:
# sudo cp oo /usr/local/bin/oo
# sudo chmod +x /usr/local/bin/oo
#
# Prerequisites — enable obsidian-cli in the Obsidian app:
# Settings > Community plugins > Browse > search "obsidian-cli" > Install > Enable
#
#!/usr/bin/env python3
"""Wildfire Evacuation Game (CLI)
Two-phase family game for 2-5 players:
• Preparation phase – visit locations for resource cards (or speed through forNeighborly Token).
• Disaster phase – race along a 25-space path to the Safe Zone while avoiding Action card hazards.
Characters are secret and award end-game bonuses (+1 pt per specific resource and ×2 for another).
The first player to arrive receives +5 pts. Highest score wins.