Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ Run `source ~/.zshrc` or restart terminal.

## Usage ⚡

### Project structure

The executable `gitHappens.py` is a small compatibility wrapper around the
`githappens` package:

- `githappens/main.py` handles CLI argument parsing and command routing.
- `githappens/config.py` loads `configs/config.ini`.
- `githappens/templates.py` loads issue templates and reviewer settings.
- `githappens/gitlab_api.py` contains GitLab API and `glab` interactions.
- `githappens/git_utils.py` contains local Git helpers.
- `githappens/interactive.py` contains terminal prompts.
- `githappens/commands/` contains command-specific workflows.

### Project selection

- Project selection is made automatically if you run script in same path as your project is located.
Expand Down Expand Up @@ -225,4 +238,3 @@ I suggest checking Gitlab's official API documentation: https://docs.gitlab.com/
## Donating 💜

Make sure to check this project on [OpenPledge](https://app.openpledge.io/repositories/zigcBenx/gitHappens).

Loading