Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcloud/clean-web-files
Utility to replace '%20' with '-' in windows files.
https://github.com/andrewmcloud/clean-web-files
Last synced: about 16 hours ago
JSON representation
Utility to replace '%20' with '-' in windows files.
- Host: GitHub
- URL: https://github.com/andrewmcloud/clean-web-files
- Owner: andrewmcloud
- License: epl-1.0
- Created: 2018-09-29T12:20:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T12:32:09.000Z (over 6 years ago)
- Last Synced: 2023-12-02T16:36:21.156Z (about 1 year ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clean-windows-files
Removes '%20' from windows files and replaces with '-'. Usesful when working with Windows generated files on linux or Mac.
## Installation
$ lein uberjar
## Usage
$ java -jar clean-windows-files-0.1.0-standalone.jar -d /path/to/directory
## Options
`-d, --directory`
`-h, --help`
## License
Copyright © 2018 Andrew McLoud
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.