Options (2)
-p, --pagebooleanView a `.docx` file in the terminal and jump to a specific page
Example:
doxx {{path/to/file}}.docx {{[-p|--page]}} {{page_number}}-s, --searchbooleanSearch for a pattern in a `.docx` file
Example:
doxx {{path/to/file}}.docx {{[-s|--search]}} {{pattern}}Examples (7)
View a `.docx` file in the terminal
doxx path/to/file.docxView a `.docx` file in the terminal with color support
doxx path/to/file.docx --colorView a `.docx` file in the terminal with image support
doxx path/to/file.docx --imagesView a `.docx` file in the terminal and jump to a specific page
doxx path/to/file.docx [-p|--page] page_numberSearch for a pattern in a `.docx` file
doxx path/to/file.docx [-s|--search] patternSearch for a pattern while viewing a document
<s>patternExit document
<q>made by @shridhargupta | data from tldr-pages