summaryrefslogtreecommitdiffstats
path: root/src/browse.py
Commit message (Collapse)AuthorAgeFilesLines
* tweak browse appearanceEvan Martin2011-05-131-10/+17
|
* make browse work for all ninja pathsEvan Martin2011-05-131-2/+2
| | | | | | | Pass the path to the ninja binary in to the Python script. Confusingly, in some places the variables were already in place to do this, but they were accidentally used for something else entirely.
* 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