summary refs log tree commit diff
path: root/catgirl.1 (follow)
Commit message (Collapse)AuthorAge
* Add M-a to switch to hot or unread windowJune McEnroe2019-02-25
|
* Scroll by full pages with PageUp/PageDownJune McEnroe2019-02-24
|
* Clarify /window documentationJune McEnroe2019-02-23
|
* Add C-n and C-p key bindings to switch windowsJune McEnroe2019-02-23
|
* Change example command to join #ascii.town on freenodeJune McEnroe2019-02-23
|
* Move IRC formatting reset to C-sJune McEnroe2019-02-22
| | | | Opens C-n for window switching.
* Bind up and down arrows to scrollJune McEnroe2019-02-22
| | | | | Honestly it's kind of weird that IRC clients usually use these for input history.
* Add /znc commandJune McEnroe2019-02-22
| | | | Only because ZNC tells you to use it and expects it to work.
* Fix name of <raw> window in man pageJune McEnroe2019-02-22
|
* Rename global tags with angle bracketsJune McEnroe2019-02-22
|
* Clean up man pageJune McEnroe2019-02-21
|
* Add M-? to apply ROT13June McEnroe2018-12-16
|
* Add /raw commandJune McEnroe2018-12-05
|
* Rename verbose to rawJune McEnroe2018-12-05
| | | | And change the format of the sticky tag names again.
* Add standards needed for SASL to catgirl.1June McEnroe2018-12-05
|
* Add -a auth option for unimplemented SASLJune McEnroe2018-12-04
|
* Add -r option for realnameJune McEnroe2018-12-02
|
* Various man page tweaks and editsJune McEnroe2018-12-02
|
* Add /whoisJune McEnroe2018-11-29
|
* Rename project catgirlJune McEnroe2018-11-27
This simplifies things.
class='logheader'>2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe