X-Git-Url: https://mattmccutchen.net/utils/utils.git/blobdiff_plain/273c390351c42303171c25215304d1cfd6ca02d4..32683ebac1555afafee08b7dac6433ea17eb2daa:/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ba2868 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Matt McCutchen's Linux utilities + +This is a collection of utilities I use or previously used on my Linux system. Some of them may work on other unix-like systems. For documentation, see https://mattmccutchen.net/utils/ and (where present) comments in the files. Your feedback and contributions are welcome: please email me at matt@mattmccutchen.net . + +These utilities are in one repository for my convenience and yours even though they fall into a number of unrelated groups and vary widely in maturity. Caveat emptor! + +## License + +These are solely authored by me and hereby in the public domain except: + +- lesspipe.sh: a modified version of [Fedora's lesspipe.sh](https://src.fedoraproject.org/rpms/less/blob/master/f/lesspipe.sh), the license of which I have not confirmed but presume to be free + +- stow: a modified version of [Stow](https://www.gnu.org/software/stow/) under the GNU General Public License version 2 (provided in COPYING.GPLv2) or later + +Of course, there is absolutely no warranty.