Add sc-im to rifle
This commit is contained in:
parent
75cc9293cf
commit
4cca46660c
1 changed files with 4 additions and 0 deletions
|
@ -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" -- "$@"
|
||||
|
|
Loading…
Reference in a new issue