Extension Details

- Gitfox
- by Rob Anderson
- 2 Recent Installs | 224 Total Installs
- Open a Nova workspace's repository in Gitfox.app
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
Readme
Gitfox Extension provides a command to open the current workspace's git repository in Gitfox.
Requirements
Gitfox Extensions relies on GitFox and its Command Line Utilities being installed.
Follow these steps:
- Open Gitfox.app
- Navigate to Gitfox → Preferences via the menu bar
- Go to the Integration tab
- Under Command Line Utility click Install.
You may be prompted for your mac's login for permission to install the binary.
Usage
Select Extensions → Open in Gitfox or open the command pallet and type Open in Gitfox.
If you don't have Gitfox's Command Line Utilities installed, you will be prompted to do so.
Entitlements
Gitfox Extension uses:
processis used to locate and run thegitfoxbinary which lets it open repositoriesfilesystem/readonlyis used to check your current workspace is a git repository and validate customgitfoxpaths if you set one in configuration.
Configuration
You can specify a custom path for the gitfox binary if you like.
To do this, open up Extensions → Extension Library... then select Gitfox's Preferences tab
and enter your custom path.
Gitfox Extension will check the binary is executable for running it.
Release Notes
Version 1.0.2
Fix typo in "Open in Gitfox" command, thanks to @Gerzer.
Version 1.0.1
Fixed incorrect gitfox CLI use. I thought the CLI was called gf but it seems to be gitfox now.
Version 1.0
Everything is new!