Initial commit

This commit is contained in:
weishaupt
2026-09-01 12:32:15 -04:00
commit defdefdb28
33 changed files with 3540 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# wIRC alias commands.
#
# One alias per line: /name = type:target
#
# path:X opens X (a file or folder) in Explorer
# url:X opens X in the default browser
# run:X launches X as a process (full exe path, or a bare name that
# relies on Windows' App Paths registry / PATH - not guaranteed
# to work for every app)
#
# {arg} in the target is replaced with whatever text follows the command,
# e.g. "/url https://example.com" opens that exact URL. A target with no
# {arg} placeholder (like /blog below) always opens the same fixed target,
# ignoring any trailing text.
#
# Edit this file and run /reload in any wIRC window to pick up changes
# without restarting the app.
/c = path:C:\
/blog = url:https://bloggin.space
/url = url:{arg}