Skip to content

Commit

Permalink
update searcher, urlbits links
Browse files Browse the repository at this point in the history
  • Loading branch information
davemolk committed Dec 17, 2022
1 parent bc65345 commit 423c2cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 :)

Expand Down
1 change: 1 addition & 0 deletions fof/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
full version (renamed searcher) can be found [here](https://github.com/davemolk/searcher)!
1 change: 1 addition & 0 deletions pu/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
full version (renamed urlbits) can be found [here](http://github.com/davemolk/urlbits)!

0 comments on commit 423c2cc

Please sign in to comment.