From 9108cd041dc5709119877f1fc8e24d44d627128e Mon Sep 17 00:00:00 2001 From: TomJansen <2716208+TomJansen@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:52:55 +0100 Subject: [PATCH] add docx2txt and odt2txt to progs.csv --- progs.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/progs.csv b/progs.csv index f3ab698..84e2ae5 100644 --- a/progs.csv +++ b/progs.csv @@ -68,3 +68,5 @@ A,task-spooler,"queues commands or files for download." A,simple-mtpfs,"enables the mounting of cell phones." G,https://github.com/lukesmithxyz/dmenu.git,"runs commands and provides a UI for selection." G,https://github.com/lukesmithxyz/st.git,"is my custom build of suckless's terminal emulator." +,docx2txt,"enables .docx file previews in vifm." +,odt2txt,"enables .odt file previews in vifm"