# MacQuickStart **Repository Path**: zivelin/MacQuickStart ## Basic Information - **Project Name**: MacQuickStart - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mac-quick-start ## develop `npm start` ## build `npm run dist` ### make icns `makeicns -in icon.png -output icon.icns` ## config sample ``` json { "version": "0.1", "shortcut": "Command+Alt+V", "autohide": true, "tabs": [ { "id": "001", "name": "test", "apps": [ { "path": "~/Applications/JD-GUI.app" }, { "path": "~/BaiduYunDown/[上海交大][计算机网络]" }, { "path": "~/Desktop/keyboard-shortcuts-macos.pdf" } ] }, { "id": "002", "name": "test2测试", "apps": [ { "path": "~/Downloads" }, { "path": "~/Documents" } ] }, { "id": "003", "name": "这是一个特别长的测试目录,不知道能不能放得下", "apps": [ { "path": "~/Downloads" }, { "path": "~/Documents" }, { "path": "~/Documents/个人" } ] }, { "id": "001112", "name": "test11112测试", "apps": [ { "path": "~/Downloads" }, { "path": "~/Documents" } ] } ] } ``` ## License [CC0 1.0 (Public Domain)](LICENSE.md)