noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit f56dec0a4f24de60f85199b95691852a79a349b2
parent da09d92b25a3da5d763e1365cb33fe6b72fb2e79
Author: lostd <lostd@2f30.org>
Date:   Wed,  8 Oct 2014 11:43:11 +0300

Shell scripts may be useful

Diffstat:
Mnoice.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/noice.c b/noice.c @@ -44,6 +44,7 @@ struct assoc assocs[] = { { ".ogg", "mplayer" }, { ".srt", "less" }, { ".txt", "less" }, + { ".sh", "sh" }, { "README", "less" }, };