Skip to content

Commit b4e3e15

Browse files
committed
1 parent 0a186e5 commit b4e3e15

File tree

2 files changed

+425
-1
lines changed

2 files changed

+425
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This collection is partly **an experiment** in how much it's possible to get don
3131
- [PHP Deserializer](https://tools.simonwillison.net/php-deserializer) - paste in serealized PHP data, get back JSON
3232
- [SQL Pretty Printer](https://tools.simonwillison.net/sql-pretty-printer) - paste in SQL to pretty print it
3333
- [SQL Pretty Printer](https://tools.simonwillison.net/sql-pretty-printer) - paste in SQL to pretty print it
34-
- [Pipfile.lock Dependency Parser](https://tools.simonwillison.net/pipfile) - paste in a `Pipfile.lock` JSON file to extract just the dependency versions
34+
- [Pipfile.lock Dependency Parser](https://tools.simonwillison.net/pipfile) - paste in a `Pipfile.lock` JSON file to extract just the dependency versions]
3535

3636
## LLM playgrounds and debuggers
3737

@@ -51,6 +51,7 @@ This collection is partly **an experiment** in how much it's possible to get don
5151
- [Prompts.js](https://tools.simonwillison.net/prompts-js) small JavaScript library enabling `await Prompts.alert("hi")` and `await Prompts.confirm("Continue?")` and `await Prompts.prompt("Enter your name")`
5252
- [aria-live-regions](https://tools.simonwillison.net/aria-live-regions) demonstrates ARIA live regions
5353
- [APSW SQLite query explainer](https://tools.simonwillison.net/apsw-query) - paste in a SQLite SQL query, get back a detailed explanation created using `apsw.ext.query_info()`
54+
- [Encrypt / decrypt message](https://tools.simonwillison.net/encrypt) - encrypt a message with a passphrase, send someone a link and they can decrypt it again
5455

5556
## On Observable
5657

0 commit comments

Comments
 (0)