Friday, April 13, 2012

MacOS X Dicionary shortcut

To access the inbuilt MacOS Dictionary you can select a word and press ctrl-cmd-d, you will get the dictionary entry for the selected word. This only works in the more integrated programs: Safari, iWork, etc..

Wednesday, April 04, 2012

dfc: df in color

Very nice program that does the same as df, but with pretty colors. You can find it in the development page http://projects.gw-computing.net/projects/dfc

Tuesday, April 03, 2012

split2flac: slip a audio file

split2flac splits one big APE/FLAC/WV/WAV audio image (or a collection of such files, recursively) with CUE sheet into FLAC/M4A/MP3/OGG_VORBIS/WAV tracks with tagging, renaming, charset conversion of cue sheet, album cover images. It also uses configuration file, so no need to pass a lot of arguments every time, only an input file.
https://github.com/ftrvxmtrx/split2flac
from onethingwell