Files
NFD2NFC/MACOS-APP
dependabot[bot] ec00b96d07 Bump @xmldom/xmldom from 0.8.10 to 0.8.13 in /MACOS-APP
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.10 to 0.8.13.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.10...0.8.13)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 00:03:36 +00:00
..

파일 이름 변환기

macos 에서 파일 이름을 NFD에서 NFC 인코딩으로 변환하는 패키지입니다.

목적

macos에서 한글 파일 이름을 사용할 때 NFD 인코딩으로 저장되는 문제를 해결하기 위해 개발되었습니다.

매번 파일 이름을 수동으로 변경하는 것은 번거롭기 때문에 자동으로 변환하는 프로그램을 개발하였습니다.

디렉토리를 지정하면 하위 디렉토리까지 변환하며, 백그라운드 실행을 지원합니다.

특징

  • NFD에서 NFC 변환 지원
  • 하위 디렉토리 변환 지원
  • 백그라운드 실행 지원

설치

# 전역 설치
npm install -g @pieroot/nfd2nfc
# 또는 로컬 설치
npm i @pieroot/nfd2nfc

사용법

라이선스

MIT 라이선스