Jump to content

therockmandolinist

Member
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

therockmandolinist last won the day on August 19 2016

therockmandolinist had the most liked content!

Recent Profile Visitors

1,121 profile views

therockmandolinist's Achievements

Member

Member (4/5)

3

Reputation

  1. @Vero adding the terminal application (iTerm in this case) doesn't quite work, since pass uses pbcopy internally (though I'm afraid i don't have a great understanding beyond that, here's the source code). Is there a more specific definition to "marked as transient"? I think it just waits 45 seconds and then deletes from the clipboard, which evidently doesn't delete it from the Alfred clipboard. @deanishe i'm not sure I understand what you mean by this.
  2. In any case, even a feature to toggle Alfred clipboard saving would be handy, though I'm not aware of one.
  3. Well, pass is a command line utility, so I'm not sure that works in this case?
  4. Hi, I was wondering if there's a way to get Alfred to either a) ignore clipboard items from the pass password manager or b ) respect that they should be temporary. Thanks!
  5. I mostly made this for reference for a school semester, but I decided I'd publish it as my first proper packal workflow. It may or may not be useful to anyone as it's a bit specific/narrow scoped, but here it is just in case. -------------------------------- Atmos An Alfred workflow to find temperature, speed of sound, pressure, and density at queried altitude, acording to the International Standard Atmosphere model. Basically a python port of Matlab's atmosisa. Usage atmos <query> — Show values for altitude . Defaults to meters, but if query ends in f or ft, the proper conversion is made.↩ or ⌘+<NUM> — Copy result to clipboard atmoshelp — Describe values. Demo Licensing, thanks This workflow is released under the MIT licence. This workflow uses the Alfred-Workflow library, which is also released under the MIT licence. Also shoutout to deanishe's cookiecutter template Links Packal, Direct github download
  6. I'm having such a hard time with this, because I'm a person of habit and am really used to my own custom theme, but after trying your 'Material Blue Grey Dark', I really don't think I could go back. All of them, really, are very nice. I think I'm going to stick with this one for a while...
  7. I just found this, and it's exactly what I needed, so thanks @deanishe ! I was wondering if you could explain a little more about how to convert src into a .alfredworkflow file with this configuration?
  8. When defining a word with Alfred, it might be useful to have the word and definition show up as large text when pressing command-L.
  9. There should be a way to implement some sort of choice of sorting other than alphabetical, such as by create date. Don't know if it's possible, but it would be nice to have the option somehow.
  10. I was wondering if there's a way to do a search for files by file extension, possibly by using the Json Config utility in Alfred 3, kind of like the search in specific folders workflow that comes with Alfred 3 (I'd input the file extension, and only files of that type would show in the search).
  11. Sweet! I made a similar one for all greek letters. Personally, I prefer mathematica's style, where [Esc]p[Esc] is pi, for example. It shortens some of them, and gives it termination (if another has a similar beginnig, like phi, you add another letter, like [Esc]ph[Esc]). I simulated the Esc with a ";" both times. Though, in mathematica you can actually type the full word as well (it's more of an autocompletion type system), and the latex way is probably much more clear/less ambiguous way of doing this when it comes to snippets, so I might switch to the full words.
  12. A fallback search that changes based on the input (runs a workflow/script to display the fallback). Not sure if possible, could be cool though. I'm thinking something with simple, one line output, for the most part, since we do have workflows for more complex stuff. Not really sure if this would be that useful for anything, it's mostly just something I was curious about/thought would be neat.
  13. Sorry, resolved (I think.) Used: IFS=$'\t' read -r -a filepath <<< "$filepath" my_command "${filepath[@]}" which I think worked, since multiple paths are tab separated.
  14. Trying to pass multiple paths from file action as args to a command in a bash script. Is there a way to do this?
  15. One of the handy features is being able to drag files from the file search. Is there a way to drag the files in your file buffer, or to drag more than one file at once?
×
×
  • Create New...