💾 Archived View for source.community › jeffdecola › my-go-tools › blob › develop › README.md captured on 2024-02-05 at 09:55:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/jeffdecola/my-go-tools.git
View raw contents of /README.md (develop)
![Go Report Card[1] ![GoDoc[2] ![Maintainability[3] ![Issue Count[4] ![License[5]
_A place to keep useful tools I created in go to install on my rig._
Table of Contents,
- CRYPTOGRAPHY TOOLS[1]
- MARKDOWN TOOLS[1]
- CONTINUOUS INTEGRATION[2]
Documentation and reference,
- My go-cheat-sheet[1]
- my-go-examples[1]
- my-go-packages[2]
- This repos
github webpage[1] _built with concourse[2]_
- decryptfile[1]
_Decrypt a file with AES-256 GCM (a 32-byte hash key) using the `crypto/aes` package.
Works with encryptfile[1]._
- encryptfile[1]
_Encrypt a file with AES-256 GCM (a 32-byte hash key) using the `crypto/aes` package.
Works with decryptfile[1]._
- md5-hash-file[1]
_Get an md5 hash (fingerprint) from an input file using the standard `crypto/md5` package.
I also added a flag to read in your `.ssh/id_rsa.pub` key to get your ssh fingerprint._
- sha256-hash-file[1]
_Get an sha256 hash (fingerprint) from an input file using the standard `crypto/sha256` package.
I also added a flag to read in your `.ssh/id_rsa.pub` key to get your ssh fingerprint._
- markdown-create-table-of-contents[1]
1: markdown-create-table-of-contents
_Parse a markdown file to find `##`, `###` to create a table of contents (TOC) for links at github._
- markdown-delimiter-doer[1]
_Take a markdown file and "do whatever you want" between the delimiters and output new markdown file._ ## CONTINUOUS INTEGRATION
Refer to ci-README.md[1] on how I automated building this repos github webpage[2] and perform some unit-tests.
· · ·
© 2024 source.community