Initial commit
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user