From 6c0d232173c024e98ff7f43f8a5a05d6eaab8a28 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 24 Jun 2013 15:51:09 +0200 Subject: Firefox searches: add a Python issues search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/pentadactylrc-firstrun | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/pentadactylrc-firstrun b/scripts/firstrun/10-firefox/pentadactylrc-firstrun index 79d58ef..bf1524d 100644 --- a/scripts/firstrun/10-firefox/pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/pentadactylrc-firstrun @@ -33,6 +33,7 @@ bmark -keyword rhbzrhel6 -title 'Search Red Hat Bugzilla (RHEL6)' https: bmark -keyword lp -title 'Search Launchpad' https://launchpad.net/+search?field.text=%s bmark -keyword gh -title 'Search GitHub' https://github.com/search?q=%s&ref=cmdform +bmark -keyword python -title 'Search Python issues' http://bugs.python.org/issue?search_text=%s bmark -keyword koji -title 'Koji package search' https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=%s bmark -keyword fedgit -title 'Navigate to Fedora git page for package' https://pkgs.fedoraproject.org/cgit/%s.git/ -- cgit