https://github.com/plibither8/ulauncher-zoom
📹 Join a Zoom meeting quickly from Ulauncher
https://github.com/plibither8/ulauncher-zoom
ulauncher ulauncher-extension zoom
Last synced: 13 days ago
JSON representation
📹 Join a Zoom meeting quickly from Ulauncher
- Host: GitHub
- URL: https://github.com/plibither8/ulauncher-zoom
- Owner: plibither8
- License: mit
- Created: 2021-06-25T07:17:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T07:50:39.000Z (about 3 years ago)
- Last Synced: 2024-05-02T02:43:41.978Z (12 months ago)
- Topics: ulauncher, ulauncher-extension, zoom
- Language: Python
- Homepage: https://ext.ulauncher.io/-/github-plibither8-ulauncher-zoom
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ulauncher-zoom
> 📹 Join a Zoom meeting quickly.
Quickly connect to a Zoom meeting using the meeting ID, and `xdg-open`.
## Install
### Requirements
- [Ulauncher 5](https://ulauncher.io/)
- Python >= 3### Steps
1. Ulauncher > Preferences > Extensions > Add extension
2. Paste the following URL:
```
https://github.com/plibither8/ulauncher-zoom
```3. Navigate to the `meetings.json` file and populate the JSON list with the meeting name, ID and password. Example:
```json
[
{
"name": "Personal Meeting",
"id": "1234567890",
"pwd": "ABC123"
},
{
"name": "Engineering all-hands",
"id": "3141592651",
"pwd": "DEF456"
}
]
```You will find the `meetings.json` file where the Ulauncher extension has been downloaded. In most cases, look for it in: `~/.local/share/ulauncher/extensions/com.github.plibither8.ulauncher-zoom`.
## Usage
Default keyword to trigger this extension is **`zm`**. This can be changed in the preferences.
## License
[MIT](LICENSE)