Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followtheprocess/git-rekt
A profoundly unhelpful git extension
https://github.com/followtheprocess/git-rekt
Last synced: about 1 month ago
JSON representation
A profoundly unhelpful git extension
- Host: GitHub
- URL: https://github.com/followtheprocess/git-rekt
- Owner: FollowTheProcess
- License: mit
- Created: 2024-07-03T20:00:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T12:45:11.000Z (2 months ago)
- Last Synced: 2024-09-10T14:19:26.821Z (2 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Rekt
[![License](https://img.shields.io/github/license/FollowTheProcess/git-rekt)](https://github.com/FollowTheProcess/git-rekt)
[![Go Report Card](https://goreportcard.com/badge/github.com/FollowTheProcess/git-rekt)](https://goreportcard.com/report/github.com/FollowTheProcess/git-rekt)
[![GitHub](https://img.shields.io/github/v/release/FollowTheProcess/git-rekt?logo=github&sort=semver)](https://github.com/FollowTheProcess/git-rekt)
[![CI](https://github.com/FollowTheProcess/git-rekt/workflows/CI/badge.svg)](https://github.com/FollowTheProcess/git-rekt/actions?query=workflow%3ACI)> [!WARNING]
> **Git Rekt is in early development and is not yet ready for use... or is it 👀**## Project Description
An profoundly unhelpful git extension, try it and see!
## Installation
Compiled binaries for all supported platforms can be found in the [GitHub release]. There is also a [homebrew] tap:
```shell
brew install FollowTheProcess/tap/git-rekt
```## Quickstart
Git will treat any binary on `$PATH` that starts with `git-` as a subcommand/extension, so `git-rekt` once installed can be run as `git rekt`
```shell
# Do something 👀
git rekt# Do that... but even harder
git rekt --hard
```### Credits
This package was created with [copier] and the [FollowTheProcess/go_copier] project template.
[copier]: https://copier.readthedocs.io/en/stable/
[FollowTheProcess/go_copier]: https://github.com/FollowTheProcess/go_copier
[GitHub release]: https://github.com/FollowTheProcess/git-rekt/releases
[homebrew]: https://brew.sh