about summary refs log tree commit diff
path: root/catgirl.1 (follow)
Commit message (Collapse)AuthorAge
* Add /awayJune McEnroe2020-02-14
|
* Document environment variables usedJune McEnroe2020-02-13
|
* Add /execJune McEnroe2020-02-13
|
* Refactor windows into array and add /moveJune McEnroe2020-02-13
| | | | Oof.
* Clean up manual lintsJune McEnroe2020-02-13
| | | | | | Wish I could use mandoc -T lint as part of the dev target but it complains about missing referenced pages without a way to turn that off that I can find.
* Add -g for generating certificatesJune McEnroe2020-02-13
| | | | Copied from pounce.
* Add -N flag for notificationsJune McEnroe2020-02-12
|
* Implement source address selectionmultiplexd2020-02-13
| | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server.
* Add /listJune McEnroe2020-02-12
|
* Add C-t transposeJune McEnroe2020-02-12
| | | | Also in emacs, weechat.
* Add C-v and M-vJune McEnroe2020-02-12
| | | | | I figure there should be some way to scroll without keypad, and apparently this is what emacs offers...
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
|
* Add -R restricted flagJune McEnroe2020-02-11
|
* Add C-o as alias of M-/June McEnroe2020-02-10
| | | | M-/ is from weechat. C-o is like in vim.
* Add -s to save and load buffersJune McEnroe2020-02-10
|
* Add -HJune McEnroe2020-02-10
|
* Add M-lJune McEnroe2020-02-09
|
* Add /whoisJune McEnroe2020-02-09
|
* Add /msgJune McEnroe2020-02-09
| | | | Services tend to tell you to use /msg so it definitely needs to exist.
* Add /helpJune McEnroe2020-02-09
| | | | Now with automatic search! Also had to fix the SIGCHLD handling...
* Add M-uJune McEnroe2020-02-09
|
* Add M-/June McEnroe2020-02-09
|
* Add M-aJune McEnroe2020-02-09
|
* Add C-n and C-pJune McEnroe2020-02-09
|
* Add C-yJune McEnroe2020-02-09
| | | | This is weechat's binding for it.
* Add general key bindings paragraph to manualJune McEnroe2020-02-09
|
* Add C-w and M-dJune McEnroe2020-02-09
|
* Add M-b and M-fJune McEnroe2020-02-09
|
* Add C-kJune McEnroe2020-02-09
| | | | Also rename all the edit ops to something consistent.
* Add C-b and C-fJune McEnroe2020-02-09
|
* Show realname on JOIN if it is different from nickJune McEnroe2020-02-09
|
* Add /copyJune McEnroe2020-02-08
|
* Allow overriding the /open utilityJune McEnroe2020-02-08
|
* Scan messages for URLsJune McEnroe2020-02-08
|
* Add /topicJune McEnroe2020-02-08
|
* Add /namesJune McEnroe2020-02-08
|
* Add /debugJune McEnroe2020-02-08
|
* Add /closeJune McEnroe2020-02-08
|
* Add /queryJune McEnroe2020-02-08
|
* Add /partJune McEnroe2020-02-08
|
* Add /nickJune McEnroe2020-02-08
|
* Use complete to abbreviate commandsJune McEnroe2020-02-07
|
* Add key bindings for IRC formattingJune McEnroe2020-02-07
|
* Document key bindings in manualJune McEnroe2020-02-07
|
* Flesh out trailing manual sectionsJune McEnroe2020-02-06
|
* Add /join commandJune McEnroe2020-02-06
|
* Use getopt_config to load optionsJune McEnroe2020-02-05
| | | | I'm really getting a lot of use out of this config.c huh.
* Add /window name variantJune McEnroe2020-02-05
|
* Document commands in manualJune McEnroe2020-02-05
|
* Add -v flagJune McEnroe2020-02-01
|