logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

thor - Scripting framework for command line utilities

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)

Commands

help [TASK]
               Describe available tasks or the specified task

       installNAME
               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)

       uninstallNAME
               Uninstall a named Thor module

       updateNAME
               Update a Thor file from its original location

       version Show 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.

Name

       thor - Scripting framework for command line utilities

See Also

       The Thor website: http://whatisthor.com/

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

Synopsis

thor help [TASK]

       thor install NAMEthor installed

       thor list [SEARCHTERM]

       thor uninstall NAMEthor update NAMEthor version

See Also