New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nfd2nfc

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfd2nfc

MacOS NFD filename to NFC filename.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

nfd2nfc

nfd2nfc는 macOS에서 파일 이름을 NFD(정규화 분해 형식)에서 NFC(정규화 조합 형식)으로 변환하는 Node.js CLI(Command Line Interface) 도구입니다. 이 도구는 지정된 경로나 파일명을 입력받아 해당 파일 또는 디렉토리 내의 모든 파일과 하위 디렉토리의 이름을 NFC 형식으로 변환합니다.

# 현재 디렉토리 이하
npx nfd2nfc .

기능

  • 파일 이름을 NFD에서 NFC로 변환
  • 디렉토리를 지정할 경우, 해당 디렉토리 내의 모든 파일과 하위 디렉토리에 대해 재귀적으로 변환 수행
  • CLI를 통한 쉬운 사용법

설치 방법

nfd2nfc는 npm을 통해 글로벌로 설치하여 사용할 수 있습니다. 아래의 명령어를 통해 설치하세요.

npm install -g nfd2nfc

사용법

명령어 라인에서 nfd2nfc를 호출하여 사용할 수 있습니다. 사용 방법은 아래와 같습니다.

nfd2nfc <경로나 파일명>

예시:

  • 단일 파일의 이름을 변환하려면:

    nfd2nfc /path/to/file.txt
    
  • 디렉토리 내의 모든 파일과 하위 디렉토리에 대해 변환하려면:

    nfd2nfc /path/to/directory
    

주의사항

  • nfd2nfc는 파일 시스템에 변경을 가합니다. 중요한 데이터에 사용하기 전에 반드시 백업을 수행하세요.
  • 사용자의 시스템에 따라 파일/디렉토리에 대한 접근 권한이 필요할 수 있습니다.

라이선스

MIT License

기여하기

기여를 원하시는 분들은 이슈를 등록하거나 풀 리퀘스트를 보내주세요. 모든 기여에 감사드립니다.

Keywords

FAQs

Package last updated on 27 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc