Awesome
Nigate
<div align="center"> <a href="https://github.com/hoochanlon/Free-NTFS-for-Mac/blob/main/README_JP.md">日本語</a> | <a href="https://github.com/hoochanlon/Free-NTFS-for-Mac/blob/main/README.md">中文</a> </div> <br> Nigate,にがて,中译为“苦手”。这是一款支持苹果芯片的Free NTFS for Mac小工具软件,主要是为了方便想要免费使用NTFS格式移动存储的文件拷贝与共享的苹果电脑用户。<a href="https://www.bilibili.com/video/BV1XG4y1f79N">视频演示</a>。特别感谢:
- APPERK,投入大量时间与精力,分解安装流程,早期特别打包与兼容工作。
- 琛少君和配主机网,在有着众多不错界面的NTFS软件,还能对款脚本终端小工具热情支持
- lezgomatt,虽然交流语言不通,但还是热心回答我的问题。
快速开始,三种方式,任选其一
下载使用仅为工具打包示例,推荐命令行使用,以便获取实时更新
一、在线体验,复制粘贴到 完全管理权限的终端 回车,一键起飞。
/bin/bash -c "$(curl -fsSL https://cdn.statically.io/gh/hoochanlon/Free-NTFS-for-Mac/main/nigate.sh)"
二、下载到本地,往后开启可直接输入nigate
curl https://fastly.jsdelivr.net/gh/hoochanlon/Free-NTFS-for-Mac/nigate.sh > ~/Public/nigate.sh && sudo -S mkdir -p /usr/local/bin && cd /usr/local/bin && sudo ln -s ~/Public/nigate.sh nigate.shortcut && echo "alias nigate='bash nigate.shortcut'" >> ~/.zshrc && osascript -e 'tell application "Terminal" to do script "nigate"'
三、下载使用,见tags
注意:U盘名称不支持空格与非法字符,见:https://github.com/osxfuse/osxfuse/issues/57#issuecomment-9367833
<!-- ![ ](https://fastly.jsdelivr.net/gh/hoochanlon/free-mac-ntfs/shashin/example.png) -->其他补充
打开软件弹窗“文件已损坏,扔入废纸篓”,需解除苹果对软件的门禁限制。拷贝几十百来G的资料,需注意让Mac处于激活的常亮状态,可在终端输入指令caffeinate
。
关于读写之后的个性化操作,点击翻阅:MOCHIAJI.md;以及实现原理,点击详情:SEMMEISHO.md;软件收集与逆向学习研究,点击我的收录单:软件分享及网页备份。