Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/urlview-weechat
A weechat plugin for piping buffers through urlview
https://github.com/keith/urlview-weechat
Last synced: 3 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T14:11:38.000Z (over 4 years ago)
- Last Synced: 2024-10-12T06:08:16.982Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- 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)