Tiny tools for OpenBSD - MIT

Capitan Cloud 7e6a17d73d Update README.md 6 月之前
LICENSE 1221040374 Update LICENSE 10 月之前
README.md 7e6a17d73d Update README.md 6 月之前
check256 7201f38786 Add files via upload 11 月之前
checkmd5 2d00e3bd8d Add files via upload 11 月之前
fun 09096225b8 Add files via upload 11 月之前
nana 09096225b8 Add files via upload 11 月之前
regextr af6c4cd3c6 Add files via upload 11 月之前
var 09096225b8 Add files via upload 11 月之前

README.md

tiny-tools

Tiny tools for OpenBSD - MIT License

Originally inspired by the Tiny Tools article, by Gerald J. Holzmann, with some useful shell tools for coding on Unix-like systems...

The article was severals years old (I. Software, jan/Feb 2016) and the code should be adapted to OpenBSD. But I tried to convert them, adding some new ones:

  • checkmd5, an md5 checksum utility
  • check256, a sha256 checksum utility
  • nana (was num), a printing utility for your code
  • fun (was fn), a function search utility
  • regextr, a reg expression facilitator
  • var (was itok), a variable search utility

Hope you can find them somewhat useful. Have fun!