summaryrefslogtreecommitdiffstats
path: root/src/browse.py
Commit message (Collapse)AuthorAgeFilesLines
* use a shell script to inline browse.pyEvan Martin2011-03-071-1/+3
| | | | | | | | | Relying on the inline-assembly trick was cute but it didn't work on other platforms; relying on xxd will make us depend on xxd being available. Instead, inline browse.py into a header using a shell script. (Making this work required fixing multiple bugs in ninja...)
* add copyrightsEvan Martin2011-02-061-0/+14
|
* move tools into a flagEvan Martin2011-01-281-1/+2
|
* call out ctl-c for quittingEvan Martin2011-01-231-1/+1
|
* add browser modeEvan Martin2011-01-231-0/+130