Releases: benlau/qtshell
Releases · benlau/qtshell
v0.4 Release
New Functions
- QtShell::mv()
Changes
cp()
- Copy file recursively
- Save copied file log
- Support to overwrite files that was already existed
dirname/basename
- Able to handle path with multiple trailing "/"
rm
- rm("-f","non-existed-file") should not return false
find
- [Bug Fix] Filter with prefix do not works
v0.3 Release
New Functions
- QtShell::pwd()
- QtShell::cat()
Changes
Add "QStringList find(const QString& path, const QString& nameFilter)"
v0.2 Release
Commands
- dirname
- basename
- touch
- mkdir
- rmdir
- rm
- cp
- find