https://github.com/nextyfine-dev/chfe
chfe (Change Files Extensions) is a command-line tool that simplifies the process of changing file extensions within a specified folder. It allows you to quickly and effortlessly update the extensions of multiple files in one go.
https://github.com/nextyfine-dev/chfe
Last synced: about 1 year ago
JSON representation
chfe (Change Files Extensions) is a command-line tool that simplifies the process of changing file extensions within a specified folder. It allows you to quickly and effortlessly update the extensions of multiple files in one go.
- Host: GitHub
- URL: https://github.com/nextyfine-dev/chfe
- Owner: nextyfine-dev
- License: isc
- Created: 2023-07-13T16:30:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T16:58:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T13:06:10.993Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔄 chfe - Change Files Extensions
[](https://www.npmjs.com/package/chfe)
[](https://nodejs.org/)
[](LICENSE)
## Description
chfe (Change Files Extensions) is a command-line tool that simplifies the process of changing file extensions within a specified folder. It allows you to quickly and effortlessly update the extensions of multiple files in one go. Whether you're migrating to a different file format or organizing your files, chfe automates the renaming process, saving you time and effort.
## Features
- 🔄 Change file extensions in a specified folder
- 🚀 Batch rename multiple files at once
- 🌟 Simple and intuitive command-line interface
- ⚡️ Built-in file management with Node.js
- 🔄 Easily convert file formats with ease
## Installation
To install chfe, simply run the following command:
```bash
npm install -g chfe
```
## Usage Examples
### Change file extensions in the "source" folder from .js to .mjs
```bash
chfe -f source -ce js -ne mjs
```
### Display help and options
```bash
chfe -h
```
## Options
- `-h, --help`: Display help and usage instructions.
- `-f, --folder `: Specify the folder name to change file extensions.
- `-ce, --current-extension `: Specify the current file extension.
- `-ne, --new-extension `: Specify the new file extension.
## License
This project is licensed under the ISC License. See the [LICENSE](LICENSE) file for details.