diff options
author | mcpcpc <michaelczigler@icloud.com> | 2020-08-08 00:28:35 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-08-08 00:28:35 -0400 |
commit | 9e48d5aa47acf3cf315da7b863f74e4d5acca7a6 (patch) | |
tree | bf9a9e4cde48b5d1e06a441567c1e055afa22006 /README | |
parent | cleanup formatting (diff) | |
download | kirc-9e48d5aa47acf3cf315da7b863f74e4d5acca7a6.tar.gz kirc-9e48d5aa47acf3cf315da7b863f74e4d5acca7a6.tar.bz2 kirc-9e48d5aa47acf3cf315da7b863f74e4d5acca7a6.tar.xz kirc-9e48d5aa47acf3cf315da7b863f74e4d5acca7a6.tar.zst kirc-9e48d5aa47acf3cf315da7b863f74e4d5acca7a6.zip |
add password argument
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -11,6 +11,16 @@ result is a portable <250 sloc application that has no dependencies other than a C99 compiler. +TODO +---- + +- [ ] capture CTRL-C for safer child process shutdown +- [ ] better color default color scheme +- [ ] dynamic word wrap based on column width +- [ ] additional shortcut keys +- [ ] fix default arrow key and backspace behavior + + FEATURES -------- @@ -35,10 +45,11 @@ Building and installing from source: USAGE ----- -usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-v|V] +usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-k password] [-v|V] -s server address (default: 'irc.freenode.org') -p server port (default: '6667') -c channel name (default: '#kisslinux') -n user nickname +-n user password -v version information -V verbose output (e.g. raw stream) |