什么是Mac OSX的“thor”命令

时间:2016-06-18 09:27:50

标签: macos


我正在自由地浏览到我的/ usr / local / bin /文件夹,我想测试我全新的tree --noreport -fp命令,突然,我看到一个程序被thor所以我想知道更多关于它的信息。
然而事实证明,在Google上没有人知道它,我找不到任何关于它的信息。所以我试着运行它,它看起来像一个数据包管理器:

sam1902$ thor -h
Commands:
  thor help [COMMAND]  # Describe available commands or one specific command
  thor install NAME    # Install an optionally named Thor file into your system commands
  thor installed       # List the installed Thor modules and commands
  thor list [SEARCH]   # List the available thor commands (--substring means .*SEARCH)
  thor uninstall NAME  # Uninstall a named Thor module
  thor update NAME     # Update a Thor file from its original location
  thor version         # Show Thor version

sam1902$ thor version
Thor 0.19.1
sam1902$ thor installed
No Thor commands available

所以我想通过纯粹的好奇心知道是否有人已经听说过它?

1 个答案:

答案 0 :(得分:0)

可能是这个吗?

" Thor是一个用于构建强大的命令行界面的工具包。"

https://github.com/erikhuda/thor

最新的GitHub版本是0.19.1

更多:http://whatisthor.com/