npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nfd2nfc

v1.0.1

Published

MacOS NFD filename to NFC filename.

Downloads

10

Readme

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

기여하기

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