From bb811ee9d11cfbd6314c599ebc258dc2216d8baa Mon Sep 17 00:00:00 2001 From: lokiwho Date: Fri, 16 Apr 2021 23:46:49 -0400 Subject: [PATCH 1/2] Sorted out the unsorted like suggested This is my first attempt at really editing things with github! I sorted as suggested --- .../usr/local/share/man/man7/hashbang.7.j2 | 47 +++++++++++-------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 b/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 index fcc823a..913da87 100644 --- a/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 +++ b/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 @@ -198,6 +198,24 @@ locate - Searches a prebuilt database for files on a filesystem. tree - A recursive directory listing program that produces a depth-indented listing of files. + +ag - A significantly faster replacement to ACK with a built in VCS. + +pv - Monitors the progress of data through a pipe. + +libevent - Provides a mechanism to execute a callback function when a specific +event occurs on a file descriptor or after a timeout has been reached. + +dos2unix - Converts line breaks in a text file from DOS format to Unix format. + +unix2dos - Converts line breaks in a text file from Unix format to DOS format. + +watch - Executes a program periodically, showing the output fullscreen. + +parallel - Shell tool for executing jobs in parallel using one or more +computers. + + .SS Archiving atool - A script for managing file archives of various types. @@ -279,7 +297,12 @@ source and header files of various programming languages. cmake - Software for managing the build process of software using a compiler-independent method. +libev - A high-performance event loop for C. + shellcheck - Linter for shell scripts + +xargs - Used to build and execute command lines from standard input + .SS Games/Toys nethack - A roguelike game descended from the game Hack and Rogue. @@ -296,6 +319,9 @@ bastet - (Bastard Tetris) A Tetris clone. gnugo - Open source implementation of the game Go. gnuchess - Chess + +cowsay - Generates ASCII pictures of a cow with a message. + .SS System Management Utilities htop - An interactive system-monitor process-viewer. @@ -315,28 +341,11 @@ user to access multiple separate terminal sessions in a single terminal. byobu - An enhancement for the terminal multiplexers Screen or Tmux that can be used to provide on screen notification or status as well as tabbed multi-window management. -.SS Misc. / Unsorted (Sort these!) -pv - Monitors the progress of data through a pipe. - -xargs - Used to build and execute command lines from standard input. - -parallel - Shell tool for executing jobs in parallel using one or more -computers. - -ag - A significantly faster replacement to ACK with a built in VCS. -watch - Executes a program periodically, showing the output fullscreen. - -libev - A high-performance event loop for C. - -libevent - Provides a mechanism to execute a callback function when a specific -event occurs on a file descriptor or after a timeout has been reached. +.SS Misc. / Unsorted (Sort these!) -cowsay - Generates ASCII pictures of a cow with a message. +N/A -dos2unix - Converts line breaks in a text file from DOS format to Unix format. - -unix2dos - Converts line breaks in a text file from Unix format to DOS format. .SH HISTORY 2004 - lrvick secured free-for-all usage of a dedicated server, hosted at "The Planet" datacenter in Austin, TX, in exchange for providing free system From 755bc7db711bb9f28c34086da957fe4a3b603007 Mon Sep 17 00:00:00 2001 From: lokiwho Date: Fri, 16 Apr 2021 23:54:00 -0400 Subject: [PATCH 2/2] Updating ag with man quick-desc Updating ag with man quick-desc --- .../hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 b/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 index 913da87..f20a5c7 100644 --- a/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 +++ b/ansible/tasks/hashbang/templates/usr/local/share/man/man7/hashbang.7.j2 @@ -199,7 +199,7 @@ locate - Searches a prebuilt database for files on a filesystem. tree - A recursive directory listing program that produces a depth-indented listing of files. -ag - A significantly faster replacement to ACK with a built in VCS. +ag - The Silver Searcher. Like ack, but faster pv - Monitors the progress of data through a pipe.