Jump to content

Beery

Member
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Beery

  1. Is there a way to configure the workflow to always search in a different profile?
  2. Hi. How do I search for history in a separate chrome profile?
  3. Hi. How do I set a hotkey to use the layother option i.e. what is the "Text" that I need to put there?
  4. Hi. When using Groups in Chrome, the group is collapsed (but exists) in another Chrome window than the last one being in focus. Searching using the workflow and selecting a tab in this collapsed group doesn't bring the relevant Chrome window to focus. It does open the group and select the tab, but if this Chrome window is not visible, then it does not make it visible.
  5. Is there a way to always show the results of a fallback workflow? specifically I'd like to always see those coming from google drive https://github.com/alfredapp/google-drive-workflow/. I've tried "Intelligently show fallbacks at the end of results" but none appears.
  6. Is there a way to use Alfred (or an existing workflow) to get the path, or navigate in Finder, or open the File actions starting with the current file under focus. QuickSilver has "Current Document" object which does exactly that.
  7. Hi ... when using web search, is there a way to preview the final web search query before it is used?
  8. Is there an easy way to see all the filters (after typing "funnel")?
  9. Hi ... is there an existing workflow which can help in toggling Mac's camera on/off?
  10. Is there a way to use the new Authentication was listed in https://api.slack.com/web (creating an app vs a legacy token)?
  11. It is reproducible for me when selecting a text and then quickly doing cmd-c-x (copy and then cut the text). And it looks like the clipboard history is being shorten. (so maybe the cut is really working on the clipboard history?) @Andrew It is the same behavior when using the opposite cmd. I'm using MacBook Air built-in keyboard. There are quite few things in the macOS Accessibility preferences (Security & Privacy > Privacy > Accessibility).
  12. Managed to get it work under Alfred 3 by right click on the workflow and "Open in Finder". Then edit layout_select.pl and changed line 12 from my $layouts_file = $ENV{'HOME'} . '/Library/Application Support/Alfred 2/Workflow Data/de.leanovate.alfred.layout/layouts.yaml'; to my $layouts_file = $ENV{'HOME'} . '/Library/Application Support/Alfred 3/Workflow Data/de.leanovate.alfred.layout/layouts.yaml';
  13. Amazing workflow, but it no longer works. Debugging in Alfred 3 I get: Starting debug for 'Layout' [2017-04-02 18:55:38][ERROR: input.scriptfilter] Code 255: Syck parser (line 12, column 22): syntax error at /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/YAML/Syck.pm line 133, <$fh> line 1. and /usr/bin/perl layout.pl center given is experimental at layout.pl line 274. when is experimental at layout.pl line 275. when is experimental at layout.pl line 281. when is experimental at layout.pl line 289. when is experimental at layout.pl line 299. when is experimental at layout.pl line 319. when is experimental at layout.pl line 357. when is experimental at layout.pl line 381. Can't call method "position" on unblessed reference at layout.pl line 247.
  14. I had to move it all they way to the left in order for "plain" cmd-C to work properly without triggering cmd-C-C, but this significantly slows me down in using "repeat" everywhere else, so right now I can really use Alfred cmd-C-C. Moreover, when playing around with the settings e.g. creating multiple lines and see how fast I can get repeated "delete" (<--), I can tell for sure that I'm not that slow in how long I keep "c" down when doing cmd-C. So I think that what I initially experience has more than just using the above keyboard settings.
  15. Any workflow which can address this?
  16. Hi, I've enabled Clipboard->Merging->Fast Append. Apparently I'm not quick enough in releasing the "c" key i.e. I click on cmd, then on "c" but holding it down for "too long". What happens is that the last clipping is duplicated many many times, makes that feature unusable for me. Is there a way to really activate this feature only when "c" is clicked and released twice (vs. hold down for long time)? Thanks. v3.3.1 [806]
  17. The url will be grabbed from clipboard (or pasted as a parameter to the workflow). I'd like the url to stay as is. If it is a shortened one then no resolution. Ideally the flow will launch a save-as like dialog. It is OK the have a way for me to specific target folder (the file name might be tricky - can be the trail component in the url).
  18. I'm looking for a workflow which takes a url and create a .url file from it. The url can be a parameter or from clipboard. As it might be a shortened one, it will not be a good idea to take it from the browser address bar. Any ideas? With a url of http://www.alfredforum.com/, the result file might be [internetShortcut] URL=http://www.alfredforum.com/ Thanks .... Beery
  19. Hi ... when navigating into a folder in Alfred, is it possible to see its content sorted by e.g. "Data Modified"? Currently it is shown alphabetically. --Beery
  20. Thanks. Also found http://www.alfredforum.com/topic/538-send-url/
  21. Hi ... I'm looking for a workflow which will take a path from the clipboard and open it in my choice of browser. My first question is how to access the clipboard? Thanks ...
  22. Using *.pdf, the order seems to be lexicographical - is there a way to sort differently e.g. by last modified/access time? Or would that be the time to go into Finder? And if so - how can the filers be carried into Finder (as right now I need to repeat it there)? One more usability question, I'm using long file/folder names and so being able to see the full name e.g. on the right hand side (below the preview, next to size, access time etc), would be useful for me.
  23. Cmd+c will do for copy to the clipboard, but will close Alfred so now I need to Alt-Space and paste. I was looking for a more direct way. And in general - is there a way to add associate actions with other things than only files/folders?
  24. Nice. Although appending the search string to the full path is confusing (at least to a newbie like me) since it gives the impression of looking for a file which starts with that string. Maybe a dash would be better as a separator?
  25. See http://www.alfredforum.com/topic/5209-returning-to-a-directory-will-select-the-recent-visited-file/ When navigating up in a file directory, and then going back into the same directory, it is always the first file in the directory which is selected. Request is that by default it will get back to the last selected folder/files. So going up->up->down->down will bring me to the same file.
×
×
  • Create New...