Skip to content

Releases: benlau/qtshell

v0.4 Release

03 Mar 17:19
Compare
Choose a tag to compare

New Functions

  1. QtShell::mv()

Changes

cp()

  1. Copy file recursively
  2. Save copied file log
  3. Support to overwrite files that was already existed

dirname/basename

  1. Able to handle path with multiple trailing "/"

rm

  1. rm("-f","non-existed-file") should not return false

find

  1. [Bug Fix] Filter with prefix do not works

v0.3 Release

01 Sep 16:22
Compare
Choose a tag to compare

New Functions

  1. QtShell::pwd()
  2. QtShell::cat()

Changes

Add "QStringList find(const QString& path, const QString& nameFilter)"

v0.2 Release

06 Aug 02:19
Compare
Choose a tag to compare

Commands

  1. dirname
  2. basename
  3. touch
  4. mkdir
  5. rmdir
  6. rm
  7. cp
  8. find