Skip to content

Releases: jhotmann/node-fileutils-cli

1.0.1

16 Mar 22:38

Choose a tag to compare

Fix issue working with large files where node-id3 returns an error. Now only get id3 data for mp3 files.

1.0.0

17 Dec 23:47

Choose a tag to compare

This is the initial release with a decent amount of features. This project is the continuation of node-rename-cli and the rename/move command is basically unchanged from version 7 of that project. In fact, if you alias the move sub-command to rename or rname, you should be able to replace rename-cli with fileutils-cli without any changes to your workflow or existing scripts: fileutils alias move rname.

On top of the rename functionality that already existed, I have added copy and link commands that use the same underlying ideas as move/rename so you can utilize variables and some handy shortcuts (don't need to specify file extension, create missing directories, favorites, etc) with those operations as well.

Additionally, I wanted to unify commands across Windows, Mac, and Unix (which I all actively use), so I added download, list, extract, hash, remove, mkdir, and open commands. Yes, these (or similar) commands exist on Unix-based OSes, but these adding these commands to this project unifies the commands across all platforms and adds a few shortcuts (remove is like rm -rf, mkdir is like mkdir -p, extract assumes the archive-type by file extension, etc).