Add viewing capablities to neomutt
This commit is contained in:
parent
848345ea86
commit
6b6434d8ac
2 changed files with 7 additions and 0 deletions
5
dotfiles/.mailcap
Normal file
5
dotfiles/.mailcap
Normal file
|
@ -0,0 +1,5 @@
|
|||
text/plain; cat %s; copiousoutput
|
||||
text/html; elinks -dump ; copiousoutput;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; pandoc --from docx --to markdown %s; copiousoutput
|
||||
application/vnd.oasis.opendocument.text; pandoc --from odt --to markdown %s; copiousoutput
|
||||
application/pdf; pdftotext -layout %s -; copiousoutput;
|
2
setup.sh
2
setup.sh
|
@ -45,6 +45,8 @@ sudo apt install \
|
|||
nm-tray \
|
||||
pass \
|
||||
pavucontrol \
|
||||
pandoc \
|
||||
poppler-utils \
|
||||
python3-pip \
|
||||
qutebrowser \
|
||||
ripgrep \
|
||||
|
|
Loading…
Add table
Reference in a new issue