From a21b1923af72381eede1be109d1e187961798093 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 30 Oct 2020 01:00:09 -0700 Subject: Add Finder stuff + more motivation to README.md. --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'README.md') 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 + + +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) + + + +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 ``` -- cgit v1.2.3