소스 검색

Add support a default association

master
sin 11 년 전
부모
커밋
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 {


불러오는 중...
취소
저장