bbqsearch

Submitted scripts and programs
Forum rules
Your own work only.
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

bbqsearch

Unread post by machinebacon » Tue Aug 20, 2013 9:31 am

A simple yad one-liner to invoke a dialog field from which you can search the BBQ forums:

Code: Select all

#!/bin/sh
sh -c 'roaster "http://linuxbbq.org/bbs/search.php?keywords=$(yad --title="Check the forums..." --entry --text "Search LinuxBBQ BBS")"' 
Some variants:

Code: Select all

#!/bin/sh
sh -c 'roaster "http://en.wikipedia.org/w/index.php?search=$(yad --title="Wikipedia knows..." --entry --text "Search Wikipedia")"' 

Code: Select all

#!/bin/sh
sh -c 'roaster "http://linuxbbq.org/wiki/index.php?search=$(yad --title="Check the Wiki..." --entry --text "Search LinuxBBQ Wiki")"' 
and so on :)
..gnutella..

User avatar
Sector11
Sperminator
Posts: 193
Joined: Mon Aug 19, 2013 4:15 am

Re: bbqsearch

Unread post by Sector11 » Tue Aug 20, 2013 9:36 pm

Code: Select all

sh: 1: roaster: not found
Obviously a script in a grilled Linux ...

Sexy idea though... Gotta install the grilled CrunchBang.
I am THE resident noob, hands down no discussion. ... and
I wear my soap on a rope.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: bbqsearch

Unread post by DebianJoe » Tue Aug 20, 2013 9:41 pm

roaster == http://linuxbbq.org/bbs/viewtopic.php?f=15&t=474

It is easy to install alone. I have details in the INSTALL.md as to what you need, the link in my signature will lead you to the newest version.
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: bbqsearch

Unread post by machinebacon » Wed Aug 21, 2013 5:25 am

well, of course replace roaster with x-www-browser (though roaster starts up quicker)
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: bbqsearch

Unread post by dkeg » Wed Aug 21, 2013 1:03 pm

nice MB, should become standard to help with researching first :D

Work hard; Complain less

User avatar
Sector11
Sperminator
Posts: 193
Joined: Mon Aug 19, 2013 4:15 am

Re: bbqsearch

Unread post by Sector11 » Wed Aug 21, 2013 4:42 pm

@ DebianJoe - I will check that out. Thanks...

@ baconator - that's an option too. But I think I'd rather try it in it's native form first.

Will be dd-ing: linuxbbq-darkside64.iso shortly.

I have a few photos to pop into the Wallpaper thread ...
I am THE resident noob, hands down no discussion. ... and
I wear my soap on a rope.

Post Reply