Metadata-Version: 2.1
Name: cli-rename
Version: 1.0.0
Summary: CLI version of PowerRename in PowerToys
Author-email: JCav <micojcav@outlook.com>
Project-URL: Homepage, https://github.com/GJCav/cli-rename
Project-URL: Bug Tracker, https://github.com/GJCav/cli-rename/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual

# rename

This is a command tool as an alternative to PowerRename from PowerToys. Runs in terminal and support mouse operation.

Here is a quick example: 

![](example/example.gif)

## requirements

depends on python and `textual`

## install

```
pip3 install py-rename
```

## LICENSE

```
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
```
