nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "stow",
  "description": "Manage farms of symbolic links",
  "options": [
    {
      "names": [
        "-n",
        "--no"
      ],
      "description": "Do not perform any operations that modify the filesystem; merely show what would happen"
    },
    {
      "names": [
        "-d",
        "--dir"
      ],
      "description": "Set the stow directory to 'DIR' instead of the current directory. This also has the effect of making the default target directory be the parent of 'DIR'",
      "takes_arg": true,
      "arg": {
        "name": "DIR",
        "template": "folders"
      }
    },
    {
      "names": [
        "-t",
        "--target"
      ],
      "description": "Set the target directory to 'DIR' instead of the parent of the stow directory",
      "takes_arg": true,
      "arg": {
        "name": "DIR",
        "template": "folders"
      }
    },
    {
      "names": [
        "-v",
        "--verbose"
      ],
      "description": "Send verbose output to standard error describing what Stow is doing. Verbosity levels are from 0 to 5; 0 is the default. Using '-v' or '--verbose' increases the verbosity by one; using `--verbose=N' s",
      "takes_arg": true,
      "arg": {
        "name": "level",
        "suggestions": [
          "0",
          "1",
          "2",
          "3",
          "4",
          "5"
        ]
      }
    },
    {
      "names": [
        "-S",
        "--stow"
      ],
      "description": "Stow the packages that follow this option into the target directory. This is the default action and so can be omitted if you are only stowing packages rather than performing a mixture of stow/delete/r"
    },
    {
      "names": [
        "-D",
        "--delete"
      ],
      "description": "Unstow the packages that follow this option from the target directory rather than installing them"
    },
    {
      "names": [
        "-R",
        "--restow"
      ],
      "description": "Restow packages (first unstow, then stow again). This is useful for pruning obsolete symlinks from the target tree after updating the software in a package"
    },
    {
      "names": [
        "--adopt"
      ],
      "description": "This behaviour is specifically intended to alter the contents of your stow directory.  If you do not want that, this option is not for you"
    },
    {
      "names": [
        "--no-folding"
      ],
      "description": "Disable folding of newly stowed directories when stowing, and refolding of newly foldable directories when unstowing"
    },
    {
      "names": [
        "--ignore"
      ],
      "description": "Ignore files ending in this Perl regex",
      "takes_arg": true,
      "arg": {
        "name": "REGEX"
      }
    },
    {
      "names": [
        "--defer"
      ],
      "description": "Don't stow files beginning with this Perl regex if the file is already stowed to another package",
      "takes_arg": true,
      "arg": {
        "name": "REGEX"
      }
    },
    {
      "names": [
        "--override"
      ],
      "description": "Force stowing files beginning with this Perl regex if the file is already stowed to another package",
      "takes_arg": true,
      "arg": {
        "name": "REGEX"
      }
    },
    {
      "names": [
        "--dotfiles"
      ],
      "description": "Enable special handling for 'dotfiles' (files or folders whose name begins with a period) in the package directory. If this option is enabled, Stow will add a preprocessing step for each file or folde"
    },
    {
      "names": [
        "-V",
        "--version"
      ],
      "description": "Show Stow version, and exit"
    },
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Show Stow command syntax, and exit"
    }
  ]
}