# thor(1) - man - phpman

[thor(1)](https://www.chedong.com/phpMan.php/man/thor/1/markdown)                                General Commands Manual                               [thor(1)](https://www.chedong.com/phpMan.php/man/thor/1/markdown)



## NAME
       thor - Scripting framework for command line utilities

## SYNOPSIS
       **thor** help [_TASK_]

       **thor** install _NAME_

       **thor** installed

       **thor** list [_SEARCHTERM_]

       **thor** uninstall _NAME_

       **thor** update _NAME_

       **thor** version


## DESCRIPTION
       Thor  is  a  scripting framework designed for command line utilities.  It is supposed to be a
       replacement for rake, sake and rubigen.

## COMMANDS
       **help** [_TASK_]
               Describe available tasks or the specified task

       **install** _NAME_
               Install an optionally named Thor file into your system tasks

### installed
               List the installed Thor modules and tasks

       **list** [_SEARCHTERM_]
               List the available thor tasks (--substring means .*searchterm)

       **uninstall** _NAME_
               Uninstall a named Thor module

       **update** _NAME_
               Update a Thor file from its original location

       **version** Show Thor version


## SEE ALSO
       The Thor website: <http://whatisthor.com/>

       The Thor wiki: <https://github.com/wycats/thor/wiki>


## AUTHORS
       Thor is written by Yehuda Katz, Eric Hodel, et al.

       This manual page was written by Christian Hofstaedtler, based on the command-line  output  of
       this program, for the Debian GNU/Linux system (but may be freely used by others).



                                             May 7, 2013                                     [thor(1)](https://www.chedong.com/phpMan.php/man/thor/1/markdown)
