Skip to content

Instantly share code, notes, and snippets.

View k-dot-greyz's full-sized avatar
🕶️
wheeling and dealing 🛞

k.greyZ k-dot-greyz

🕶️
wheeling and dealing 🛞
View GitHub Profile
@k-dot-greyz
k-dot-greyz / zenos_universal_slash_command_parser.py
Created October 2, 2025 09:37
Minimal, extensible parser for one/two-letter slash-commands with arguments for scaling workflows. Includes batch, flag, and alias support. Ready to drop into automators, bots, and PKMs.
# ============================================================================
# zenOS Universal Slash Command Parser
# ============================================================================
#
# SPEC:
# -----
# A minimal, extensible parser for one/two-letter slash-commands with arguments
# for scaling workflows. Designed for rapid command input in automators, bots,
# and Personal Knowledge Management (PKM) systems.
#