aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md20
-rw-r--r--doc/finder-contents.pngbin0 -> 267777 bytes
-rw-r--r--doc/finder.pngbin0 -> 889669 bytes
3 files changed, 18 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2d88748..dca2c7d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,27 @@
# TabFS
-Mount your browser tabs as a filesystem.
+Mount your browser tabs as a filesystem!
-## Examples of stuff you can do
+<img src="doc/finder.png" width="500">
+
+Each of your open tabs is mapped to a folder with a bunch of control
+and live-updating content files inside it. (TODO: update as I add more)
+
+<img src="doc/finder-contents.png" width="500">
+
+This gives you a _ton_ of power, because now you can apply [all the
+existing tools](https://twitter.com/rsnous/status/1018570020324962305)
+on your computer that already know how to deal with files -- terminal
+commands, scripting languages, etc -- and use them to control and draw
+information from your browser. You don't need to write a browser
+extension from scratch every time you want to do anything.
+
+## Examples of stuff you can do!
(assuming your shell is in the `fs` subdirectory of this repo)
+(TODO: more of these)
+
### List the titles of all the tabs you have open
```
diff --git a/doc/finder-contents.png b/doc/finder-contents.png
new file mode 100644
index 0000000..71767a8
--- /dev/null
+++ b/doc/finder-contents.png
Binary files differ
diff --git a/doc/finder.png b/doc/finder.png
new file mode 100644
index 0000000..3006399
--- /dev/null
+++ b/doc/finder.png
Binary files differ