diff options
Diffstat (limited to 'web/tabfs.md')
-rw-r--r-- | web/tabfs.md | 13 |
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 |