{"id":21224063,"url":"https://github.com/kodie/bitbar-cli","last_synced_at":"2025-07-21T07:32:20.991Z","repository":{"id":57151550,"uuid":"82586354","full_name":"kodie/bitbar-cli","owner":"kodie","description":"A command line tool for managing your BitBar plugins.","archived":false,"fork":false,"pushed_at":"2017-02-20T17:57:15.000Z","size":4,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T19:55:10.043Z","etag":null,"topics":["bitbar","cli","command-line","command-line-tool","javascript","macos","nodejs","plugins"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-20T17:54:32.000Z","updated_at":"2022-01-26T02:01:46.000Z","dependencies_parsed_at":"2022-09-06T16:41:16.112Z","dependency_job_id":null,"html_url":"https://github.com/kodie/bitbar-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodie/bitbar-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodie","download_url":"https://codeload.github.com/kodie/bitbar-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266261147,"owners_count":23901285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbar","cli","command-line","command-line-tool","javascript","macos","nodejs","plugins"],"created_at":"2024-11-20T22:54:54.014Z","updated_at":"2025-07-21T07:32:20.973Z","avatar_url":"https://github.com/kodie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitbar-cli [![npm version](https://badge.fury.io/js/bitbar-cli.svg)](https://badge.fury.io/js/bitbar-cli)\nA command line tool for managing your [BitBar](https://github.com/matryer/bitbar) plugins.\n\n## Installation\n```\n$ npm i -g bitbar-cli\n```\n\n## Help\n```\n$ bitbar --help\n\nUsage: bitbar [options] [command]\n\n\nCommands:\n\n  install|i \u003cplugin\u003e    Install plugins\n  uninstall|u \u003cplugin\u003e  Uninstall plugins\n  list|l                List all currently installed plugins\n  meta|m \u003cplugin\u003e       Display plugin meta info\n  refresh|r [plugin]    Refresh a plugin\n  search|s [plugin]     Search the online database for a plugin\n\nOptions:\n\n  -h, --help     output usage information\n  -V, --version  output the version number\n```\n\n## Plugin Dependencies\nWhen using the `install` command, the CLI tool will search the plugin's `bitbar.dependencies` and `bitbar.dependencies.npm` meta fields for dependencies that start with `npm/` or `npm-g/` and install them via npm.\n\nFor example, a plugin containing the follow meta field:\n```\n\u003cbitbar.dependencies\u003enode, npm, npm-g/jq, npm/https://github.com/y-a-v-a/easy-gd.git, npm/fs, npm/home-config, npm/node-time-ago, npm/request, npm/sync-request\u003c/bitbar.dependencies\u003e\n```\n\nResults in the CLI tool running this command during installation:\n```\n$ cd '${pluginsPath}' \u0026\u0026 npm install https://github.com/y-a-v-a/easy-gd.git fs home-config node-time-ago request sync-request \u0026\u0026 npm install -g jq\n```\n\nAs you can see, any dependencies that start with `npm/` will be installed to the BitBar plugins directory, and dependencies that start with `npm-g/` will be installed on the system globally.\n\n## License\nMIT. See the License file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fbitbar-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodie%2Fbitbar-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fbitbar-cli/lists"}