asdf plugin for hledger-flow #118
airtonix
started this conversation in
Show and tell
Replies: 1 comment
-
This is great, thanks for adding it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you're going to version control your plain text accounting projects, then you should also describe the version of the tools your projects use.
enter asdf and the thing I made: https://github.com/airtonix/asdf-hledger-flow.
I've made some plugins for asdf that download,install and manage the versions of hledger-flow your project describes.
First install asdf
then:
if you have other projects that rely on different versions of hledger-flow, do the same in those directories and when switching between directories a userland shim of
~/.asdf/shims/hledger-flow
automatically redirects execution flow to the right version of the binary based on the nearest found.tool-versions
file.Beta Was this translation helpful? Give feedback.
All reactions