ソースを参照

Add support a default association

master
sin 10年前
コミット
51253b0564
1個のファイルの変更5行の追加4行の削除
  1. +5
    -4
      noice.c

+ 5
- 4
noice.c ファイルの表示

@@ -42,11 +42,12 @@ struct assoc {

/* Configuration */
struct assoc assocs[] = {
{ ".(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
{ ".srt$", "less" },
{ ".txt$", "less" },
{ ".sh$", "sh" },
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
{ "\\.srt$", "less" },
{ "\\.txt$", "less" },
{ "\\.sh$", "sh" },
{ "^README$", "less" },
{ ".*", "less" },
};

struct entry {


読み込み中…
キャンセル
保存