From 52eb7131650386fedc4c2477c1e7fc2fc06adaa3 Mon Sep 17 00:00:00 2001 From: mikelinsi Date: Fri, 27 Dec 2024 14:20:36 +0100 Subject: for Issue #16: update backend js for create new tabs on window, update web readme --- web/tabfs.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/tabfs.md') 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//crate +``` + #### btw (this task, removing all tabs whose titles contain some string, is a -- cgit v1.2.3