From 77049baf8f3ca5de1d8e3de713deec005e45915d Mon Sep 17 00:00:00 2001 From: Ildar Sagdejev Date: Wed, 20 Sep 2017 10:27:19 -0400 Subject: [PATCH] wiki: renamed to 'wikipedia' to avoid conflict with homebrew package 'wiki' --- google/google.1 | 6 +++--- osxutils/osxutils | 4 ++-- wiki/wiki => wikipedia/wikipedia | 0 wiki/wiki.1 => wikipedia/wikipedia.1 | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) rename wiki/wiki => wikipedia/wikipedia (100%) rename wiki/wiki.1 => wikipedia/wikipedia.1 (75%) diff --git a/google/google.1 b/google/google.1 index 724db2a..813faa4 100644 --- a/google/google.1 +++ b/google/google.1 @@ -1,4 +1,4 @@ -.Dd April 9, 2015 +.Dd September 20, 2017 .Dt google 1 .Os Darwin .Sh NAME @@ -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: @@ -37,4 +37,4 @@ Search for images. Originally written by .An Sveinbjorn Thordarson Aq sveinbjornt@gmail.com . .Sh SEE ALSO -.Xr wiki 1 +.Xr wikipedia 1 diff --git a/osxutils/osxutils b/osxutils/osxutils index 1f85681..997fdac 100755 --- a/osxutils/osxutils +++ b/osxutils/osxutils @@ -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"; @@ -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"; diff --git a/wiki/wiki b/wikipedia/wikipedia similarity index 100% rename from wiki/wiki rename to wikipedia/wikipedia diff --git a/wiki/wiki.1 b/wikipedia/wikipedia.1 similarity index 75% rename from wiki/wiki.1 rename to wikipedia/wikipedia.1 index 8fa31be..d417aeb 100755 --- a/wiki/wiki.1 +++ b/wikipedia/wikipedia.1 @@ -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 @@ -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