perform web searches from the command line
Project description
Usage
Usage: URLSEARCH_NAME query opens appropriate search query in a browser
urlsearch provides a shortcut to start a web search from the command line. It is designed to be symlinked from command names which refer to the target search engine; several are already included by default:
google
bing
ddg (DuckDuckGo)
pylib (search Python library reference)
pypi (search the Python Package Index)
wiki (search Wikipedia)
Features:
automatic guessing of top-level domains
special casing of query path and naming in a .ini-style config file
supports trac ticket searches (e.g. #1234) by omitting the leading ‘#’, which would otherwise be interpreted as a comment by the shell and dropped. (disabled by default - enable on a per-site basis in ~/.urlsearchrc)
supports local domains - if name can be resolved locally it will be used in preference to appending a suffix
Examples
These assume ‘google’, ‘wiki’, and ‘trac’ are urlsearch commands:
$ google photon mapping $ trac r19201 $ wiki path tracing
Default installation
Note the default installation adds a number of new commands to your PATH, as listed in the Usage overview above.
$ pip install urlsearch $ google python webbrowser # open web page
Manual installation
Cloning the repository locally and editing the content of scripts by deleting or creating symlinks is recommended to get a more custom set of search links.
~$ hg clone https://bitbucket.org/codedstructure/urlsearch ~$ cd urlsearch/scripts scripts$ rm google scripts$ ln -s urlsearch trac scripts$ cd .. urlsearch$ python3 setup.py install
Config File
urlsearch looks for a config file named .urlsearchrc in the home directory. It may be modified to configure the search behaviour of urlsearch on a per-site basis, as well as configuring some options.
Note that urlsearch creates a default ~/.urlsearchrc.default config file if no config file exists, and does check this, but will prefer to use ~/.urlsearchrc if available. This prevents package upgrade installs overriding any config changes made by the user. Rather than modify this file directly, it should first be copied or moved to .urlsearchrc.
The default installation instance is fully commented. Two example entries are shown below - note that this still requires appropriate symlinks with the same name as the section heading to be created to launch urlsearch:
[wiki] site = wikipedia.org query = w/index.php?search={terms} [pypi] site = pypi.python.org query = pypi?:action=search&term={terms}&submit=search
The two key fields are site, giving the domain name (either full or minus the TLD, causing a list of TLDs to be searched) of the site, and query which is a format string of the path used to request a search. The seach terms are substituted into the {terms} field with appropriate quoting. See the installed config file for more options.
CHANGES
- 0.3.3:
prefer reliability to speed; use gethostbyname rather than getaddrinfo and check response against 127.0.53.53 (see icann.org/namecollision)
- 0.3.2:
create ~/.urlsearchrc.default on use rather than at install-time
- 0.3.1:
installer fixes
install config file to .urlsearchrc.default
- 0.3:
support for .urlsearchrc config file
- 0.2:
change to use setuptools
add pypi search
- 0.1:
first release
TODO
Improve documentation of the config file structure
Ben Bass 2012-2014 @codedstructure
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file urlsearch-0.3.3.tar.gz
.
File metadata
- Download URL: urlsearch-0.3.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81d95040d79aaf01b9acc610d9a68b0b4bdb5c19397c0e8b4b1d1f52c5e2b956 |
|
MD5 | fd7568d53af58045fad2b9b80dfe54d9 |
|
BLAKE2b-256 | 90bd2c550957bb82adae651f47562b3fa14a6e58975bbdfab0b693e01ee30ee4 |
File details
Details for the file urlsearch-0.3.3-py2.py3-none-any.whl
.
File metadata
- Download URL: urlsearch-0.3.3-py2.py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3251769c12706fbd420720fe960c77082d8923ac8796dcd116218a45bec560a |
|
MD5 | b18305a84750388fa84e1f0bc6735e19 |
|
BLAKE2b-256 | 62c33e24e61476077d2c5503f2ea218478cb7eab21cfad9aab2dcd12855c824f |