Jump to content

twinpeaks

Member
  • Posts

    171
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by twinpeaks

  1. Nice workflow, I use a mod of Mr. Eriksen's classic AppCleaner extension and now workflow to do this for AppDelete and CleanApp. Very easy to mod...

     

    @Schneppi - I think it would be a good idea to add a file action to the workflow. That way, anybody can find an app whether in Finder or just plain old alfred searching -> action it -> run the AppDelete script. Uninstall file filter is nice but not really necessary when you think about it. Jonas' workflow has it as well but I never use it. Check out that simple bash line that does the magic.

     

    For those who like this or want something similar for another "uninstaller" app that they prefer I highly recommend you check out Jonas Eriksen's "AppCleaner" Workflow which can, by just changing the app name be used for AppDelete, CleanApp, etc... Very useful. Find it here: https://github.com/aiyodk/Alfred-Extensions/tree/master/AlfredApp_2.x - I modded it to use AppCleaner and CleanApp awhile back.

     

    Sorry to disrupt, just thought it could be enhanced a bit and also let others know that it's very easy to mod the workflows to work with all the other uninstaller apps.

  2. Well... Alleyoop is cool for Workflows which are "set" ... the "Last changed files" one could make use of it. I consider that if there are more updates coming.

     

    The window arranger is more like a sandbox for people if they want to use it. It was originally meant to start multiple apps by hotkey and arrange them. I am not sure about slate but no windows manger I know can do that. My "frontmost" window manipulation is more for "showing" something.

     

    Slate looks nice but as I wrote, I totally rely on the Custom Snap Areas which only are in better Snap Tool. A feature which is mostly overlooked I guess.

    Definitely understand, I was more talking about alleyoop support for your "Last Changed Files" workflow anyhow. In the case of window arranger, yeah, I don't see you working on a workflow that you don't use so don't expect many updates. Thanks again for sharing both of them.

  3. You will notice it's still opening (in the background) whilst it's fetching or creating reminders, but it should revert to whatever state it was once it's done.

     

    So seamless I didn't even notice that! Now nobody can complain ;) - For my complaint/question which honestly is not a totally necessary feature so please do not take your time if it's difficult... it shouldn't really even be a reminder... Anyways, is it possible for web addresses to be parsed correctly? Can they be encapsulated in double quotes or parenthesis or something similar so they don't get picked apart?

     

    Like I said, if it takes much effort it is not totally necessary, but scenario of usage, to give you a couple examples... remind myself to check on an auction ending or visit a website later when I'll have the time. Either way, really appreciate you making and expanding this workflow to do pretty much everything Reminders!

  4. Ah, I see. So it was the URL... I guess you can blame me for that request. It is very useful to have the link of where you grabbed a snippet of text or even had a thought that you recorded but I can see where your coming from. Carlos-Sz will probably make this very easy on you with a  modifier or something better but in the meantime I will look for a quick regex snippet you can run that will remove all http://.... lines form a file.

  5. Nice workflow! Thanks for sharing, although I am hooked on Slate I doubt I will have a chance to take advantage but if you've never heard of the open source window management app it's definitely worth a look. I don't think another app has a feature it can't match... 

     

    I've been waiting for someone to make a workflow for "Slate" as the thing that Slate is missing is something like a "Command Palette" feature where you can quickly see and toggle your different states and Alfred's feedback would be perfect for this. I'm sure one of you script wizards could find a solution but if you haven't tried it out I highly recommend it.

     


     

    Instructions for setting up various values and key combos can be found on the wiki/frontpage and there is also a compiled version you can download from the same page. Search github for ".slate" files for example configs of other users to find some nifty tricks.

     

    Sorry to get off topic, just reminded me though of how great Alfred + Slate could be for window management...

     

    Thanks again for sharing, love your "Last Changed Files" workflow, starting getting hooked on it last night. Plans to integrate your workflows with something like "Alleyoop" for auto-updating?

  6. @Wordius, I am not getting the same results... If I type something after "newf" with the last option, "Type The Text: ..." The only thing that get's added in addition to the actual string of text is the url of the site, if I am on a webpage, and the default tag - which with a " - " at the end can be dismissed completely.

     

    No worries though, Carlos-Sz is definitely going to find a fix for you!

  7. @greenamit - Alleyoop, search the board, it's creators has also made a ton of other awesome workflows for alfred. And you will be happy to hear that this which this workflow supports and uses alleyoop.

     

    Nice one Mr. Rice! You solved all our problems! Thanks, this is really useful.

  8. Finally got it to run after I was forced to cut out script filters from the results. Eh, not so good but at least I got it started.

     

    1) I had to use clintonstrong's latest fork.

     

    2) I had to comment out line 112 of help.py as it was giving me this error.

     

    Traceback (most recent call last):
      File "help.py", line 112, in <module>
        commands += "\r\n* `" + item['config']['keyword'] + "`"
    KeyError: 'keyword'
    

     

    I did however get the quicklook without the script filters though so don't really know what's wrong with that line. I also tried the old pre-backtick line there as a trial but same error.

  9. Traceback (most recent call last):
      File "help.py", line 118, in <module>
        commands += "\r\n" + "* " + item['config']['keyword']
    KeyError: 'keyword'
    

     

    Thanks for the quick response. Still no luck, just grabbed the latest version... Will check in tomorrow, thanks again.

     

     

    Still no luck, but obviously it's working for others. I'll stay tuned for an update. I like nickcjr's idea too. Would be good or even if combined with Brett Terpstra's "cheaters" script/app which is an automator workflow that leaves a floating window of pretty much any formatted text, markdown works great.

  10. Can't get this to find my projects for some reason and threw the feedback.log command on the script filter. Any ideas from this output?

     

    Traceback (most recent call last):
      File "proj.py", line 52, in <module>
        find_projects()
      File "proj.py", line 24, in find_projects
        projects = json.load(f)["workspaces"]["recent_workspaces"]
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 278, in load
        **kw)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 326, in loads
        return _default_decoder.decode(s)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Invalid control character at: line 51 column 13 (char 863) 
      

    subl just hangs on Working... I get the open Open Finder Selection but the rest just "is Working..."

     

    Thank you, sorry to be a pain in the ass

  11. Wow I need to get this working as It would be ridiculously useful. Don't know why it bugs out but I run the workflow, it gives the message to wait... and nothing happens. I checked the workflows data folder and it contains an empty alfred-help.md file = 0kb. Look forward to later versions or some help debugging. Cheers!

  12. I'm curious: how would you alter the script to prepend the addition to the journal rather than append?

    You wouldn't try this workflow http://asmodified.net/alfredworkflows/ - not my work but the nt keyword will do what you want, or whichever adds to "scratchpad" all can be changed. I think this latest version goes overboard with the each keyword for a different file when there are great scripts that can do adding to a different file in the same directory by just going >>filename at the end of your note but anyways I digress. You should be good with that one. If not check out QuickMDEntry on github by Rob Trew, the most amazing script I have ever seen for all your nvalt + markdown goodness. Both of these solutions don't require gui scripting or replicating key hits etc... 

×
×
  • Create New...