Releases: jhotmann/node-fileutils-cli
1.0.1
1.0.0
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).