nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "find",
  "description": "Walk a file hierarchy",
  "options": [
    {
      "names": [
        "-E"
      ],
      "description": "Interpret regular expressions followed by -regex and -iregex primaries as extended"
    },
    {
      "names": [
        "-H"
      ],
      "description": "Cause the file information and file type returned for each symbolic link specified to be those referenced by the link"
    },
    {
      "names": [
        "-L"
      ],
      "description": "Cause the file information and file type returned for each symbolic link to be those of the file referenced by the link"
    },
    {
      "names": [
        "-P"
      ],
      "description": "Cause the file information and file type returned for each symbolic link to be those for the link itself"
    },
    {
      "names": [
        "-X"
      ],
      "description": "Permit find to be safely used in conjunction with xargs"
    },
    {
      "names": [
        "-d"
      ],
      "description": "Cause find to perform a depth-first traversal"
    },
    {
      "names": [
        "-f"
      ],
      "description": "Specify a file hierarch for find to traverse",
      "takes_arg": true,
      "arg": {
        "name": "path"
      }
    },
    {
      "names": [
        "-s"
      ],
      "description": "Cause find to traverse the file hierarchies in lexicographical order"
    },
    {
      "names": [
        "-x"
      ],
      "description": "Prevent find from descending into directories that have a device number different than that of the file from which the descent began"
    }
  ],
  "args": [
    {
      "name": "path",
      "is_variadic": true,
      "template": "folders"
    },
    {
      "name": "expression",
      "description": "Composition of primaries and operands",
      "is_variadic": true
    }
  ]
}