Electronics references and utilities; maybe handy for some.
By jaggz.h who is at gmail
- Perl needs to be installed for some utils
- With Perl, some use Text::Table, or other perl module dependencies you may need to install (on Debian based systems, eg.,
apt install libtext-table-perl
orcpanm Text::Table
or ...) - I check out the repository, then symlink the utils I want into my ~/bin/ folder (ie.
cd ~/bin && ln -s ~/local/src/electronics-handy-cli/resistor-color-codes
etc.)