Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/looztra/asdf-gitui
asdf plugin for gitui (https://github.com/extrawurst/gitui)
https://github.com/looztra/asdf-gitui
asdf-plugin
Last synced: 2 months ago
JSON representation
asdf plugin for gitui (https://github.com/extrawurst/gitui)
- Host: GitHub
- URL: https://github.com/looztra/asdf-gitui
- Owner: looztra
- License: apache-2.0
- Created: 2020-06-12T12:47:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:19:19.000Z (2 months ago)
- Last Synced: 2024-10-21T18:07:30.292Z (2 months ago)
- Topics: asdf-plugin
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-gitui
[![Build](https://github.com/looztra/asdf-gitui/actions/workflows/code_checks.yml/badge.svg)](https://github.com/looztra/asdf-gitui/actions/workflows/code_checks.yml)
[![Build](https://github.com/looztra/asdf-gitui/actions/workflows/workflows_checks.yml/badge.svg)](https://github.com/looztra/asdf-gitui/actions/workflows/workflows_checks.yml)
[![GitHub license](https://img.shields.io/github/license/looztra/asdf-gitui?style=plastic)](https://github.com/looztra/asdf-gitui/blob/master/LICENSE)[gitui](https://github.com/extrawurst/gitui) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [Contents](#contents)
- [Build History](#build-history)
- [Dependencies](#dependencies)
- [Install](#install)
- [add the plugin](#add-the-plugin)
- [install gitui](#install-gitui)
- [Contributing](#contributing)
- [License](#license)## Build History
[![Build history](https://buildstats.info/github/chart/looztra/asdf-gitui?branch=main)](https://github.com/looztra/asdf-gitui/actions)
## Dependencies
- `bash`, `curl`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
## Install
### add the plugin
```shell
asdf plugin add gitui
```Or:
```shell
asdf plugin add copier https://github.com/looztra/asdf-copier.git
```### install gitui
```shell
# Show all installable versions
asdf list all gitui# Install latest version
asdf install gitui latest# Set a version globally (on your ~/.tool-versions file)
asdf global gitui latest# Now copier commands are available
gitui --help
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.## Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/looztra/asdf-gitui/graphs/contributors)!
## License
See [LICENSE](LICENSE) © [Christophe Furmaniak](https://github.com/looztra/)