Jump to content

metaphox

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by metaphox

  1. Thanks again… the link works now. Somehow there was an additional white space in the URL.
  2. Thanks for the tip. I was trying to do something fancy but, well, will just use the simple keyword input instead.
  3. This plugin simply opens the searching URL http://explainshell.com/explain/{command}?args={args} where command and args are parsed from {query}. import subprocess subprocess.call(["open", """http://explainshell.com/explain/{0}""".format( "{query}".replace(" ", "?args=", 1).replace(" ", "+") )]) . Mostly harmless. Download from http://d.pr/f/GlsI+
×
×
  • Create New...