https://github.com/runfalk/weedesktop
Desktop integration for Weechat (WIP)
https://github.com/runfalk/weedesktop
Last synced: about 2 months ago
JSON representation
Desktop integration for Weechat (WIP)
- Host: GitHub
- URL: https://github.com/runfalk/weedesktop
- Owner: runfalk
- License: mit
- Created: 2018-10-17T17:47:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T21:02:42.000Z (over 7 years ago)
- Last Synced: 2025-03-12T13:41:26.380Z (about 1 year ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weedesktop
==========
Desktop integration for Weechat. It currently handles:
* Auto-away when screen is locked (Gnome shell only)
Planned features:
* macOS support
* Notification integration
* Opening URLs, `/openurl` will open the latest URL in your prefered browser
Installation
------------
You can probably install it using:
```bash
cargo install --git https://github.com/runfalk/weedesktop.git
```
Note that you need `weechat-plugin.h` and clang installed. On most package
managers you can install `weechat-dev` or `weechat-devel` for the development
headers.