Run command-line programs from Firefox, easily.
Iri al dosiero
Jaidyn Ann 7f07d30f56 Embed port error-message into error-page
This should ease troubleshooting for users.
2024-03-04 21:56:08 -06:00
_locales Display an error-page when not fully installed 2024-03-04 12:58:05 -06:00
html Embed port error-message into error-page 2024-03-04 21:56:08 -06:00
img Use terminal icon for address-bar button 2024-03-04 14:35:46 -06:00
LICENSE Init 2024-02-27 23:53:53 -06:00
Makefile Add README file 2024-03-03 11:50:07 -06:00
README.md Add README file 2024-03-03 11:50:07 -06:00
background.js Embed port error-message into error-page 2024-03-04 21:56:08 -06:00
manifest.json Use terminal icon for address-bar button 2024-03-04 14:35:46 -06:00
shellfox.sh Run commands in the background; fix quotation bug 2024-02-28 21:57:28 -06:00
shellfox.sh.json.in Create Makefile for installation of helper-script 2024-03-03 11:01:06 -06:00

Shellfox

Shellfox is a simple add-on for Firefox that allows you to run shell commands at the click of a button.

Installation

Shellfox uses a native program in order to run commands; installing only the add-on isnt enough. Currently, the native program has only been tested on GNU/Linux, though it is likely to work on BSDs, and potentially macOS.

First, download the repository: shellfox.zip

Then, in the repositorys directory, open a terminal and run:

$ sudo make native-install

After that, you can install the add-on; then, voilà!

This add-on was inspired by Textern, which allows you to edit text-boxes with an external editor like Emacs. Its very useful, I highly recommend it!

Source code

https://hak.xwx.moe/jadedctrl/shellfox
Author is Jaidyn Ann, jadedctrl@posteo.at
License is the GNU GPLv3.