0.0.5 • Published 7 years ago

@xch/audition-cleanup v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

This program scans the given Adobe Audition project directories and deletes unused files. Please make sure to backup your data and only delete your backup after verifying the clean up was successful.

Install

Greenkeeper badge

$ npm install @xch/audition-cleanup

Example

Suppose there is a project folder at /some/path/foobar and the project file at /some/path/foobar/foobar.sesx.

$ audition-cleanup /some/path/foobar

Running the above command would delete all the files under sub-folders of the project folder that are not used by the project file.

You can cleanup multiple project folders together by appending all the paths to the command, such as:

$ audition-cleanup /some/path/proj_1 /some/path/proj_2 /some/path/proj_3
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago