This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
lunk/README.md

42 lines
1.3 KiB
Markdown

### ARCHIVAL NOTE
This project has been archived. It is unfinished.
I used it as an opportunity to learn about daemons and socket communication.
While I do believe that there is a real use case for this project,
I do not intend to finish it.
Feel free to pick up the code if you'd like.
# Lunk
Chrome extension that can open specified links with terminal commands
<div align="center">
<table>
<tr>
<td><img src=".github/graphics/angry_lunk.png" alt="Image of Lunk without lunk"/></td>
<td><img src=".github/graphics/happy_lunk.png" alt="Image of Lunk while using lunk"/></td>
</tr>
<tr>
<td><p align="center">Image of Lunk without lunk</p></td>
<td><p align="center">Image of Lunk while using lunk</p></td>
</tr>
</table>
</div>
<div align="right">Source: <a href="https://cyanide-and-happiness-show.fandom.com/wiki/Lunk">Cyanide and Happiness</a></div>
## Details
The extension consists of two parts.
There's the Chrome extension, that can be installed through the chrome web store (work in progress), or locally by installing the extension manually.
Then there's the daemon running in the background. The reason this is not integrated into the chrome extension itself (which would be much more convenient) is missing security permissions.
## Supported websites
### Youtube
(work in progress)