Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/asdf-hledger
https://github.com/airtonix/asdf-hledger
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/airtonix/asdf-hledger
- Owner: airtonix
- License: mit
- Created: 2023-11-08T21:42:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T14:12:18.000Z (about 1 year ago)
- Last Synced: 2024-05-21T03:17:24.319Z (8 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-hledger [![Build](https://github.com/airtonix/asdf-hledger/actions/workflows/build.yml/badge.svg)](https://github.com/airtonix/asdf-hledger/actions/workflows/build.yml) [![Lint](https://github.com/airtonix/asdf-hledger/actions/workflows/lint.yml/badge.svg)](https://github.com/airtonix/asdf-hledger/actions/workflows/lint.yml)
[hledger](https://hledger.org/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-hledger ](#asdf-hledger--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `unzip`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add hledger
# or
asdf plugin add hledger https://github.com/airtonix/asdf-hledger.git
```hledger:
```shell
# Show all installable versions
asdf list-all hledger# Install specific version
asdf install hledger latest# Set a version globally (on your ~/.tool-versions file)
asdf global hledger latest# Now hledger commands are available
ledger --version
```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/airtonix/asdf-hledger/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Zeno Jiricek](https://github.com/airtonix/)