https://github.com/renddslow/macify
https://github.com/renddslow/macify
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renddslow/macify
- Owner: Renddslow
- Created: 2018-07-30T19:23:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T19:36:51.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T17:26:05.428Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macify
You know all those frustrating test plans that you get that are in Windows file format and then you have to try to hunt them down on the omaha drive?
Well hunt no longer! With Macify all you have to do is copy and paste the link into your terminal and we'll take care of the rest.
## Getting started
```
git clone https://github.com/Renddslow/macify.git
cd macify
npm i -g
macify "J:\Some\Crazy\Windows URL That\Has\Space.docx"
```*Important note:* The Windows file path must be contained within quotes due to the spaces that often come with Windows file paths.
