Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aidantwoods/gitterm


https://github.com/aidantwoods/gitterm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# GitTerm

![usage](https://github.com/aidantwoods/GitTerm/raw/main/static/usage.png)

## Installation

Run:

```bash
make install
```

Place the following in `.zshrc` to enable:

```
precmd() { eval $(git-term) }
```