diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-22 11:23:48 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-22 11:23:48 +1300 |
commit | c524e145abaca54fbe82b27f380564e25296eaf6 (patch) | |
tree | 1ea69502bedd6ed12bdf4f980725ea552ab90713 /irssi | |
parent | Add vex(1df) and vest(1df) (diff) | |
download | dotfiles-c524e145abaca54fbe82b27f380564e25296eaf6.tar.gz dotfiles-c524e145abaca54fbe82b27f380564e25296eaf6.zip |
Add some aliases for irssi
Diffstat (limited to 'irssi')
-rw-r--r-- | irssi/aliases | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/irssi/aliases b/irssi/aliases new file mode 100644 index 00000000..b22da923 --- /dev/null +++ b/irssi/aliases @@ -0,0 +1,14 @@ +# +# I don't think irssi lets you specify include files for configuration, and +# you're not really supposed to edit it manually, but here are some commands to +# create aliases to use the text files for tools in section 6. +# +# I'd love to know if there's a better way to do these; maybe I should make a +# proper plugin? +# +alias aesth exec - -out printf %s "$*" | aesth +alias drakon exec - -out printf %s "$*" | drakon +alias kvlt exec - -out printf %s "$*" | kvlt +alias rot13 exec - -out printf %s "$*" | rot13 +alias strik exec - -out printf %s "$*" | strik +alias zs exec - -out printf %s "$*" | zs |