Skip to content

Sam13/RepoZ-RepositoryActions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💪 RepoZ Community Repository Actions

This repository contains repository actions for the context menu in RepoZ.

RepoZ

Where's the community?

We collected a bunch of repository actions for you to use. Just select the platform you want to use it for:

Please consider to share your custom repository actions by creating a pull-request ♥

What is this about?

RepoZ automatically deploys a configuration file RepositoryActions.json in its configuration folder:

  • Windows: C:\Users\YOURUSERNAME\AppData\Roaming\RepoZ
  • macOS: /Users/YOURUSERNAME/.config/RepoZ

There, you can customize the repository actions you want to use in RepoZ. Each repository action is defined in an own json block which can look like this:

{
    "name": "Open in GitHub Desktop",
    "command": 'github',
    "arguments": '"{Repository.SafePath}"',  
    "keys": "Ctrl+Shift+D",
    "active": "true"
}

Check the json files linked above for more information on how to define custom repository actions.

With this, you can make RepoZ even more helpful to you and the community.

image

About

💪 Community powered repository actions for RepoZ, the git repository hub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors