aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reword enabled tools -> intalled toolsHEADmasterGravatar Tom Willemse2014-09-271-1/+1
| | | | As suggested by @babab himself.
* Merge remote-tracking branch 'babab/zsh-comp'Gravatar Tom Willemse2014-09-272-1/+57
|\
| * Add autocompletion script for ZshGravatar Benjamin Althues2014-09-261-0/+56
| |
| * Small typofixGravatar Benjamin Althues2014-09-261-1/+1
|/
* Add more docsGravatar Tom Willemse2014-03-233-8/+716
|
* 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-103-0/+701
|
* 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