Jump to content

sudopeople

Member
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    sudopeople got a reaction from giovanni in Display the name of the workflow sharing the same key combination.   
    How are you even doing that? Alfred doesn't let me bind the same keyboard shortcut twice, I get an error bell instead.
     
    Anyway, you can recursively grep the plist files in the workflows directory. Just right-click the workflow you know the shortcut to and select Open in Terminal, open the info.plist in a text editor, nano info.plist then find the keys, eg:

     
    Then, from the terminal, go back a directory into the workflows dir, and run grep -r 1572864 * # or whatever key code you can use that's (hopefully) unique
     
    Finding the exact key command would be a little tricky, but this should get you a list of just a few files unless you have tons of workflows with similar keyboard shortcuts.
  2. Thanks
    sudopeople reacted to deanishe in SOLVED: Prevent snippets from overwriting the clipboard when pasting   
    Alfred already restores the clipboard. You're almost certainly having a timing issue. Try adjusting "Restore after" in "Auto Expansion Options":

  3. Like
    sudopeople reacted to LeBen in VirtualBox Control   
    I was able to make the workflow work with Alfred 3 by editing `virtualbox_control.sh`. You can find the file in Alfred preferences, right click on the workflow in the sidebar, open in finder. Open the file in your favorite text editor and replace the `Alfred-2` occurrences by `Alfred-3`.
     
    Magic
  4. Like
    sudopeople got a reaction from MacGeeky in iDelete - delete everything in the Downloads folder (color labeled items left alone)   
    The label idea is really clever. Thanks for sharing.
  5. Like
    sudopeople got a reaction from bkmontgomery in Percent Change   
    Great idea! I usually just struggle in the calculator until I get the answer that looks correct. I have a few thoughts on how it would be more useful...for me at least.
     
     
    A. The wording seems to be incorrect. "3 percent of 100" is indeed 3, but if you type "3 of 10" (which, in your wording would be "3 percent of 10") you get 30, presumably 30% - which is wrong of course. I suggest you change the example wording to "What percentage of 100 is 3:" or to keep the order and English correct, "3 is what percentage of 100:" and the subtext with the answer could be renamed to "Percentage of" to differentiate it from...
     
    B. I expected, and would find useful, the ability to do exactly what your example text suggests: find out what 3% of 100 is. Or to make the examples more clear, what 3% of 10 is: 0.3. A command could be as simple as "3% of 10" - note the % symbol after the 3. The subtext of this would more accurately be "Percent of".
     
    Because of some of the confusion, I think it would be a good idea to add a % symbol to the answer where applicable. Since you're not using copy to clipboard anymore, I don't imagine that would be a burden on anyone. And with all the new features being added and proposed, I think it would add a lot of clarity when trying different formulas.
     


     
     
     
     
    New feature:

     
     
     
     
    I also made a new icon so it's visible in the black:

     
    Alone here:

     
    FYI, if you delete the 3rd argument on line 92 of percent.py, it will use the % icon above for completed calculations. (I'm not sure if you intended to use the info icon. I prefer the percent symbol the whole time, but don't really care.)
  6. Like
    sudopeople got a reaction from Don Dahl in Percent Change   
    Great idea! I usually just struggle in the calculator until I get the answer that looks correct. I have a few thoughts on how it would be more useful...for me at least.
     
     
    A. The wording seems to be incorrect. "3 percent of 100" is indeed 3, but if you type "3 of 10" (which, in your wording would be "3 percent of 10") you get 30, presumably 30% - which is wrong of course. I suggest you change the example wording to "What percentage of 100 is 3:" or to keep the order and English correct, "3 is what percentage of 100:" and the subtext with the answer could be renamed to "Percentage of" to differentiate it from...
     
    B. I expected, and would find useful, the ability to do exactly what your example text suggests: find out what 3% of 100 is. Or to make the examples more clear, what 3% of 10 is: 0.3. A command could be as simple as "3% of 10" - note the % symbol after the 3. The subtext of this would more accurately be "Percent of".
     
    Because of some of the confusion, I think it would be a good idea to add a % symbol to the answer where applicable. Since you're not using copy to clipboard anymore, I don't imagine that would be a burden on anyone. And with all the new features being added and proposed, I think it would add a lot of clarity when trying different formulas.
     


     
     
     
     
    New feature:

     
     
     
     
    I also made a new icon so it's visible in the black:

     
    Alone here:

     
    FYI, if you delete the 3rd argument on line 92 of percent.py, it will use the % icon above for completed calculations. (I'm not sure if you intended to use the info icon. I prefer the percent symbol the whole time, but don't really care.)
  7. Like
    sudopeople got a reaction from Easytiger in Percent Change   
    Great idea! I usually just struggle in the calculator until I get the answer that looks correct. I have a few thoughts on how it would be more useful...for me at least.
     
     
    A. The wording seems to be incorrect. "3 percent of 100" is indeed 3, but if you type "3 of 10" (which, in your wording would be "3 percent of 10") you get 30, presumably 30% - which is wrong of course. I suggest you change the example wording to "What percentage of 100 is 3:" or to keep the order and English correct, "3 is what percentage of 100:" and the subtext with the answer could be renamed to "Percentage of" to differentiate it from...
     
    B. I expected, and would find useful, the ability to do exactly what your example text suggests: find out what 3% of 100 is. Or to make the examples more clear, what 3% of 10 is: 0.3. A command could be as simple as "3% of 10" - note the % symbol after the 3. The subtext of this would more accurately be "Percent of".
     
    Because of some of the confusion, I think it would be a good idea to add a % symbol to the answer where applicable. Since you're not using copy to clipboard anymore, I don't imagine that would be a burden on anyone. And with all the new features being added and proposed, I think it would add a lot of clarity when trying different formulas.
     


     
     
     
     
    New feature:

     
     
     
     
    I also made a new icon so it's visible in the black:

     
    Alone here:

     
    FYI, if you delete the 3rd argument on line 92 of percent.py, it will use the % icon above for completed calculations. (I'm not sure if you intended to use the info icon. I prefer the percent symbol the whole time, but don't really care.)
  8. Like
    sudopeople got a reaction from shrop in Show/Hide iTerm   
    I thought I'd just mention that iTerm 2 has the ability to assign a hide/show terminal hotkey.
×
×
  • Create New...