
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
The CLI displays results from the Google Web Search API, allows you to page through the results, and choose a url to copy to your clipboard, all without leaving the command line.
gem install google-copy-link # Requires Ruby 1.9
Typing goo --help
will list all the available commands. They are also listed here.
The goo gem is a simple tool to search Gooogle and copy a search result link to your clipboard.
Usage:
goo [options] "my search query string here"
where [options] are:
--markdown, -m: Use markdown format when copying link to clipboard. Example: \[Trollop\]\(http://trollop.rubyforge.org/\) (Default: false)
--page, -p <i>: Start by showing the <i>th result page. (Default: 1)
--size, -s <i>: Show <i> results on each SERP. Must be between 1 and 8. (Default: 4)
--result, -r <i>: Skip the SERP and show the <i>th result.
--help, -h: Show this information and exit.
At the prompt, type the index of a search result, it will be copied to your clipboard.
If you press , the first search result link will be copied.
ONLY TESTED with a mac. Should work on linux and windows thanks to clipboard gem;)
When writing blog posts in Markdown or looking for libraries in google, I became tired to repeat the whole manual search process in the browser so I found a way to automate it;)
goo 'site:randsinrepose.com NADD'
You have access to all the search operators you've come to know and love in Google Search.
Results are shown in markdown for a good balance between legibility and document heirarchy. (Shoutout to reverse_markdown!)
Results pages are formatted to look like a Google SERP, including colors, domains, descriptions, and bold search matches. (Shoutout to formatador!)
This library has only been tested against Ruby 1.9.3. Other versions might be supported, but they haven't been tested.
Most of the code is a fork of Kerrick Long. See LICENSE for details.
This gem is Powered by Google.
Copyright (c) 2012 Jean-Michel Garnier. See LICENSE for details.
Trollop (gem)
Formatador (gem)
HTML Entities for Ruby (gem)
Reverse Markdown (lib)
FAQs
Unknown package
We found that google-copy-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.