nfd2nfc
macOS NFD/NFC filename converter with TUI, CLI, and background watcher
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- DEV-ENV-SETUP.md
- DEVELOPMENT.md
- README.ko.md
- RELEASING.md
- events.rs
- mod.rs
- render.rs
- state.rs
- events.rs
- mod.rs
- render.rs
- state.rs
- events.rs
- mod.rs
- render.rs
- state.rs
- events.rs
- mod.rs
- render.rs
- state.rs
- events.rs
- mod.rs
- render.rs
- state.rs
- events.rs
- mod.rs
- render.rs
- state.rs
- mod.rs
- component.rs
- dir_browser.rs
- mod.rs
- shortcuts.rs
- styles.rs
- text_util.rs
- tick_timer.rs
- toast.rs
- cli.rs
- daemon_controller.rs
- log_service.rs
- main.rs
- version.rs
- Cargo.toml
- config.rs
- constants.rs
- lib.rs
- logger.rs
- normalizer.rs
- utils.rs
- Cargo.toml
- handler.rs
- main.rs
- watcher.rs
- Cargo.toml
- generate_test_data.py
- .gitattributes
- .gitignore
- Cargo.lock
- Cargo.toml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/elgar328/nfd2nfc
Downloads the entire project code from GitHub to your computer.
cd nfd2nfc
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install nfd2nfc
Installs the pre-built package via Homebrew โ no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
