Add urlview rules to mail & update list of software
This commit is contained in:
parent
643e25ec6e
commit
e22b5ee627
2 changed files with 82 additions and 18 deletions
70
SOFTWARE.md
70
SOFTWARE.md
|
@ -2,15 +2,30 @@
|
|||
|
||||
## General
|
||||
|
||||
* Calibre
|
||||
* LibreOffice
|
||||
* mpv
|
||||
* Thunderbird
|
||||
* ownCloud client
|
||||
* KeepassX2
|
||||
* PulseAudio+pavucontrol
|
||||
* Fonts (ttf-dejavu, noto-fonts, powerline-fonts)
|
||||
* calibre
|
||||
* libreoffice
|
||||
* owncloud-client
|
||||
* keepassx2
|
||||
* pulseaudio
|
||||
* pavucontrol
|
||||
* LaTeX (texlive-most)
|
||||
* Gimp
|
||||
|
||||
### Fonts
|
||||
|
||||
* noto-fonts-*
|
||||
* powerline-fonts
|
||||
* ttf-liberation
|
||||
* ttf-dejavu
|
||||
* ttf-droid
|
||||
* ttf-hack
|
||||
* ttf-inconsolata
|
||||
|
||||
## Media
|
||||
|
||||
* mpv
|
||||
* mpd
|
||||
* ncmpcpp
|
||||
|
||||
## Browsers
|
||||
|
||||
|
@ -22,17 +37,25 @@
|
|||
* Reddit Enhancement Suite
|
||||
* uBlock Origin
|
||||
* Wappalyzer
|
||||
* Greasemonkey
|
||||
* Stylish
|
||||
* Postman (Chrome)
|
||||
* Insomnia (Chrome)
|
||||
|
||||
## Development
|
||||
|
||||
* postman
|
||||
* insomnia
|
||||
* atom
|
||||
* nodejs
|
||||
* npm
|
||||
* go
|
||||
* atom editor
|
||||
* sublime text 3
|
||||
* mongodb
|
||||
* postgresql
|
||||
* go
|
||||
* valgrind
|
||||
* cppcheck
|
||||
* shellcheck
|
||||
* doxygen
|
||||
* docker
|
||||
|
||||
### Global NPM packages
|
||||
|
||||
|
@ -46,14 +69,25 @@
|
|||
* termite
|
||||
* weechat
|
||||
* zsh + zsh-completions
|
||||
* screenfetch+scrot
|
||||
* OpenSSH
|
||||
* tmux
|
||||
* openssh
|
||||
* neovim
|
||||
|
||||
### Utilities
|
||||
|
||||
* unzip
|
||||
* unrar
|
||||
* p7zip
|
||||
* wget
|
||||
* ncdu
|
||||
* tree
|
||||
* pass
|
||||
* screenfetch
|
||||
* htop
|
||||
* lftp
|
||||
* nvim
|
||||
* unzip
|
||||
* tmux
|
||||
* ncdu
|
||||
|
||||
### Mail
|
||||
|
||||
* (neo)mutt
|
||||
* notmuch
|
||||
* isync (aka mbsync)
|
||||
|
|
30
mail/.urlview
Normal file
30
mail/.urlview
Normal file
|
@ -0,0 +1,30 @@
|
|||
###############################################################################
|
||||
# Urlview configuration file.
|
||||
# man urlview <Man page>
|
||||
#
|
||||
# Put this file in: $HOME/.urlview
|
||||
# Put url_handler.sh in: /usr/bin
|
||||
#
|
||||
# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys.
|
||||
# Put these macros in your $HOME/.muttrc file.
|
||||
#
|
||||
# macro index \cb |urlview\n
|
||||
# macro pager \cb |urlview\n
|
||||
#
|
||||
# You can call 'urlview' while in 'tin' by pressing | then a for article,
|
||||
# put urlview as the pipe command.
|
||||
#
|
||||
# Regular expression to use to match URLs.
|
||||
|
||||
#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
|
||||
REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
|
||||
|
||||
# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh
|
||||
# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER
|
||||
# environment variable instead.
|
||||
|
||||
#COMMAND lynx %s
|
||||
#COMMAND netscape -remote 'openURL(%s)'
|
||||
#COMMAND url_handler.sh
|
||||
COMMAND /usr/bin/xdg-open %s
|
||||
|
Loading…
Reference in a new issue