nighthawk 0.1.1

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "ncal",
  "description": "Displays a calendar and the date of Easter",
  "options": [
    {
      "names": [
        "-h"
      ],
      "description": "Turns off highlighting of today"
    },
    {
      "names": [
        "-J"
      ],
      "description": "Display Julian Calendar, if combined with the -e option, display date of Easter according to the Julian Calendar"
    },
    {
      "names": [
        "-e"
      ],
      "description": "Display date of Easter (for western churches)"
    },
    {
      "names": [
        "-j"
      ],
      "description": "Display Julian days (days one-based, numbered from January 1)"
    },
    {
      "names": [
        "-m"
      ],
      "description": "Display the specified month.  If month is specified as a decimal number, it may be followed by the letter ‘f’ or ‘p’ to indicate the following or preceding month of that number, respectively",
      "takes_arg": true,
      "arg": {
        "name": "month",
        "description": "Display the specified month.  If month is specified as a decimal number, it may be followed by the letter ‘f’ or ‘p’ to indicate the following or preceding month of that number, respectively",
        "suggestions": [
          "january",
          "february",
          "march",
          "april",
          "may",
          "june",
          "july",
          "august",
          "september",
          "october",
          "november",
          "december"
        ]
      }
    },
    {
      "names": [
        "-y"
      ],
      "description": "Display a calendar for the specified year",
      "takes_arg": true,
      "arg": {
        "name": "year"
      }
    },
    {
      "names": [
        "-o"
      ],
      "description": "Display date of Orthodox Easter (Greek and Russian Orthodox Churches)"
    },
    {
      "names": [
        "-p"
      ],
      "description": "Print the country codes and switching days from Julian to Gregorian Calendar as they are assumed by ncal.  The country code as determined from the local environment is marked with an asterisk"
    },
    {
      "names": [
        "-s"
      ],
      "description": "Assume the switch from Julian to Gregorian Calendar at the date associated with the country_code.  If not specified, ncal tries to guess the switch date from the local environment or falls back to Sep",
      "takes_arg": true,
      "arg": {
        "name": "country_code",
        "suggestions": [
          "AL",
          "AT",
          "AU",
          "BE",
          "BG",
          "CA",
          "CH",
          "CN",
          "CZ",
          "DE",
          "DK",
          "ES",
          "FI",
          "FR",
          "GB",
          "GR",
          "HU",
          "IS",
          "IT",
          "JP",
          "LI",
          "LN",
          "LU",
          "LV",
          "NL",
          "NO",
          "PL",
          "PT",
          "RO",
          "RU",
          "SI",
          "SW",
          "TR",
          "US",
          "YU"
        ]
      }
    },
    {
      "names": [
        "-w"
      ],
      "description": "Print the number of the week below each week column"
    },
    {
      "names": [
        "-3"
      ],
      "description": "Display the previous, current and next month surrounding today"
    },
    {
      "names": [
        "-A"
      ],
      "description": "Display the number of months after the current month",
      "takes_arg": true,
      "arg": {
        "name": "number",
        "description": "Number of months to display"
      }
    },
    {
      "names": [
        "-B"
      ],
      "description": "Display the number of months before the current month",
      "takes_arg": true,
      "arg": {
        "name": "number",
        "description": "Number of months to display"
      }
    },
    {
      "names": [
        "-C"
      ],
      "description": "Switch to cal mode"
    },
    {
      "names": [
        "-N"
      ],
      "description": "Switch to ncal mode"
    },
    {
      "names": [
        "-d"
      ],
      "description": "Use yyyy-mm as the current date (for debugging of date selection)",
      "takes_arg": true,
      "arg": {
        "name": "yyyy-mm",
        "description": "Date to use as the current date"
      }
    },
    {
      "names": [
        "-H"
      ],
      "description": "Use yyyy-mm-dd as the current date (for debugging of highlighting)",
      "takes_arg": true,
      "arg": {
        "name": "yyyy-mm-dd",
        "description": "Date to use as the current date"
      }
    }
  ]
}