Jump to content

therockmandolinist

Member
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by therockmandolinist

  1. It only works with Alfred that isn't synced by dropbox. Instead of working from a fixed directory location, the workflow should start at where the workflow is, go up one directory, and process the directories there.

     

    Thanks for the advice! Does syncing with Dropbox only affect browsing the actual workflow folder, or are the cache and data directories affected as well?

  2. Hello!

     

    I wanted to easily quickly browse my workflow files in alfred, but didn't find an easy/satisfactory way of doing so, so I quickly created this workflow. I'm not sure if there's any interest for this or if someone's already made something like this, but I decided to try myself.

     

    Usage

     

    You can edit the wf/ script filter to input your own option/keyword.

     

    Also, I kind of hacked this together and my coding experience is somewhat limited, so any constructive criticism is HIGHLY welcomed/encouraged. I've learned about coding workflows mostly from others' example. This is also basically my first time using GitHub so let me know if things go wrong.

     

    Direct Download (Updated to work with dropbox sync)

     

    Github repo

  3. It isn't possible to hide previews, but you could use or create a wider theme to allow you to see longer titles for files, such as the Light Large default theme.

     

    Use the Escape key to go back when you're in the file action menu and you want to go back to browsing your files :)

     

    Cool, thanks!

  4. A couple quick questions:

     

    Is there a way to hide/turn off file previews in file browser? Saw this asked earlier but I didn't see a reply. Would be nice to see the text/actual browser bigger.

     

    Is there a way to quickly go back to browsing after entering file action menu? In case wrong file was selected. Though this isn't really necessary because of the "previous" hotkey and keyword, but it would be quicker, I guess.

     

    Thanks!

  5. Alfred-Workflow installs with pip for python3, but on usage it calls modules that don't exist in python3. Is there a way around this, or do scripts need to be run with python 2? Will this change in the future? 

     

    Very new to this, trying to setup my own simple workflow.

  6. I'm assuming you have a crap-load of bookmarks in Chrome. Safari has a similar problem but it's much, much worse. For Safari I intentionally ignore the bookmarks menu because it's extremely slow. Chrome didn't exhibit the same behavior with the same number of bookmarks as Safari. I'm guessing it gets a lot slower as the number of bookmarks increases.

     

    You're absolutely right - I had a exactly a crap-load of really old bookmarks in multiple nested folders I had entirely forgotten about - imports from other browsers and weird things like that. Works neatly now. Thanks for everything!

  7. This doesn't help you in the slightest but it's working fine for me. If it's not working anywhere you need to make sure that Assistive Devices are enabled for Alfred in the Security settings.

     

    Actually, I accidentally left my computer for a bit while trying this on chrome - it works, it just takes a while to load for chrome (whereas it's near-instant for other apps). Don't know if that's the case for you/if you know why that might be, but thanks anyway!

  8. Hello, great workflow! This isn't working for me with chrome on El Capitan. (When i type "m [anything]" it says "Loading..." and then goes to defaults) I know someone was having that issue previously, was that ever fixed?

  9. I guess I should first ask, is there an alfred workflow to smoothly interact with emacs in terminal (not the emacs gui/application)? 

     

    And now, please excuse my lack of general knowledge:

     

    I currently have a very simple workflow set up that browses alfred and runs the terminal command "emacs {query}" on enter. I was wondering how hard it would be to make a workflow that checks if terminal is already open with emacs running, and if so, actually open the query as a buffer in emacs.

     

    Another question, kind of related to this (so that i could do "emacs .emacs" and such): I understand Alfred doesn't show hidden files since spotlight doesn't index them, but is there a way to make a specific hidden file findable with spotlight/alfred? (I've heard there's a way to hide files from them by adding stuff to their comments, was basically wondering if the opposite is possible too.) 

  10. Was wondering if there's already a workflow that does this, giving back results like this search for "cellfun": http://www.mathworks.com/help/search.html?qdoc=cellfun&submitsearch= but in Alfred. Or if anyone knows of a way to do this/can give me any steps in the right direction?

     

    Disclaimer: I'm extremely new to workflows, know nothing about creating them, and really only do some python and bash coding, so I'm really not expecting much from this, it's more of a curiosity.

  11. Hi, 

     

    I've got a few applications installed with homebrew. Find isn't working for me when searching for these. I've read a couple of the posts about reindexing spotlight and stuff like that, but nothing has really helped? These apps DO show up when just typing their name into alfred (i've added their path to the default scope), but sometimes i'd like to use "find" to show them in my finder, as with other files/applications. The path they're on is "usr/local/caskroom/[specific application folder]". Any suggestions?

     

    Thanks!

×
×
  • Create New...