add script to open all urls in mails

This commit is contained in:
Felix Van der Jeugt 2021-01-23 22:45:01 +01:00
parent 640ce045a1
commit 02b772ba8c
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 6 additions and 0 deletions

6
local/bin/murls Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
if [ -z "$*" ]; then
mshow
else
mshow "$@"
fi | xurls | xargs rifle