RhetTbull / autofile

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.
MIT License
22 stars 0 forks source link

Add slice, splice filters #17

Open RhetTbull opened 2 years ago

RhetTbull commented 2 years ago

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