nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "trap",
  "description": "Automatically execute commands after receiving signals by processes or the operating system",
  "options": [
    {
      "names": [
        "--print",
        "-p"
      ],
      "description": "Prints all defined signal handlers"
    },
    {
      "names": [
        "--help",
        "-h"
      ],
      "description": "Displays help about using this command"
    }
  ],
  "args": [
    {
      "name": "function name"
    },
    {
      "name": "reason"
    }
  ]
}