diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2021-03-02 08:21:56 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2021-03-02 08:21:56 +0100 |
commit | 2aba7615afdabfdef8e02d162ffee2ecdf3e39e9 (patch) | |
tree | 1184800b0357bf0f361d18113599ac6c85865c75 /sys/man | |
parent | f234b29c7fc119fa148af2108f93e5eaf9ecbfb4 (diff) |
mothra: add "d" command to search for a text on the internet (using duckduckgo)
Diffstat (limited to 'sys/man')
-rwxr-xr-x | sys/man/1/mothra | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/man/1/mothra b/sys/man/1/mothra index bee49830c..364c9dfc8 100755 --- a/sys/man/1/mothra +++ b/sys/man/1/mothra @@ -132,6 +132,11 @@ The typed commands are: .B a Toggle alt display. .TP +.BI d " text +Search for the given +.I text +on the internet. +.TP .BI g " url Go to the page with the given URL. .TP |