- Gitfox
- Open a Nova workspace's repository in Gitfox.app
- 207 Installs
-
This extension is allowed to:
- Read Files
- Launch Subprocesses
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:
process
is used to locate and run thegitfox
binary which lets it open repositoriesfilesystem/readonly
is used to check your current workspace is a git repository and validate customgitfox
paths 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.
Changelog
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!