Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-30 | strip binary | Arun Prakash Jana | |
2016-10-05 | Merge remote-tracking branch 'upstream/master' | Arun Prakash Jana | |
2016-08-24 | Bump to 0.6 | sin | |
2016-08-22 | Accept user-defined LDFLAGS in Makefile | sin | |
Diff by Ypnose | |||
2016-08-21 | Remove libmagic, use file command. | Arun Prakash Jana | |
The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file. | |||
2016-08-20 | Remove config.h on clean. | Arun Prakash Jana | |
2016-08-20 | Modify file type handling. | Arun Prakash Jana | |
Use mpv, fmedia, zathura. Invoke libmagic to identify text files and open with vim. Use xdg-open for unhandled mimes. | |||
2016-03-11 | Bump to 0.5 | sin | |
2016-01-26 | Bump to 0.4 | sin | |
2015-11-20 | Bump to 0.3 | sin | |
2015-06-04 | Make config independent to avoid accidental overwrites | lostd | |
2015-03-12 | Bump to 0.2 | sin | |
2014-11-14 | First release | lostd | |
2014-11-14 | No need for +=, also favors portability | lostd | |
2014-11-14 | Build with -lcurses by default to be more generic | lostd | |
2014-11-14 | Use a var for dist files and remove queue.h | lostd | |
2014-11-14 | Add dist target | sin | |
2014-11-14 | Replace asprintf() with strlcpy() and strlcat() | sin | |
2014-10-27 | Ensure manprefix exists | sin | |
2014-10-23 | The queue header is not needed for now | lostd | |
2014-10-22 | Just let the commands show up | lostd | |
2014-10-22 | Add manpage | sin | |
2014-10-21 | Still use some of the implicit magic | lostd | |
2014-10-21 | Add install/uninstall targets | sin | |
2014-10-21 | And CPPFLAGS | sin | |
2014-10-21 | Use CFLAGS too | sin | |
2014-10-21 | Force rebuild of noice.o if queue.h is modified | sin | |
2014-10-21 | Add config.def.h | sin | |
2014-10-21 | Add strlcpy() | sin | |
2014-10-08 | Change string copies to use strlcpy(3) | lostd | |
2014-10-07 | Add the noice file browser | lostd | |