Skip to content

par7133/tiny-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!