From 6bd8f3a676e8ae185132e53f454f6b791dbc7727 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 14 Jan 2020 19:26:16 +0100 Subject: [PATCH] Add OpenSCAD files to rifle --- rifle.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rifle.conf b/rifle.conf index 4242f04..9415693 100644 --- a/rifle.conf +++ b/rifle.conf @@ -88,6 +88,9 @@ ext tsv|tab = sc-im -- "$@" ext sc = sc-im -- "$@" ext xls|xlsx = sc-im -- "$@" +# OpenSCAD +ext scad, flag f = openscad -- "$@" + # Define the "editor" for text files as first action mime ^text, label editor = $EDITOR -- "$@" mime ^text, label pager = "$PAGER" -- "$@"