Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit f98ac65

Browse files
committed
Update README.md
1 parent 9d82c6c commit f98ac65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you find `google-cli` useful, please consider donating via PayPal.
4040

4141
# Installation
4242

43-
google-cli requires Python 2.7.x or Python 3.x to work.
43+
`google-cli` requires Python 2.7.x or Python 3.x to work.
4444

4545
1. If you have git installed (the steps are tested on Ubuntu 14.04.3 x64_64):
4646
<pre>$ git clone https://github.com/jarun/google-cli/
@@ -56,7 +56,7 @@ If you do not want to install, `googler` is standalone:
5656
<pre>$ chmod +x googler
5757
$ ./googler ...</pre>
5858

59-
3. google-cli is also available on <a href="https://aur.archlinux.org/packages/google-cli/">AUR</a> and <a href="http://fossies.org/linux/google-cli">Fossies</a>.
59+
3. `google-cli` is also available on <a href="https://aur.archlinux.org/packages/google-cli/">AUR</a> and <a href="http://fossies.org/linux/google-cli">Fossies</a>.
6060

6161
# Usage
6262

@@ -83,15 +83,15 @@ Keys
8383

8484
<b>Configuration file</b>
8585

86-
google-cli doesn't have any! This is to retain the speed of the utlity and avoid OS-specific differences. Users can enjoy the advantage of config files using aliases. There's no need to memorize options.
86+
`google-cli` doesn't have any! This is to retain the speed of the utlity and avoid OS-specific differences. Users can enjoy the advantage of config files using aliases. There's no need to memorize options.
8787

8888
For example, the following alias set in `~/.bashrc`:
8989
<pre>alias g='googler -n 7 -c ru -l ru'</pre>
9090
fetches 7 results from the Google Russia server, with preference towards results in Russian.
9191

9292
The alias serves both the purposes of using config files:
9393
- persistent settings: when the user invokes `g`, it expands to the preferred settings everytime.
94-
- override settings: thanks to the way Python getopt() works, google-cli is written so that the settings in alias are completely overridden by any options passed from cli. So when the same user runs:
94+
- override settings: thanks to the way Python getopt() works, `google-cli` is written so that the settings in alias are completely overridden by any options passed from cli. So when the same user runs:
9595
<code>$ g -l de -c de -n 12 hello world</code>
9696
12 results are returned from the Google Germany server, with preference towards results in German.
9797

@@ -123,7 +123,7 @@ http://stackoverflow.com/questions/20530996/aliases-in-windows-command-prompt
123123
11. Input and output <b>redirection</b>:
124124
<pre>$ googler -C hello world < input > output</pre>
125125
Note that `-C` is required to avoid printing control characters. `2>&1` would error as the console geometry is calculated from `stderr`.
126-
12. <b>Piping</b> google-cli output:
126+
12. <b>Piping</b> `google-cli` output:
127127
<pre>$ googler -C hello world | tee output</pre>
128128

129129
# Developers
@@ -134,4 +134,4 @@ Modified (2015) by Arun Prakash Jana &lt;[email protected]&gt;
134134

135135
# Note
136136

137-
Initially I raised a pull request but I could see that the last change was made 7 years earlier. In addition, there is no GitHub activity from the original author (Henri Hakkinen: https://github.com/henux ) in past year. I have created this independent repo for the project with the name google-cli. Would love to push the changes back to original repo if the author contacts. I retained the original copyright information.
137+
Initially I raised a pull request but I could see that the last change was made 7 years earlier. In addition, there is no GitHub activity from the original author (Henri Hakkinen: https://github.com/henux ) in past year. I have created this independent repo for the project with the name `google-cli`. Would love to push the changes back to original repo if the author contacts. I retained the original copyright information.

0 commit comments

Comments
 (0)