From 423c2cc617b6c2c06ca8f40b6d2cf2e34d2953a4 Mon Sep 17 00:00:00 2001 From: Dave Molk Date: Sat, 17 Dec 2022 05:09:24 -0700 Subject: [PATCH] update searcher, urlbits links --- README.md | 4 ++++ fof/readme.md | 1 + pu/readme.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 fof/readme.md create mode 100644 pu/readme.md diff --git a/README.md b/README.md index 676be09..849d593 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ a collection of odds, ends, and everything in between (added below once stable). ## fof enter a search term and a file name (list of additional search terms, line-separated) and get back results (blurb plus url) from ask, bing, brave, duckduckgo, yahoo, and yandex. use 'exact' for exact term matching. +full version (renamed searcher) can be found [here](https://github.com/davemolk/searcher)! + ## lines take a bunch of files with line-separated urls/words/whatevers and get one large file containing all those urls/words/whatevers. Or, do the same thing with csv files. @@ -15,6 +17,8 @@ google dorking, but with duck duck go (so, not google dorking...) ## pu parse urls in style. read urls from a line-separated file or from stdin. Get domains, keys, a map of keys and values, paths, user info (username and password), or values. +full version (renamed urlbits) can be found [here](http://github.com/davemolk/urlbits)! + ## pw need a kinda sorta safe(ish?) password and too lazy to log into your pw manager or some rando genderating rando site? type something in and get a mostly gibberish password that contains at least one lower-case letter, one upper-case, one special character, and one number. there are, of course, much easier ways to do this -- I was mainly interested in practicing pipelines :) diff --git a/fof/readme.md b/fof/readme.md new file mode 100644 index 0000000..b4f5642 --- /dev/null +++ b/fof/readme.md @@ -0,0 +1 @@ +full version (renamed searcher) can be found [here](https://github.com/davemolk/searcher)! \ No newline at end of file diff --git a/pu/readme.md b/pu/readme.md new file mode 100644 index 0000000..1a5ce6a --- /dev/null +++ b/pu/readme.md @@ -0,0 +1 @@ +full version (renamed urlbits) can be found [here](http://github.com/davemolk/urlbits)! \ No newline at end of file