Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dyuri/xontrib-gitinfo

Displays information on entering a git repository.
https://github.com/dyuri/xontrib-gitinfo

git onefetch xonsh xontrib

Last synced: 27 days ago
JSON representation

Displays information on entering a git repository.

Awesome Lists containing this project

README

        

# xontrib-gitinfo

Displays git information on entering a repository folder.
Uses [onefetch](https://github.com/o2sh/onefetch) if available.

![xontrib-gitinfo in aciton](xontrib-gitinfo.png)

## Requirements

- Python 3.7+ (might work with older version as well)
- [xonsh](https://xon.sh/)
- [optional] [onefetch](https://github.com/o2sh/onefetch)

## Install

```
$ pip install xontrib-gitinfo
$ xontrib load gitinfo
```

## Logo

If an image called `logo.png` exists in the repository root then it is used by `onefetch`.