Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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