https://github.com/ziflex/bumblebee-cli
CLI tool that helps to manage Bumblebee applications
https://github.com/ziflex/bumblebee-cli
Last synced: 3 months ago
JSON representation
CLI tool that helps to manage Bumblebee applications
- Host: GitHub
- URL: https://github.com/ziflex/bumblebee-cli
- Owner: ziflex
- License: mit
- Created: 2016-08-23T14:26:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T21:43:53.000Z (about 8 years ago)
- Last Synced: 2025-01-23T04:14:44.201Z (4 months ago)
- Language: Go
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bumblebee-cli
> Bumblebee app registryCLI tool that helps to manage Bumblebee applications
## Installation
```sh
git clone https://github.com/ziflex/bumblebee-cli
cd ./bumblebee-cli
make install
```## Usage
### Add app
Register application and add prefix to dedicated ``.desktop`` file
```sh
bumblebee-cli add atom
````It is possible to pass as many application names as needed
```sh
bumblebee-cli add atom gogland telegram slack
````### Remove app
Unregister application and remove prefix from dedicated ``.desktop``
```sh
bumblebee-cli remove atom
````It is possible to pass as many application names as needed
```sh
bumblebee-cli remove atom gogland telegram slack
````### Show registered apps
Check what apps are registered and whether they are synced with their dedicated ``.desktop`` files
```sh
bumblebee-cli ls
```See all apps in system and whether they are registered
```sh
bumblebee-cli ls -a
```### Syncing
Update files of registered apps
```sh
bumblebee-cli sync
```### Settings
Use another prefix
```sh
bumblebee-cli setting set prefix optirun
```