update-csv
v1.0.0
Published
A project that does awesome things
Downloads
16
Readme
update-csv
A simple CLI tool to update a data.csv file by appending .mp4 filenames found in a given directory.
📦 Installation
Using npm (from NPM registry)
npm install -g update-csvBasic usage
updatecsv <directory-path>Example:
updatecsv ./my-videos-folderThis will:
- Look for a data.csv file inside the specified folder.
- Find all .mp4 files recursively in the folder.
- Update the 4th column in the CSV with .mp4 file names.
