Add --children command line flag - #5
Conversation
|
Thanks for the Pull Request. My apologies for taking so long to respond. How does the |
|
Hi Mark! Thanks for looking at my (probably ill-advised) PR, and apologies for taking your time. What I was/am looking for was a simple "what could I type next" functionality, like an autocomplete, but from the perspective of the URIs this tool gives as the interface. The I did try it, and all the things I tried from the Instead of just asking for the feature, I thought I'd try to build one with a bit of help from my friendly LLM, and it appeared to do what I wanted, and now all the things I tried did something useful! Looking at your example, I gues it turns out it just reordered the output from sdef so the I still think that it would be helpful for this feature to be framed in terms of the URI and not in terms of the AppleScript dictionary, even if that is ultimately where the information comes from. Thanks again! |
Add a --children command line flag that lists the possible further path components for a given incomplete path. Useful for exploring based on the paths.
This is a first cut at that functionality.