Mac command line app to automatically move or copy files based on metadata associated with the files. For example, file your photos based on EXIF metadata or use MP3 tags to file your music files.
slice(1:), slice(:4) -- similar to Python list slice, works on strings and lists
splice(start, deleteCount, item1) -- similar to javascript Array.splice() -- apply to both strings and list values
slice(1:), slice(:4) -- similar to Python list slice, works on strings and lists splice(start, deleteCount, item1) -- similar to javascript Array.splice() -- apply to both strings and list values