https://github.com/keith/urlview-weechat
A weechat plugin for piping buffers through urlview
https://github.com/keith/urlview-weechat
Last synced: 9 months ago
JSON representation
A weechat plugin for piping buffers through urlview
- Host: GitHub
- URL: https://github.com/keith/urlview-weechat
- Owner: keith
- License: mit
- Created: 2015-10-05T04:35:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T14:11:38.000Z (over 6 years ago)
- Last Synced: 2025-04-01T15:41:24.275Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urlview-weechat
This is a simple [weechat](https://weechat.org/) plugin that allows you
to pipe buffers through [urlview](https://github.com/sigpipe/urlview).
This gives you an interactive list of URLs to open, which is especially
helpful if there are multiple URLs in the buffer making
[urlgrab](https://weechat.org/scripts/source/urlgrab.py.html/) hard to
use.
## Installation
Copy the script to `~/.weechat/python/autoload`
```sh
mkdir -p ~/.weechat/python/autoload
wget https://raw.githubusercontent.com/keith/urlview-weechat/master/urlview.py ~/.weechat/python/autoload
```
This is a python rewrite of [this ruby
plugin](https://weechat.org/files/scripts/unofficial/urlview.rb)