Skip to content

Commit

Permalink
wiki: renamed to 'wikipedia' to avoid conflict with homebrew package …
Browse files Browse the repository at this point in the history
…'wiki'
  • Loading branch information
specious committed Sep 20, 2017
1 parent 3d9e470 commit 77049ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions google/google.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd April 9, 2015
.Dd September 20, 2017
.Dt google 1
.Os Darwin
.Sh NAME
Expand All @@ -10,7 +10,7 @@
.Ar searchword ...
.Sh DESCRIPTION
.Nm
is a very small and simple program that enables you to open a browser window with a Google query from the command line.
is a simple program that enables you to open a browser window with a Google query from the command line.
You can pass the search words as multiple arguments or as a single argument within quotes.
.Pp
An example of typical usage would be:
Expand All @@ -37,4 +37,4 @@ Search for images.
Originally written by
.An Sveinbjorn Thordarson Aq [email protected] .
.Sh SEE ALSO
.Xr wiki 1
.Xr wikipedia 1
4 changes: 2 additions & 2 deletions osxutils/osxutils
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

print "This is an overview of the 'osxutils' suite of Mac command line utilities. The programs included in the suite are listed in alphabetical order, followed by a short description of their function. For more detail on the functionality of individual tools, see the program man pages.\n\n";
print "'osxutils' is a collection of MacOS command line utilities. The programs are listed in alphabetical order, followed by a short description of their function. For more detail on the functionality of individual tools, refer to their individual man pages.\n\n";

print "cpath copy the current working directory to the clipboard\n";
print "fileinfo print information about a file in a style similar to the Mac OS X Finder\n";
Expand All @@ -20,6 +20,6 @@ print "setlabel set a file's Finder Label\n";
print "setsuffix batch modify file suffices\n";
print "setvolume set the global system volume\n";
print "trash move a file to the Trash\n";
print "wiki search Wikipedia in default browser\n";
print "wikipedia search Wikipedia in default browser\n";
print "wsupdate update the Finder filesystem display\n";
print "\n";
File renamed without changes.
10 changes: 5 additions & 5 deletions wiki/wiki.1 → wikipedia/wikipedia.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.Dd April 9, 2015
.Dt wiki 1
.Dd September 20, 2017
.Dt wikipedia 1
.Os Darwin
.Sh NAME
.Nm wiki
.Nm wikipedia
.Nd search Wikipedia from the command line
.Sh SYNOPSIS
.Nm
Expand All @@ -11,8 +11,8 @@
.Nm
is a command line program to search Wikipedia. All arguments following the command will be counted as search terms. A browser window will open with the relevant Wikipedia results.
.Sh FILES
.Bl -tag -width "/usr/local/bin/wiki" -compact
.It Pa /usr/local/bin/wiki
.Bl -tag -width "/usr/local/bin/wikipedia" -compact
.It Pa /usr/local/bin/wikipedia
.El
.Sh AUTHOR
Originally written by
Expand Down

0 comments on commit 77049ba

Please sign in to comment.