Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awaescher/repoz-repositoryactions
💪 Community powered repository actions for RepoZ, the git repository hub.
https://github.com/awaescher/repoz-repositoryactions
community git posh-git repositories repository status
Last synced: 15 days ago
JSON representation
💪 Community powered repository actions for RepoZ, the git repository hub.
- Host: GitHub
- URL: https://github.com/awaescher/repoz-repositoryactions
- Owner: awaescher
- License: mit
- Created: 2021-02-18T22:17:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T14:45:34.000Z (about 3 years ago)
- Last Synced: 2024-10-04T18:53:02.041Z (about 1 month ago)
- Topics: community, git, posh-git, repositories, repository, status
- Homepage:
- Size: 571 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💪 RepoZ Community Repository Actions
This repository contains repository actions for the context menu in [RepoZ](https://github.com/awaescher/RepoZ).
![RepoZ](RepoZ.png)
## 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:
- [Windows](Windows/RepositoryActions.json)
- [macOS](macOS/RepositoryActions.json)### 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](https://user-images.githubusercontent.com/3630638/109568643-7f7f1100-7ae7-11eb-85e5-e99e5d490248.png)