Merge d5ff76ba22d858453bf3f14ae8c3acac4e1fd21d into 7d37069a361d3fd9f214480755f7969744e866fa

This commit is contained in:
arunsupe 2024-11-20 07:28:42 +05:30 committed by GitHub
commit 0ead80824e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,6 +377,7 @@ Only main chapters:
&nbsp;&nbsp; <a href="https://github.com/tj/commander.js"><b>commander.js</b></a> - minimal CLI creator in JavaScript.<br> &nbsp;&nbsp; <a href="https://github.com/tj/commander.js"><b>commander.js</b></a> - minimal CLI creator in JavaScript.<br>
&nbsp;&nbsp; <a href="https://github.com/tomnomnom/gron"><b>gron</b></a> - make JSON greppable!<br> &nbsp;&nbsp; <a href="https://github.com/tomnomnom/gron"><b>gron</b></a> - make JSON greppable!<br>
&nbsp;&nbsp; <a href="https://github.com/itchyny/bed"><b>bed</b></a> - binary editor written in Go.<br> &nbsp;&nbsp; <a href="https://github.com/itchyny/bed"><b>bed</b></a> - binary editor written in Go.<br>
&nbsp;&nbsp; <a href="https://github.com/arunsupe/semantic-grep"><b>w2vgrep</b></a> - A semantic grep tool using word embeddings to find semantically similar matches rather than keyword matches. e.g., searching for "death" will find "dead", "killing", "murder". <br>
</p> </p>
#### GUI Tools &nbsp;[<sup>[TOC]</sup>](#anger-table-of-contents) #### GUI Tools &nbsp;[<sup>[TOC]</sup>](#anger-table-of-contents)