aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-30 01:00:09 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-30 01:00:37 -0700
commita21b1923af72381eede1be109d1e187961798093 (patch)
treec8948079d906c343fa90460679dfda9676c33ad1 /README.md
parentc4245fdf7b907a3ba48b15be8a422dabb6d8b32c (diff)
Add Finder stuff + more motivation to README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 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
```