From b8edd5536e9f824d75ac44bb57058b656e351535 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 May 2014 14:32:12 +1200 Subject: Add scatter(1), shoal(1), and shock(1) --- README.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index efdc2148..303d5a95 100644 --- a/README.markdown +++ b/README.markdown @@ -48,6 +48,8 @@ Configuration is included for: * [X11](http://www.x.org/wiki/) — Windowing system with network transparency for Unix +Also included are a few scripts for `~/.local/bin`, and their `man(1)` pages. + The configurations for Bash, Mutt, tmux, and Vim are the most expansive and most likely to be of interest. The configuration for GnuPG is tweaked to follow [RiseUp’s OpenPGP best @@ -88,6 +90,9 @@ The remaining dotfiles can be installed with the other targets: * `install-wyrd` * `install-x` +The miscellaneous `bin` scripts and their manuals can be installed with +`install-bin` and `install-man` respectively. + Shell ----- @@ -256,6 +261,20 @@ The configuration is extensively commented, mostly because I was reading through it one day and realised I’d forgotten what half of it did. Plugins are loaded using @tpope’s [pathogen.vim](https://github.com/tpope/vim-pathogen). +Scripts +------- + +Three SSH-related scripts and their manuals are included: + +* `scatter(1)` -- Run command on multiple hosts read from `shoal(1)` and + print output +* `shock(1)` -- Run command on multiple hosts read from `shoal(1)` and print + the hostname if the command returns zero +* `shoal(1)` -- Print hostnames read from a `ssh_config(5)` file + +If you want to use the manuals, you may need to add `~/.local/share/man` to +your `/etc/manpath` configuration, depending on your system. + License ------- -- cgit v1.2.3