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 1/2] 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" From 48b6c5cd844d34972d95b1dd496f59e5bdc57248 Mon Sep 17 00:00:00 2001 From: TomJansen <2716208+TomJansen@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:57:04 +0100 Subject: [PATCH 2/2] mend --- progs.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs.csv b/progs.csv index 84e2ae5..7cca126 100644 --- a/progs.csv +++ b/progs.csv @@ -69,4 +69,4 @@ 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" +,odt2txt,"enables .odt file previews in vifm."