clean: Command line file sorter(mover)
Project description
# Clean.py
[![Build Status](https://travis-ci.org/HibikineKage/clean.svg?branch=master)](https://travis-ci.org/HibikineKage/clean) [![Coverage Status](https://coveralls.io/repos/github/HibikineKage/clean/badge.svg?branch=master)](https://coveralls.io/github/HibikineKage/clean?branch=master) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/HibikineKage/clean/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/HibikineKage/clean/?branch=master) [![Code Intelligence Status](https://scrutinizer-ci.com/g/HibikineKage/clean/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence) [![Dependency Status](https://www.versioneye.com/user/projects/5ab5f5a60fb24f0ac49c2b9e/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5ab5f5a60fb24f0ac49c2b9e) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/91755cd5aab24d07bc707d85a97a2d96)](https://www.codacy.com/app/HibikineKage/clean?utm_source=github.com&utm_medium=referral&utm_content=HibikineKage/clean&utm_campaign=Badge_Grade)
Glob files sorter (alpha!!!!!)
## Usage
Please type `clean.sh --help`
```bash
$ clean.sh cwd
/home/kage/
$ clean.sh add foo*.txt ~/bar
$ clean.sh list
foo*.txt => ~/bar
$ clean.sh run
/home/kage/foo1.txt => ~/bar/foo1.txt
/home/kage/foo2.txt => ~/bar/foo2.txt
/home/kage/foobar.txt => ~/bar/foobar.txt
$ cat ~/.cleanrc
{
"path": [{"path": "~/bar", "glob": "foo*.txt"}]
}
```
## License
MIT
[![Build Status](https://travis-ci.org/HibikineKage/clean.svg?branch=master)](https://travis-ci.org/HibikineKage/clean) [![Coverage Status](https://coveralls.io/repos/github/HibikineKage/clean/badge.svg?branch=master)](https://coveralls.io/github/HibikineKage/clean?branch=master) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/HibikineKage/clean/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/HibikineKage/clean/?branch=master) [![Code Intelligence Status](https://scrutinizer-ci.com/g/HibikineKage/clean/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence) [![Dependency Status](https://www.versioneye.com/user/projects/5ab5f5a60fb24f0ac49c2b9e/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5ab5f5a60fb24f0ac49c2b9e) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/91755cd5aab24d07bc707d85a97a2d96)](https://www.codacy.com/app/HibikineKage/clean?utm_source=github.com&utm_medium=referral&utm_content=HibikineKage/clean&utm_campaign=Badge_Grade)
Glob files sorter (alpha!!!!!)
## Usage
Please type `clean.sh --help`
```bash
$ clean.sh cwd
/home/kage/
$ clean.sh add foo*.txt ~/bar
$ clean.sh list
foo*.txt => ~/bar
$ clean.sh run
/home/kage/foo1.txt => ~/bar/foo1.txt
/home/kage/foo2.txt => ~/bar/foo2.txt
/home/kage/foobar.txt => ~/bar/foobar.txt
$ cat ~/.cleanrc
{
"path": [{"path": "~/bar", "glob": "foo*.txt"}]
}
```
## License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clean-0.1.4.linux-x86_64.tar.gz
(17.8 kB
view details)
Built Distribution
clean-0.1.4-py3-none-any.whl
(13.0 kB
view details)
File details
Details for the file clean-0.1.4.linux-x86_64.tar.gz
.
File metadata
- Download URL: clean-0.1.4.linux-x86_64.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 686b905724720e9e64fe9b71c0a91f63e72a162f20ddd74e8e6968305ab010be |
|
MD5 | edfb2911d88ac73efb30e39d5dd4c515 |
|
BLAKE2b-256 | fc1fbec3c1f0ffadd992f3d9a11f61f354524fe852ffe976b24f6a4f5c86f15e |
File details
Details for the file clean-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: clean-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55bc1645c9ee7702be784ccb121a6951cbaa1f02c9d0b6d2082dba34c3107719 |
|
MD5 | 703fbab6cdc25fbe65883cccab480c15 |
|
BLAKE2b-256 | b5d9d9a6c76d65385afd128fa42ea91c1f83a1760c35bb3d406d4b6b569527db |