Accessing menus

2016-06-22 Thread Joseph Reagle
Howdy, new to the Mac and I'm so happy to have found QuickSilver for launching apps and Web queries. It's pretty close to having a command palette (from Sublime Text or Atom text editor) for the desktop – which is my ultimate dream. One thing that continues to bug me is not being able to access

Re: Bash scripts without bashrc?

2016-09-12 Thread Joseph Reagle
On Sunday, September 11, 2016 at 12:09:17 PM UTC-4, Rob McBroom wrote: > > Try using the “Run […]” action. (The arguments in the third pane > are optional.) From glancing at the code, I think that one runs the > command outside a shell. > > That will just return the text (if any) to QS, which

Re: Bash scripts without bashrc?

2016-09-12 Thread Joseph Reagle
On Saturday, September 10, 2016 at 4:55:25 PM UTC-4, 1.61803 wrote: > > --norc option? It's in the man page. > Thanks, I tried various of this but the problem is that iTerm will run bashrc regardless. -- You received this message because you are subscribed to the Google Groups "Quicksilver"

Re: Bash scripts without bashrc?

2016-09-14 Thread Joseph Reagle
The following doesn't work, iTerm is always in front of the Zim python window. ''' #!/bin/bash /usr/local/bin/python $HOME/bin/zim-0.65/zim.py & /usr/bin/osascript -e "tell application \"System Events\" to set frontmost of process \"Zim\" to true" ''' > > -- You received this message

Re: Bash scripts without bashrc?

2016-09-14 Thread Joseph Reagle
Weird, for some reason I lost the "run" option. I have "open", "reveal", and 19 other actions but no run -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Bash scripts without bashrc?

2016-09-14 Thread Joseph Reagle
Digging a little more, in the action dialog in which "type" should I be doing the dragging? Applications? Files & Folders? When I type 'z' or 'zim' the icon is of a blank terminal with 'exe' in green on it. -- You received this message because you are subscribed to the Google Groups

Bash scripts without bashrc?

2016-09-10 Thread Joseph Reagle
Hi, I love QS but I have one thing that annoys me. I've added $HOME/bin to my catalog so I can quickly invoke some shell scripts. However, they aren't interactive and just launch a java and a python app (in subfolders, and need some paths set up). I don't need them to run .bash_profile or