nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "bcd",
  "description": "Bookmark directories and move to them",
  "options": [
    {
      "names": [
        "-s",
        "--store"
      ],
      "description": "Store the current directory as a bookmark",
      "takes_arg": true,
      "arg": {
        "name": "store"
      }
    },
    {
      "names": [
        "-r",
        "--remove"
      ],
      "description": "Remove a specified bookmark",
      "takes_arg": true,
      "arg": {
        "name": "remove"
      }
    },
    {
      "names": [
        "-i",
        "--install"
      ],
      "description": "Setup the shell init script"
    },
    {
      "names": [
        "-l",
        "--list"
      ],
      "description": "List the stored bookmarks"
    },
    {
      "names": [
        "-V",
        "--version"
      ],
      "description": "Print version information"
    },
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Print help information"
    }
  ],
  "args": [
    {
      "name": "bookmark"
    }
  ]
}