An open API service indexing awesome lists of open source software.

https://github.com/vvvar/leobar

Cross-platform menu bar desktop client for LEO.org online dictionaries.
https://github.com/vvvar/leobar

electron electron-forge language-dictionary linux linux-app macos macos-app menubar windows windows-app

Last synced: 11 months ago
JSON representation

Cross-platform menu bar desktop client for LEO.org online dictionaries.

Awesome Lists containing this project

README

          


Leo.org Desktop


Desktop client for Leo.org multilingual online dictionary, integrated into your menu bar.



Download
Open Issue

![screenshot](assets/screenshot.png)

## Motivation

I'm learning German at the moment and Leo.org is my primary disctionary. I found it useful to have it accessible from menu bar so i could quickly open/close it without switching tabs in a browser. Did it for myself initially and then thought that it could be usefult to share it.

## Supported Platforms

- macOS
- Both Intel and Apple Silicon are supported.
- Tested with macOS 12 Monterey and macOS 13 Ventura.
- Windows
- Tested with Windows 10
- Windows 11 support is not yet confirmed.
- Linux
- Tested with Ubuntu 22.04 LTS.

## How to Install

1. Go to latest release page.
2. In the Assets section choose installer for your platform.

#### macOS

Install app via **.dmg** file.
For macs that are using **Apple Silicon** processor - choose one that ends with **arm64.dmg**.
For macs that are using **Intel** processor - choose one that ends with **x64.dmg**

> **Note**
> App do not adds itself as a login item. If you want it to launch automatically on boot - follow [this guide](https://support.apple.com/en-gb/guide/mac-help/mh15189/mac).

#### Windows

Install app via **.exe** file.
Just run it and wait untill installation completed. Once installed you'll find the app in your tray.

> **Note**
> App do not adds itself as a startup app. If you want it to launch automatically on boot - follow [this guide](https://support.microsoft.com/en-gb/windows/change-which-apps-run-automatically-at-startup-in-windows-9115d841-735e-488d-e749-9ba301d441e6#ID0EBD=Windows_10).

#### Linux

App provided as a **.deb** package.
To install, use following command as a reference:
```sh
sudo apt install /path/to/package/name.deb
```

## License

This app is licensed under the GNU General Public License v3.0 (GPL-3).

## Credits

- [Leo.org](https://www.leo.org/) - a multilingual online dictionary provided by Leo GmbH.
- [ElectronJS](https://www.electronjs.org) - framework for building cross-platform desktop apps with JavaScript, HTML, and CSS.
- [Electron Forge](https://www.electronforge.io) - all-in-one tool for packaging and distributing Electron applications.
- [ChatGPT for desktop](https://github.com/vincelwt/chatgpt-mac) - menu-bar client for ChatGPT. Took it as a reference of menu bar app.