Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running in a subdirectory of the working tree #63

Open
mattmccutchen opened this issue May 27, 2017 · 1 comment
Open

Support running in a subdirectory of the working tree #63

mattmccutchen opened this issue May 27, 2017 · 1 comment

Comments

@mattmccutchen
Copy link
Collaborator

Braid was only designed to work when the current directory is the root of the working tree. Running Braid in a subdirectory currently doesn't work (Braid looks for .braids.json in the subdirectory), and #62 will change Braid to raise an error in this case.

This issue is to support running in a subdirectory properly by looking for .braids.json in the root of the working tree and interpreting mirror paths relative to the root. As discussed in #44, command-line arguments should typically be interpreted relative to the current directory so that the shell's default path completion behavior works.

@YOUR1
Copy link

YOUR1 commented Oct 26, 2023

Is this ever gonna be picked up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants