joelpt / quickfort

A spreadsheet driven construction tool for Dwarf Fortress
http://joelpt.net/quickfort
38 stars 14 forks source link

Reimplement QFAHK command line mode #26

Closed joelpt closed 11 years ago

joelpt commented 11 years ago

Original author: joe...@gmail.com (May 23, 2010 21:17:24)

Can be done by dumping Alt+T entry text to a temp .csv file and passing that to qfconvert.

Support converting d and dig to #dig (et al.)

Support use of # in the csv sequence to start a second line; #> too

Original issue: http://code.google.com/p/quickfort/issues/detail?id=8

joelpt commented 11 years ago

From joe...@gmail.com on May 31, 2010 17:58:55 Considering just not doing this for 2.0 release, since it will now involve writing to a file and passing it to qfconvert etc. Not that hard to do but meh. Want to get this thing out.

joelpt commented 11 years ago

From joe...@gmail.com on March 21, 2011 01:27:22 Added to 2.0pre4. In addition to behaving like QF1.x's Alt+T, it also supports multiline commands (dig d,d#d,d) and remembers the last command entered between sessions.