nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "paste",
  "description": "The paste utility concatenates the corresponding lines of the given input files, replacing all but the last file's newline characters with a single tab character, and writes the resulting lines to sta",
  "options": [
    {
      "names": [
        "-d"
      ],
      "description": "Use one or more of the provided characters to replace the newline characters instead of the default tab. The characters in list are used circularly, i.e., when list is exhausted the first character fr",
      "takes_arg": true,
      "arg": {
        "name": "list",
        "suggestions": [
          "\\t\\n",
          "\\t",
          "\\n",
          "\\\\",
          "\\0"
        ]
      }
    },
    {
      "names": [
        "-s"
      ],
      "description": "Concatenate all of the lines of each separate input file in command line order. The newline character of every line except the last line in each input file is replaced with the tab character, unless o"
    }
  ],
  "args": [
    {
      "name": "file",
      "template": "filepaths"
    }
  ]
}