Ticket #3939 (new enhancement) — at Version 1

Opened 6 years ago

Last modified 6 years ago

some simple additions to mc.ext

Reported by: borealcoyote Owned by:
Priority: minor Milestone: Future Releases
Component: mc-core Version: master
Keywords: sc, ogg Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description (last modified by andrew_b) (diff)

I found that it was useful to add these to my mc.ext file:

# GNU Spreadsheet Calculator
regex/\.([Ss][Cc])$
	Open=(sc %f)

# a prank, on any file in plain text format, .sc for instance
regex/\.([??][??]...)$
	Open=(tac %f) | rev | nl | most 
# or pipe it through espeak instead of most

# playing ogg vorbis music files
regex/\.([0o][Gg][Gg])$
	Open=(mplayer %f)

Change History

comment:1 Changed 6 years ago by andrew_b

  • Component changed from mc-config-ini to mc-core
  • Description modified (diff)
Note: See TracTickets for help on using tickets.