From 4cca46660c4ae0bbfb7d075a299b00a422cc97a4 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 6 Jan 2020 16:26:33 +0100 Subject: [PATCH] Add sc-im to rifle --- rifle.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rifle.conf b/rifle.conf index 5140ab1..d4b9918 100644 --- a/rifle.conf +++ b/rifle.conf @@ -82,6 +82,10 @@ ext x?html?, has w3m, terminal = w3m "$@" #------------------------------------------- # Misc #------------------------------------------- +# Tabular Data +mime ^text/csv = sc-im -- "$@" +ext sc = sc-im -- "$@" + # Define the "editor" for text files as first action mime ^text, label editor = $EDITOR -- "$@" mime ^text, label pager = "$PAGER" -- "$@"