Top Level Namespace

Defined Under Namespace

Modules: CLI Classes: BashImportBox, BasicBox, Box, FileManager, Installer, PandorasBox, SimpleBox

Constant Summary collapse

HELP =
<<-EOS
Example usage:
  box install
  box import [file] [save directory]
  box current
  box add [GitHub user]/[repo]

Examples:
  box import zshrc zsh # Will move .zshrc to the current box's zsh folder
  box add hunterboerner/Boxes
EO