Jump to content

Benzi

Member
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Benzi

  1. Great ideas! Don't know how much of it can be achieved but I'll add them to my todo list
  2. Thanks a lot You do make a valid point there, I'll look into it and see if I can come up with something. (I was busy abusing Alfred's script filter to make it do what I want last couple of days)
  3. Sorry, I think I missed to see your original post. Just to check, did you download the updated version (there are two download links in the original post) - the updated one is here (The extension name is Wikipedia ML).
  4. A small update - found a simple way to prevent Alfred from flickering when you are attempting guesses (Alfred would hide and then reappear suddenly). This little enhancement makes gameplay a little bit more better. Also, reordered the way guesses are displayed in Alfred's results to make it easier to read. Download the latest version and check it out.
  5. Years ago, I wrote a little word game puzzle called Lingo, and this is my attempt to bring that over to Alfred. It's based on a TV show I used to watch even more years ago Lingo is a word game that gives you 5 chances to guess a 5-letter word, given a hint of two letters to start with. Every guess you make, you will be shown two further hints If the position of a letter in your guess matches exactly the position of the same letter in the word to find out If a letter that you have in your guess word goes to another position in the word to find out Here is an example: Initally the hint was _ _ V _ S First attempt, we tried hello. E is there in the word, and so is O but they are not in the right position, so they are marked with brackets Second attempt, we tried trial - none of the letters are there in the hidden word, so no luck Third try, we had elves, of which VES matched the right position in the hidden word ... and so on (hope you get the idea) Download the game workflow and give it a go. Usage difficulty to set level of difficulty you want in terms of word selection lingo to start a new game try to play a current game in progress NOTE This uses a word list file internally (which I got from a corpus site on the Internet - don't remember where now), and while I have tried to sanitize this a bit and remove any offensive words, please bear in mind that there can still be stuff in there and please let me know in case anything pops up!
  6. Some small improvements for v0.6 Added a utility keyword tags which will take you directly to the tags list view Added the Alt modifier, that helps you search for items matching a specific tag (works either in tag list view, or todo item list view) Download the latest version here. (All download links point to the latest version)
  7. And now we have v0.5 With improved features, new configuration options, and better tested from the last version. Download now and start creating awesome todo lists! Read all about it in detail here. PS: Feedback welcome, please let me know if you have any suggestions
  8. Hi All, thanks for all the positive feedback! glad this is useful...
  9. Great suggestions, I'll definitely look into these and see what I can do. Just updated to v0.2, and the support for adding tagged to do items.
  10. I'd go for Favourite Folders by David Ferguson - http://www.alfredforum.com/topic/784-favorite-folders/ Hacker News by Loris Guignard - https://github.com/loris/alfred-hackernews-workflow Colors by Tyler Eich - http://www.alfredforum.com/topic/805-colors%E2%80%94a-css-color-conversion-workflow/?hl=colors SSH by Isometry - http://www.alfredforum.com/topic/826-ssh-with-smart-hostname-autocompletion And being evil, I'd vote for all my extensions! But maybe: Comics by Benzi - http://www.alfredforum.com/topic/1217-comic-strip-viewer-workflow Todo by Benzi - http://www.alfredforum.com/topic/1317-todo-simple-task-list-management/ Screen Capture by Benzi - http://www.alfredforum.com/topic/902-take-quick-screenshots-using-the-screencapture-workflow/
  11. Here is Todo. My version of a todo list management workflow using Alfred. This allows you to add quick entries to a list of todo items, view them, delete one or all of them, and highlights items that have been pending too long Detailed documentation is available at GitHub. Getting Started Keywords: todo this is the main keyword, and lets you get started todo <new task> will add a new task todo will display the list of tasks todo # will display the list of tags add <new task> will add a new task done will show you all items that have been marked as done clear to remove items Adding todo items Typing add a new task will create a new task titled 'a new task'. This will be tagged #default Typing todo #work sign off document will create a task titled 'sign off document' and tagged #work Typing add !! this is sticky will create a pinned item titled 'this is sticky', tagged #default When adding items, add and todo keywords are interchangeable, although the key difference is add allows you to add items with the title twice; todo provides a more informative feedback on screen If you wish to load todo items in bulk, use the import keyword, described later below under Advanced Options Hotkey Support: If you set a hotkey (Alfred removes configured hotkeys when you install a workflow) by opening up the workflow, then you can use the hotkey to import the selected item in Mac OS. e.g. select some text, press the hotkey, and the selected text will be parsed and added as a todo item ---- Select this entire line of text and trigger the hotkey to create a pinned item, tagged !! #forum Command modifiers: Pressing fn key when selecting an item will enable edit mode for that item - this works for both todo items and tagsIn edit mode, use the same syntax that you use to create a new todo - e.g. #newtag new todo text. Todo will identify which portion you need to change and update them accordingly Pressing Shift will allow you to mark an item as done. You can view all done items with the done keyword Pressing Cmd will help you delete either a todo item, and all items that match a specific tag Pressing Alt will help you list out all items that match the currently selected items tag Pressing Ctrl will help you pin/unpin a todo item. Pinned items will always be displayed first (they can be deleted as usual) If you press the Tab key against a todo item, you will be shown all todo items with the matching tag Pressing Enter will copy the text content of a todo item to the clipboard Download Download the workflow from here and give it a try. This theme works well with the workflow. Documentation Detailed documentation is available at GitHub. Screenshots Default todo setup with a few items: What's new? 26 April 2013 - v2.2 Beta support for Remember the Milk. Read about it in this post.
  12. Still no luck I'm afraid... test.sh output is different: bash-3.2$ sh test.sh UUID: e52f2309-8f90-43e0-bbe6-9c74d215860c State: powered off (since 2013-02-26T15:27:50.000000000) bash-3.2$ sh virtualbox_control.sh <?xml version="1.0"?> <items> </items> Would you like me to try any other command to help debug?
  13. Hi, I have a Windows 7 VM but it never shows up at all. Any idea why? bash-3.2$ sh test.sh Name: Windows 7 Guest OS: Windows 7 UUID: e52f2309-8f90-43e0-bbe6-9c74d215860c State: powered off (since 2013-02-26T15:27:50.000000000) UUID: e52f2309-8f90-43e0-bbe6-9c74d215860c State: powered off (since 2013-02-26T15:27:50.000000000) bash-3.2$ sh virtualbox_control.sh <?xml version="1.0"?> <items> </items>
  14. Hi @Carlos, Have you had a look at https://github.com/norio-nomura/usernotification You can actually send a notification to Notification Centre with any bundle indentifier (including Alfred) from the command line. Perhaps this could help remove the dependency on needing Growl? E.g. ./usernotification -identifier "com.runningwithcrayons.Alfred-2" -title "EggTimer" -subtitle "Timer" -informativeText "Timer text or something"
  15. Sure added them. Also check out the latest version from the download link - v0.2 has filtering support. And if you really want it, you can assign a hotkey to a particular strip too. PS: I think I had to slightly modify the CTRL one because the version you gave me wasn't working for me straight off for some reason.
  16. Just added the code to GitHub : https://github.com/BenziAhamed/comics-alfred re: the Dilbert order, I think Alfred is doing a sort of the feedback items based on most used.
  17. Added. Just try redownloading the workflow from the original download link and see if it works.
  18. First off, yes, the Shift key idea is good. Now: Hmmm.... that is going to be a bit tricky. If I need to get the arg to be the URL of the strip, for every strip I would need to access the feeds first (before even showing the list of comics), strip out URL and populate it in the feedback items. I suppose such a naive approach would slow things down. Unless some sort of caching mechanism is introduced, so that it has to fetch the latest URLS for all comics just once per day. Bottomline, its going to take some time if I go down that route + might be slow if the internet speed is not that great, which in this day and age, happens to be true for some folks [me :-(] Second, XKCD (one of my usuals) has this little thing that the real punch line of the comic is in the alt text of the image. So, if you were hovering your mouse over the comic in the website, you can read it. Can't achieve that with quick look, afaik. (For XKCD here, I am generating an HTML on the fly and then using quick look to show that page, so...) Shift idea was cool though. Will think about it more
  19. Updated with Calvin and Hobbes . Just redownload the workflow from the original link
  20. Hi Work in progress, but have a look at my new workflow here - better than this in some ways... http://www.alfredforum.com/topic/1217-comic-strip-viewer-workflow/
  21. An experimental workflow in Python. Displays a list of comics that you can read straight off of Alfred. Download: from here (always the latest version) Developer side note: The experimental part comes in the form of - it is very easy to extend this workflow if you know a little bit of Python / intermediate programming skills and have a solid RSS feed of a comic you like. Add the code for the new comic in the plugins folder, and as long as it follows the method signature the sample code provided has, you have a new feedback item and comic to read. Source Code Repo: GitHub Version History v0.1 - Initial version v0.2 - Added search support for the list of comics. So typing "comics dilb" will just list Dilbert strip option. Searches are performed against the title and subtitle of each strip. Added a couple more comics to the list based on requests, and two courtesy Jefferson). Have fun.
  22. Try the latest version at the original download link. If you select any of the two options (Interactive / Save entire screen) while pressing the "Alt" key, you get the choice to open the taken picture in a new Mail message. This does not work for the copy to clipboard modes though.
  23. My bad! fixed it now. I'll see about your suggestion - don't know quite how to achieve it, but if I can, will update the workflow... Your welcome! Glad to be of help...
  24. Description: Shows summary information about your laptop battery (charge, time, status, charge cycles, and health - % of maximum charge your battery can now hold compared to its original design capacity) Usage: enter the keyword "battery" Tested on: Mountain Lion, MacBook Pro Download: from here
×
×
  • Create New...