aboutsummaryrefslogtreecommitdiffstats
path: root/sti
Commit message (Collapse)AuthorAgeFilesLines
* Add newlines at end of version messagesGravatar Tom Willemse2014-03-121-3/+3
|
* Fold last line of update help textGravatar Tom Willemse2014-03-121-1/+1
|
* Show version numbers for certain operationsGravatar Tom Willemse2014-03-121-4/+20
|
* Rename executable_name -> _sti_executableGravatar Tom Willemse2014-03-121-13/+13
| | | | | `executable_name' conflicts with a variable used in one of the commands. To make it clear that it is a special name add a `_' in front of it.
* Add update commandGravatar Tom Willemse2014-03-121-27/+66
| | | | | | Add command that updates an installed tool by removing its executables, using `git pull' to update the code and then reinstalling the executables (plus any new ones).
* Make the executable name globalGravatar Tom Willemse2014-03-121-21/+12
| | | | | Many commands (especially help commands) use them, so get it once and use everywhere.
* Add license information and minor documentationGravatar Tom Willemse2014-03-101-0/+14
|
* Add list commandGravatar Tom Willemse2014-01-211-0/+15
|
* Fix typoGravatar Tom Willemse2014-01-211-1/+1
|
* Ensure the bin directory existsGravatar Tom Willemse2014-01-211-0/+6
|
* Add reinit commandGravatar Tom Willemse2014-01-211-12/+39
|
* Initial commitGravatar Tom Willemse2014-01-191-0/+133