Selaa lähdekoodia

muttimage replaced by openfile

tags/v3.1
Luke Smith 4 vuotta sitten
vanhempi
commit
d8f57b57f6
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
5 muutettua tiedostoa jossa 6 lisäystä ja 14 poistoa
  1. +1
    -0
      bin/mailsync
  2. +0
    -11
      bin/muttimage
  3. +2
    -1
      bin/mw
  4. +2
    -1
      bin/openfile
  5. +1
    -1
      share/mailcap

+ 1
- 0
bin/mailsync Näytä tiedosto

@@ -1,4 +1,5 @@
#!/bin/sh

# Sync mail and give notification if there is new mail.

# Run only if user logged in (prevent cron errors)


+ 0
- 11
bin/muttimage Näytä tiedosto

@@ -1,11 +0,0 @@
#!/usr/bin/env bash

#get image resolution
resolution=$(identify $1 | awk '{print $3}')
IFS='x' # x is set as delimiter
read -ra ADDR <<< "$resolution"
width=${ADDR[0]}
height=${ADDR[1]}

### Display Image / offset with mutt bar
echo -e "2;3;\n0;1;0;42;$((width));$((height));0;0;0;0;$1\n4;\n3;" | /usr/lib/w3m/w3mimgdisplay &

+ 2
- 1
bin/mw Näytä tiedosto

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh

command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&


+ 2
- 1
bin/openfile Näytä tiedosto

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh

# Helps open a file with xdg-open from mutt in a external program without weird side effects.
[ $(uname) = "Darwin" ] && opener="open" || opener="setsid xdg-open"
mkdir -p "/tmp/$USER-mutt-tmp"


+ 1
- 1
share/mailcap Näytä tiedosto

@@ -1,7 +1,7 @@
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
image/*; muttimage %s ; copiousoutput
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;

Ladataan…
Peruuta
Tallenna