nikivi Posted September 11, 2020 Posted September 11, 2020 Either as one of the options here Or in UI deanishe 1
nikivi Posted September 11, 2020 Author Posted September 11, 2020 (edited) Trying to open it with Alfred itself and then trying to remember to find the unique identifier to know which directory it is. Edited September 11, 2020 by nikivi
nikivi Posted September 11, 2020 Author Posted September 11, 2020 (edited) Trying to take screenshots I also came across some weird UI things due to Big Sur. Edited September 11, 2020 by nikivi
nikivi Posted September 11, 2020 Author Posted September 11, 2020 (edited) I can avoid needing this feature if there was a way to know which Alfred workflow am I currently looking at in Alfred Preferences. So if I have this open: I can run some applescript and it will return me its bundle id (nikivi.mind in above case). And then I can with Keyboard Maestro macro open instantly its debugger log in my preferred editor or Console which would be amazing. 😻 Edited September 11, 2020 by nikivi
nikivi Posted September 11, 2020 Author Posted September 11, 2020 tl;dr A menu bar action `Copy bundle id` would be great to have.
deanishe Posted September 11, 2020 Posted September 11, 2020 Would be handy for development/debugging: the cache and data directories are fairly well hidden. 46 minutes ago, nikivi said: Trying to take screenshots I also came across some weird UI things due to Big Sur. Could you post this in the Big Sur Bugs forum (if it's not a dupe)? It doesn't really belong in the middle of an unrelated feature request thread.
Andrew Posted September 12, 2020 Posted September 12, 2020 12 hours ago, nikivi said: Trying to take screenshots I also came across some weird UI things due to Big Sur. I've already reported this to Apple with a super simple non-Alfred based reproducible Xcode project. It's a Big Sur Beta 6 specific issue.
vitor Posted September 12, 2020 Posted September 12, 2020 18 hours ago, nikivi said: I can run some applescript and it will return me its bundle id (nikivi.mind in above case). That seems like the best solution. It both allows for more flexibility and doesn’t clutter the interface with something novices don’t need to worry about.
deanishe Posted September 13, 2020 Posted September 13, 2020 13 hours ago, vitor said: something novices don’t need to worry about. They do when you need a log file or some cached data to debug an issue they're having.
vitor Posted September 13, 2020 Posted September 13, 2020 13 hours ago, deanishe said: They do when you need a log file or some cached data to debug an issue they're having. True, but that’s a rarer occurrence and it could be solved just by telling them to open /path/to/cache/dir or cp /path/to/log/file "${HOME}/Desktop" and get the log file. Having to choose one the AppleScript solution seems more useful, is my point. It’s also more future proof and versatile in that it’s independent of the path themselves. An ideal AppleScript solution might even lead to queries like “give me all the default environment variables”.
deanishe Posted September 14, 2020 Posted September 14, 2020 On 9/13/2020 at 8:56 PM, vitor said: True, but that’s a rarer occurrence It's a super-common occurrence with my workflows because they all have log files. On 9/13/2020 at 8:56 PM, vitor said: just by telling them to open /path/to/cache/dir or cp /path/to/log/file "${HOME}/Desktop" and get the log file. Asking users to run shell commands is a fundamentally fraught proposition. Look at all the screw-ups in the DownVid thread. On 9/13/2020 at 8:56 PM, vitor said: Having to choose one the AppleScript solution seems more useful, is my point It still requires running a script. My preference would be for context-menu items ("Reveal Workflow Cache in Finder" + "Reveal Workflow Data in Finder") that are greyed out if the directories don't exist. vitor 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now