summaryrefslogtreecommitdiff
path: root/web/tabfs.md
diff options
context:
space:
mode:
authormikelinsi <mike@mikelinsi.com>2024-12-27 14:20:36 +0100
committermikelinsi <mike@mikelinsi.com>2024-12-27 14:20:36 +0100
commit52eb7131650386fedc4c2477c1e7fc2fc06adaa3 (patch)
treeae697582aabaaba885b6388ee4c47dbf413f2598 /web/tabfs.md
parente056ff9073470192ef4c8498aaa7e722edae87c2 (diff)
downloadTabFS-52eb7131650386fedc4c2477c1e7fc2fc06adaa3.tar.gz
TabFS-52eb7131650386fedc4c2477c1e7fc2fc06adaa3.zip
for Issue #16: update backend js for create new tabs on window, update web readme
Diffstat (limited to 'web/tabfs.md')
-rw-r--r--web/tabfs.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/tabfs.md b/web/tabfs.md
index 1cda620..ed9f31a 100644
--- a/web/tabfs.md
+++ b/web/tabfs.md
@@ -134,6 +134,19 @@ or (older / more explicit)
$ echo remove | tee -a mnt/tabs/by-title/*Stack_Overflow*/control
```
+### Open new Tabs
+just:
+
+```
+$ echo about:blank > mnt/tabs/create
+```
+
+or in a specific window:
+
+```
+$ about:blank > windows/<ID>/crate
+```
+
#### btw
(this task, removing all tabs whose titles contain some string, is a