Skip to content

Support yadm #5

@openjck

Description

@openjck

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions