2024-03-04 22:34:55 -06:00
# ![](img/shellfox-38.png) Shellfox
2024-03-03 11:30:59 -06:00
[Shellfox ](https://hak.xwx.moe/jadedctrl/shellfox ) is a simple add-on for [Firefox ](https://firefox.com ) that allows you to run shell commands at the click of a button.
2024-03-04 22:34:55 -06:00
< img alt = "Screenshot of Shellfox." width = 555px src = "img/screenshot-youtube.png" >
2024-03-03 11:30:59 -06:00
## Installation
2024-03-04 22:34:55 -06:00
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) ](https://addons.mozilla.org/en-US/firefox/addon/shellfox ).
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:
2024-03-03 11:30:59 -06:00
First, download the repository: [shellfox.zip ](https://hak.xwx.moe/jadedctrl/shellfox/archive/master.zip )
2024-03-04 22:34:55 -06:00
Then, extract the repository’ s ZIP file. Enter the unpacked `shellfox/` folder and, from a terminal, run:
2024-03-03 11:30:59 -06:00
```
$ sudo make native-install
```
2024-03-04 22:34:55 -06:00
After that, make sure you have [the extension ](https://addons.mozilla.org/en-US/firefox/addon/shellfox ) installed; then, voilà!
### From terminal
To install solely using your terminal:
```
$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv
$ cd shellfox/
$ sudo make native-install
```
2024-03-03 11:30:59 -06:00
## Related projects
This add-on was inspired by [Textern ](https://github.com/jlebon/textern/ ), which allows you to edit text-boxes with an external editor like [Emacs ](https://gnu.org/software/emacs ). It’ s very useful, I highly recommend it!
2024-03-04 22:34:55 -06:00
2024-03-03 11:30:59 -06:00
## Source code
https://hak.xwx.moe/jadedctrl/shellfox
Author is Jaidyn Ann, < jadedctrl @ posteo . at >
License is the [GNU GPLv3 ](LICENSE ).