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" -- "$@"