Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
nfd2nfc
는 macOS에서 파일 이름을 NFD(정규화 분해 형식)에서 NFC(정규화 조합 형식)으로 변환하는 Node.js CLI(Command Line Interface) 도구입니다. 이 도구는 지정된 경로나 파일명을 입력받아 해당 파일 또는 디렉토리 내의 모든 파일과 하위 디렉토리의 이름을 NFC 형식으로 변환합니다.
# 현재 디렉토리 이하
npx nfd2nfc .
nfd2nfc
는 npm을 통해 글로벌로 설치하여 사용할 수 있습니다. 아래의 명령어를 통해 설치하세요.
npm install -g nfd2nfc
명령어 라인에서 nfd2nfc
를 호출하여 사용할 수 있습니다. 사용 방법은 아래와 같습니다.
nfd2nfc <경로나 파일명>
예시:
단일 파일의 이름을 변환하려면:
nfd2nfc /path/to/file.txt
디렉토리 내의 모든 파일과 하위 디렉토리에 대해 변환하려면:
nfd2nfc /path/to/directory
nfd2nfc
는 파일 시스템에 변경을 가합니다. 중요한 데이터에 사용하기 전에 반드시 백업을 수행하세요.기여를 원하시는 분들은 이슈를 등록하거나 풀 리퀘스트를 보내주세요. 모든 기여에 감사드립니다.
FAQs
MacOS NFD filename to NFC filename.
The npm package nfd2nfc receives a total of 0 weekly downloads. As such, nfd2nfc popularity was classified as not popular.
We found that nfd2nfc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.