Difference between revisions of "User:Qt"

From NetHackWiki
Jump to navigation Jump to search
m
m (Misc. NetHack-related projects: fix name lol)
Line 5: Line 5:
 
== Misc. NetHack-related projects ==
 
== Misc. NetHack-related projects ==
  
* '''[https://gitlab.com/entrez/ronin ronin]''': my script to sync your local .nethackrc file with alt.org and/or hardfought.  It can be run via Vim autocommand (or equivalent in other editors), so that whenever you update your local .nethackrc, the changes will be reflected across the public servers of your choice. (previously called 'sync-nhrc')
+
* '''[https://gitlab.com/entrez/sync-nhrc sync-nhrc]''' my script to sync your local .nethackrc file with alt.org and/or hardfought.  It can be run via Vim autocommand (or equivalent in other editors), so that whenever you update your local .nethackrc, the changes will be reflected across the public servers of your choice. (previously called 'sync-nhrc')
  
 
* '''[https://gitlab.com/entrez/xcrypt xcrypt]''': a standalone interface for the reciprocal stream cipher used to encode & decode bogusmon, epitaph, etc, files in NetHack.  Has been useful occasionally for debugging.
 
* '''[https://gitlab.com/entrez/xcrypt xcrypt]''': a standalone interface for the reciprocal stream cipher used to encode & decode bogusmon, epitaph, etc, files in NetHack.  Has been useful occasionally for debugging.

Revision as of 20:37, 22 June 2022

qt on NAO (stats, games, deaths, dumplogs, ttyrecs), Hardfought, some other public servers, as well as on IRC. Also on Github as entrez, which is the username I use for most non-NetHack stuff.

I have links to some other platforms as well as my GPG key on my website.

Misc. NetHack-related projects

  • sync-nhrc my script to sync your local .nethackrc file with alt.org and/or hardfought. It can be run via Vim autocommand (or equivalent in other editors), so that whenever you update your local .nethackrc, the changes will be reflected across the public servers of your choice. (previously called 'sync-nhrc')
  • xcrypt: a standalone interface for the reciprocal stream cipher used to encode & decode bogusmon, epitaph, etc, files in NetHack. Has been useful occasionally for debugging.