nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "more",
  "description": "Opposite of less",
  "options": [
    {
      "names": [
        "-d",
        "--silent"
      ],
      "description": "Prompt with '[Press space to continue, 'q' to quit.]', and display '[Press 'h' for instructions.]' instead of ringing the bell when an illegal key is pressed"
    },
    {
      "names": [
        "-l",
        "--logical"
      ],
      "description": "Do not pause after any line containing a ^L (form feed)"
    },
    {
      "names": [
        "-f",
        "--no-pause"
      ],
      "description": "Count logical lines, rather than screen lines"
    },
    {
      "names": [
        "-p",
        "--print-over"
      ],
      "description": "Instead, clear the whole screen and then display the text"
    },
    {
      "names": [
        "-c",
        "--clean-print"
      ],
      "description": "Instead, paint each screen from the top, clearing the remainder of each line as it is displayed"
    },
    {
      "names": [
        "-s",
        "--squeeze"
      ],
      "description": "Squeeze multiple blank lines into one"
    },
    {
      "names": [
        "-u",
        "--plain"
      ],
      "description": "Silently ignored as backwards compatibility"
    },
    {
      "names": [
        "-n",
        "--lines"
      ],
      "description": "Specify the number of lines per screenful",
      "takes_arg": true,
      "arg": {
        "name": "n"
      }
    },
    {
      "names": [
        "--help"
      ],
      "description": "Display help text"
    },
    {
      "names": [
        "-V",
        "--version"
      ],
      "description": "Display version information"
    }
  ],
  "args": [
    {
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}