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

allow cproject to relate to sub/super directories #5

Open
petermr opened this issue Jan 16, 2019 · 2 comments
Open

allow cproject to relate to sub/super directories #5

petermr opened this issue Jan 16, 2019 · 2 comments

Comments

@petermr
Copy link
Owner

petermr commented Jan 16, 2019

At present

ami-foo -p bar

only works if the caller's cwd is the parent directory of bar.
Explore whether it can be issued from:

  • inside the bar tree
@petermr
Copy link
Owner Author

petermr commented Jan 18, 2019

I believe this works. Assume a structure:

mystuff/
  cproject1/
    ctree1/
    ctree2/

then

cd mystuff
ls cproject1 // should show cproject1
ami-pdf -p cproject1  // should run
cd cproject1
ami-image -p .  // should run
ami-pixel -t ctree1 // should run
cd ctree2
ami-ocr -t . // should run ctree2

@petermr
Copy link
Owner Author

petermr commented Jan 18, 2019

I will close if others can verify this.

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

1 participant