mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add doxx for docx file preview in ranger
This commit is contained in:
@@ -87,6 +87,12 @@ handle_extension() {
|
||||
pandoc -s -t markdown -- "${FILE_PATH}" && exit 5
|
||||
exit 1;;
|
||||
|
||||
## DOCX
|
||||
docx)
|
||||
## Uses: https://github.com/bgreenwell/doxx
|
||||
doxx "${FILE_PATH}" && exit 5
|
||||
exit 1;;
|
||||
|
||||
## XLSX
|
||||
xlsx)
|
||||
## Preview as csv conversion
|
||||
|
||||
Reference in New Issue
Block a user