Skip to content

Releases: MasoudFallahpour/Demolisher

Fifth beta release

22 Feb 07:46
Compare
Choose a tag to compare
Fifth beta release Pre-release
Pre-release

This release adds two new features:

  • Exit status: when everything goes well and no error occurs Demolisher returns 0 to indicate the error-free run. If anything goes sour Demolisher returns 1.
  • Depth option: by using -d or --depth option it's possible to indicate how many levels of directories (at most ) to traverse

Fourth beta release

20 Feb 06:35
Compare
Choose a tag to compare
Fourth beta release Pre-release
Pre-release

Two major changes in this release:

  • A new option is added. By using -i or --interactive a prompt is displayed before deleting each file.
  • Entering a filename with extension is different from one without extension in the list of filenames to be deleted. When filename has extension then only files with that exact name and extension are deleted. When no extension is entered then all files with specified name are deleted regardless of their extension.

Third beta release

18 Feb 08:50
Compare
Choose a tag to compare
Third beta release Pre-release
Pre-release

This release adds a help option (-h or --help) and improves the logic of program.

Second beta release

15 Feb 06:40
Compare
Choose a tag to compare
Second beta release Pre-release
Pre-release

Two options are added. First one is --version which displays information about program. Second option is --verbose (or -v for short) which displays some more information when deleting files.

The very first bright and shiny release!

14 Feb 06:53
Compare
Choose a tag to compare
0.1

Initial commit