A script to read the osrs cache dumps that I produce and do interesting things with them. This is mostly just for my use, so there isn't much attention payed to documentation or codestyle.
Run one of the following commands in a directory containing a cache dump. See the above link.
nipple
- Open a new scriptnipple last
- Opens the last edited scriptnipple <filename>
- Opens a script by filenamenipple download
- Dowloads the latest release of osrs-cache and extracts it todump
Nipple opens a splitpane vim. Left pane is a nodejs script. Right pane is the output of the left pane when it was last saved.
- Clone this repo
npm install
- Add this directory to your path
cd
to a working directory andnipple download
to get the latest cache dump. I recommend doing this on a ramdisk so you can delete the 192k files faster.