mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2026-05-07 00:40:57 +09:00
Bumps [electron](https://github.com/electron/electron) from 33.2.1 to 39.8.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v33.2.1...v39.8.5) --- updated-dependencies: - dependency-name: electron dependency-version: 39.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
파일 이름 변환기
macos 에서 파일 이름을 NFD에서 NFC 인코딩으로 변환하는 패키지입니다.
목적
macos에서 한글 파일 이름을 사용할 때 NFD 인코딩으로 저장되는 문제를 해결하기 위해 개발되었습니다.
매번 파일 이름을 수동으로 변경하는 것은 번거롭기 때문에 자동으로 변환하는 프로그램을 개발하였습니다.
디렉토리를 지정하면 하위 디렉토리까지 변환하며, 백그라운드 실행을 지원합니다.
특징
- NFD에서 NFC 변환 지원
- 하위 디렉토리 변환 지원
- 백그라운드 실행 지원
설치
# 전역 설치
npm install -g @pieroot/nfd2nfc
# 또는 로컬 설치
npm i @pieroot/nfd2nfc
사용법
라이선스
MIT 라이선스