Przeglądaj źródła

Add support a default association

master
sin 10 lat temu
rodzic
commit
51253b0564
1 zmienionych plików z 5 dodań i 4 usunięć
  1. +5
    -4
      noice.c

+ 5
- 4
noice.c Wyświetl plik

@@ -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 {


Ładowanie…
Anuluj
Zapisz