Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltratt/bin
Scripts and utilities
https://github.com/ltratt/bin
Last synced: about 2 months ago
JSON representation
Scripts and utilities
- Host: GitHub
- URL: https://github.com/ltratt/bin
- Owner: ltratt
- Created: 2011-05-25T20:45:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:27:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T02:48:01.233Z (3 months ago)
- Language: Shell
- Homepage: http://tratt.net/laurie/
- Size: 39.1 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
============================================================================
bin/ Laurence Tratt
============================================================================This directory contains various utilities I've created over the years, most
too small to be worthy of the overhead of creating a stand-alone package
for, but still potentially useful to other people. My aim here is to package
them together in a simple fashion so that people can cherry-pick those
they're most interested in. Some of the utilities may also have separate
stand-alone releases, but that is not guaranteed.Most of these utilities are for Unix systems, some for a specific Unix
(generally OpenBSD), though I aim to make as many of them portable as is
practical. Portability fixes are always greatly appreciated.In that tradition, many of the utilities need little more than a Unix shell;
some require other languages (e.g. Python); and some may require other
external tools. Checking the first few lines of each utility should make it
obvious what its requirements are. Each utility is otherwise self-contained:
if you wish to use one or more of them, simply copy them to somewhere in your
path (I use ~/bin/, with my $PATH set appropriately).Further, more detailed, documentation for some of the utilities can be found
at my website:http://tratt.net/laurie/
You can also find my contact details there for bug reports, code updates
etc.Each script or utility is under an MIT / BSD licence.