@xch/audition-cleanup

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @xch/audition-cleanup

Weekly Downloads

1

Version

0.0.5

License

Apache-2.0

Last publish

Collaborators

  • xch