- GitUp
- Open a Nova workspace's repository in GitUp.app
- 4 Installs
-
This extension is allowed to:
- Read Files
- Launch Subprocesses
Readme
GitUp Extension provides a command to open the current workspace's git repository in GitUp.
Requirements
GitUp Extensions relies on GitUp and its Command Line Utilities being installed. Follow these steps:
- Open GitUp.app
- Navigate to GitUp → 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 GitUp or open the command pallet and type Open in GitUp. If you don't have GitUp's Command Line Utilities installed, you will be prompted to do so.
Entitlements
GitUp Extension uses:
process
is used to locate and run thegitup
binary which lets it open repositoriesfilesystem/readonly
is used to check your current workspace is a git repository and validate customgitup
paths if you set one in configuration.
Configuration
You can specify a custom path for the gitup
binary if you like.
To do this, open up Extensions → Extension Library... then select GitUp's Preferences tab
and enter your custom path.
GitUp Extension will check the binary is executable for running it.
Changelog
Version 1.0
Adapted from nova-gitfox