-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to support yadm if it wouldn't be too difficult. yadm is a dotfile manager which is essentially just a wrapper around Git. It has an almost identical CLI, with commands like yadm add, yadm commit, etc. I use it to manage my dotfiles.
If I could somehow determine the caller in the Bash scripts (either git or yadm), I could write the scripts to use the specific caller dynamically. That is, instead of using git ls-files internally, I could use $CALLER ls-files internally. That said, I can't currently think of a way to determine the caller dynamically.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request