Imported from Bitbucket
added news of first release
added url of announcement topic at bay12 forum
fixed an error in README.md

heads

tip
browse log
hackurist1.0
browse .tar.gz

clone

read-only
https://hg.sr.ht/~telesto/hackurist
read/write
ssh://hg@hg.sr.ht/~telesto/hackurist

#hackurist

hackurist is a client library/command line program to access a running dfhack rpc server. It is written in Go.

#News

2014-12-16: hackurist 1.0 released!

#client library

Installation:

go get bitbucket.org/telesto/hackurist

API Documentation: http://godoc.org/bitbucket.org/telesto/hackurist

See the source of the hackurist command as an example on how to use this library.

#command line tool

The command line tool is similar to dfhack-run.

Installation:

go get bitbucket.org/telesto/hackurist/cmd/hackurist

or download the binary:

Linux (x86), Mac OS X Windows

Usage: See

hackurist -h
	

Some examples:

hackurist help
./hackurist -a :5001 region-pops list
hackurist -d lua "print(df.global.world.units.all[0].name.first_name)"
	

#Feedback/Contact

There is an anouncement at the official dwarf fortress forums. you can contact me by sending a pm.