Run command-line programs from Firefox, easily.
Iri al dosiero
Jaidyn Ann 74735233b0 Add TabFS recommendation to README
Also folds lines to ~80 chars (excepting links).
2024-05-06 09:50:07 -05:00
_locales Also substitute referrer-URL into commands 2024-03-12 17:55:16 -05:00
html Also substitute referrer-URL into commands 2024-03-12 17:55:16 -05:00
img Add new screenshots 2024-03-09 13:43:09 -06:00
LICENSE Init 2024-02-27 23:53:53 -06:00
Makefile Use SVG icon for the error-page 2024-03-09 13:42:35 -06:00
README.md Add TabFS recommendation to README 2024-05-06 09:50:07 -05:00
background.js Also substitute referrer-URL into commands 2024-03-12 17:55:16 -05:00
manifest.json Bump version 2024-04-02 11:59:05 -05: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.

Screenshot of Shellfox.

Installation

Shellfox has two components: A Firefox extension, and a native script that the extension uses to run commands.

You can install the Firefox extension from Firefox Add-ons (AMO).

The native script has only been tested on GNU/Linux, though it is likely to work on BSDs, and potentially macOS. It can be installed like so:

  1. Download the repository: master.zip
  2. Extract the ZIP-archive; this will make a folder called shellfox/.
  3. Open a terminal within that shellfox/ folder.
  4. Run the command: $ sudo make native-install
  5. Make sure you have the Firefox extension installed.
  6. Profit! ^_^

From terminal

To install the native script solely from a terminal:

$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv
$ cd shellfox/
$ sudo make native-install

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!

If you like mixing web-browsing with shell, then youll probably also like TabFS, a FUSE filesystem that exposes your browser tabs as files.

Source code

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