├── .github └── workflows │ └── release.yml ├── .pre-commit-config.yaml ├── LICENSE ├── README.md ├── gh-f └── gh-f-logo.png /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/README.md -------------------------------------------------------------------------------- /gh-f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/gh-f -------------------------------------------------------------------------------- /gh-f-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gennaro-tedesco/gh-f/HEAD/gh-f-logo.png --------------------------------------------------------------------------------