it-gro

Results 1 comments of it-gro

Example could be a markdown viewer: ```bash mdv() { [ -e "$1" ] && pandoc -t html "$1" | lynx -stdin || echo "$1 not found"; } ``` now replace...