diff options
author | June McEnroe <june@causal.agency> | 2020-02-08 18:29:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-08 18:29:01 -0500 |
commit | f502260dd0aa73b09bfbb7289b50a67592866166 (patch) | |
tree | 66c829e80fc3968b3ffcabc2b11fc25acbc610c8 /catgirl.1 | |
parent | Add procPipe for subprocesses (diff) | |
download | catgirl-f502260dd0aa73b09bfbb7289b50a67592866166.tar.gz catgirl-f502260dd0aa73b09bfbb7289b50a67592866166.zip |
Scan messages for URLs
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index 5394d33..f489d07 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -156,6 +156,15 @@ Close the named, numbered or current window. Toggle logging in the .Sy <debug> window. +.It Ic /open Op Ar count +Open each of +.Ar count +most recent URLs. +.It Ic /open Ar nick | substring +Open the most recent URL from +.Ar nick +or matching +.Ar substring . .It Ic /window Ar name Switch to window by name. .It Ic /window Ar num , Ic / Ns Ar num |