Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidantwoods/gitterm
https://github.com/aidantwoods/gitterm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidantwoods/gitterm
- Owner: aidantwoods
- License: mit
- Created: 2017-06-10T18:06:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T22:55:15.000Z (over 2 years ago)
- Last Synced: 2024-05-21T03:10:18.453Z (6 months ago)
- Language: Rust
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) }
```