소스 검색

Show mime in file details

master
Arun Prakash Jana 5 년 전
부모
커밋
5cb39b0db3
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +6
    -2
      src/nnn.c

+ 6
- 2
src/nnn.c 파일 보기

@@ -3090,11 +3090,15 @@ static bool show_stats(const char *fpath, const struct stat *sb)

++p;
}
fprintf(fp, " %s", begin);
fprintf(fp, " %s\n ", begin);

/* Show the file mime type */
p = get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE);
fprintf(fp, "%s", g_buf);
}
}

fprintf(fp, "\n\n");
fprintf(fp, "\n");
fclose(fp);
close(fd);



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