Replies: 4 comments 1 reply
-
I don't hate this idea. Do you have a suggested syntax you would use?
And are hooked files opened in their default application, or is this
applied to a specific app? Does the original file always open, or only
the files hooked to it? Should you have to specify the file once to open
it, and then again for all hooked files? Open to suggestions.
```
Default
- (hooked:~/Documents/myfile.txt)
```
…On 6 Jul 2022, at 15:36, Carlos Moffat wrote:
Hi,
I'm not sure how many Hook users use Bunch, but one feature that would
be great to have in Bunch is the ability to open a file **and all
hooked files to that file**. This would allow to set up a Bunch with a
file of interest and then dynamically set (without having to edit the
bunch every time) which files to open. I probably can do this with the
scripting support in Bunch, but then one would lose the ability to
close the files opened by a Bunch, I think...
All the best.
--
Reply to this email directly or view it on GitHub:
#224
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@ttscoff I take this as a huge compliment :) For my use case, it seems like opening the file and hooked files at once is the simpler way to go. I like the (hooked:FILENAME) structure. Now, would this mean that the hooked files are closed when the bunch is closed? I sure hope so! Thanks, Brett. |
Beta Was this translation helpful? Give feedback.
-
Oh, no, Bunch has no ability to close individual files, only apps. You
can execute a ⌘W, but which file closes is entirely a matter of what
window is in the foreground. There's no way to track individual files
after they've opened, at least not a way that works across all apps.
…-Brett
On 8 Jul 2022, at 10:26, Carlos Moffat wrote:
@ttscoff I take this as a huge complement :)
For my use case, it seems like opening the file and hooked files at
once is the simpler way to go. I like the (hooked:FILENAME) structure.
Now, would this mean that the hooked files are closed when the bunch
is closed? I sure hope so!
Thanks, Brett.
--
Reply to this email directly or view it on GitHub:
#224 (comment)
You are receiving this because you were mentioned.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I realized I didn't answer this:
I'm not sure what you mean with the second option. I would think only the first is possible? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm not sure how many Hook users use Bunch, but one feature that would be great to have in Bunch is the ability to open a file and all hooked files to that file. This would allow to set up a Bunch with a file of interest and then dynamically set (without having to edit the bunch every time) which files to open. I probably can do this with the scripting support in Bunch, but then one would lose the ability to close the files opened by a Bunch, I think...
All the best.
Beta Was this translation helpful? Give feedback.
All reactions