https://github.com/ushios/delocalize
remove .localized file
https://github.com/ushios/delocalize
localized mac
Last synced: about 2 months ago
JSON representation
remove .localized file
- Host: GitHub
- URL: https://github.com/ushios/delocalize
- Owner: ushios
- License: mit
- Created: 2016-11-07T13:13:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T11:55:56.000Z (over 9 years ago)
- Last Synced: 2025-04-08T13:22:59.483Z (about 1 year ago)
- Topics: localized, mac
- Language: Go
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
delocalize
==========
[](https://circleci.com/gh/ushios/delocalize)
[](https://travis-ci.org/ushios/delocalize)
[](https://coveralls.io/github/ushios/delocalize?branch=master)
remove .localized file
Installation
------------
```bash
$ go get github.com/ushios/delocalize
```
Documentation
-------------
[](https://godoc.org/github.com/ushios/delocalize)
Usage
-----
### Print localized file list under home directory
```bash
$ delocalize -t ~/
/Users/xxxxx/Documents/.localized
/Users/xxxxx/Downloads/.localized
...
```
### Delete localized files
using `-d` option.
``` bash
$ delocalize -d -t ~/
deleted: /Users/xxxxx/Documents/.localized
deleted: /Users/xxxxx/Downloads/.localized
...
```