Jump to content

zhaowu

Member
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by zhaowu

  1. can you check the " update.json" file in the workflow and post it.
  2. Alfred 2 Source Tree Workflow to list, search, and open Source Tree repositories in Alfred. Web Link for a better view: http://zhaocai.github.com/alfred2-sourcetree-workflow A. Keywords: st: List and query source tree repositories. Feedbacks are cached. use st ! {query} to refresh. stbookmark: Open query to source bookmark window. B. Modifier Key ⌘ : Reveal in Finder alt : Browser in Alfred Installation Two ways are provided: You can download the Source Tree.alfredworkflow and import to Alfred 2. This method is suitable for regular users. You can git clone or fork this repository and use rake install and rake uninstall to install. Check rake -T for available tasks. This method create a symlink to the alfred workflow directory: "~/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows". This method is suitable for developers.
  3. [Release]( 1.3 / March 29, 2013 ) - refine keywords: top top /m, top /mem, top /memory to show processes ranked by memory usage top /c, top /cpu, to show processes ranked by cpu usage
  4. [Release]( V1.2 / March 29, 2013 ) - new alfred-workflow gem and some bug fixes
  5. Yes, but I would like to search for them. and I would like to search for more history queries. up-arrow are too slow.
  6. [Release]( 1.2 / March 28, 2013 ) - Use single entry for the top auto mixed mode. - Alleyoop: Update Alfred Workflows - rescue feedback if something goes wrong
  7. It should be easy to implement and very useful. Once you have typed lots of queries, you probably just keep repeating.
  8. That is nice! But I am still hoping for an official method.
  9. update: March 27, 2013 - Automate rescue feedback items to alfred when something goes wrong.
  10. Please add ⌘+F in the Alfred Preferences window to search for workflows.
  11. update ( March 26, 2013 ) * hold alt key to nice cpu priority
  12. Update: (March 25, 2013) - add `lsof` keyword to List Files Opened by Process ID as default action - now you can search for process state like idle, sleep, stopped, zombie, uninterruptible, runnable, etc. - add kill keyword which would be a replacement for similar workflow
  13. change the Instant Search to google.de should be easy. You just need to change the line in the `instant.rb` file ` :arg => URI.escape("http://www.google.com/search?as_q=#{query}&lr=lang_")` http://www.google.com -> http://www.google.de I am working on some updates. will upload this later.
  14. One way you can do is to read openmeta backups "~/Library/Application Support/OpenMeta/backups.noindex/". And the brutal way is not that bad since you only need to do it once. After that, you only need to get the recent used tags. I recently ported the OpenMeta to (mac)ruby (https://github.com/zhaocai/openmeta.rb). it has a command `tag recent` to show recent tags.
  15. I can confirm this issue now. After time machine finished backup, Alfred always popup instantly.
  16. I am having this problem when the Time Machine is backing up to a remote server. How can I tell Alfred to ignore that remote mounted driver? I also found the following log message in Console. (should be irrelevant) 3/21/13 9:59:01.678 PM Alfred 2[1220]: ( 0 CoreFoundation 0x00007fff83ea4b06 __exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff84b953f0 objc_exception_throw + 43 2 CoreFoundation 0x00007fff83e418ec -[__NSArrayM objectAtIndex:] + 252 3 Alfred 2 0x000000010000adb0 Alfred 2 + 44464 4 AppKit 0x00007fff84e41094 -[NSView _drawRect:clip:] + 4217 5 AppKit 0x00007fff84e3f6f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1656 6 AppKit 0x00007fff84e3fb09 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2704 7 AppKit 0x00007fff84e3d722 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 817 8 AppKit 0x00007fff84e3ea74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5763 9 AppKit 0x00007fff84e3ea74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5763 10 AppKit 0x00007fff84f8cfdb -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 286 11 AppKit 0x00007fff84e38d9d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675 12 AppKit 0x00007fff84e02cc3 -[NSView displayIfNeeded] + 1830 13 AppKit 0x00007fff84f8ce94 -[NSNextStepFrame displayIfNeeded] + 84 14 AppKit 0x00007fff84e021fc _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 738 15 AppKit 0x00007fff853cd8f1 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke_01208 + 46 16 CoreFoundation 0x00007fff83e6b417 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 17 CoreFoundation 0x00007fff83e6b381 __CFRunLoopDoObservers + 369 18 CoreFoundation 0x00007fff83e467b8 __CFRunLoopRun + 728 19 CoreFoundation 0x00007fff83e460e2 CFRunLoopRunSpecific + 290 20 HIToolbox 0x00007fff880caeb4 RunCurrentEventLoopInMode + 209 21 HIToolbox 0x00007fff880cac52 ReceiveNextEventCommon + 356 22 HIToolbox 0x00007fff880caae3 BlockUntilNextEventMatchingListInMode + 62 23 AppKit 0x00007fff84dff563 _DPSNextEvent + 685 24 AppKit 0x00007fff84dfee22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 25 AppKit 0x00007fff84df61d3 -[NSApplication run] + 517 26 AppKit 0x00007fff84d9ac06 NSApplicationMain + 869 27 Alfred 2 0x00000001000016d8 Alfred 2 + 5848 28 ??? 0x0000000000000002 0x0 + 2 ) 3/21/13 10:00:26.947 PM Alfred 2[1220]: [ERROR] Script XML Parse Error occured Error Domain=NSXMLParserErrorDomain Code=38 "The operation couldn’t be completed. (NSXMLParserErrorDomain error 38.)" 3/21/13 10:01:49.059 PM Alfred 2[1220]: [ERROR] Script XML Parse Error occured Error Domain=NSXMLParserErrorDomain Code=76 "The operation couldn’t be completed. (NSXMLParserErrorDomain error 76.)"
×
×
  • Create New...