Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/renamebyreplace
Script to rename files replacing strings
https://github.com/turulomio/renamebyreplace
rename-files replace
Last synced: 6 days ago
JSON representation
Script to rename files replacing strings
- Host: GitHub
- URL: https://github.com/turulomio/renamebyreplace
- Owner: turulomio
- License: gpl-3.0
- Created: 2018-11-15T22:57:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T18:31:33.000Z (almost 6 years ago)
- Last Synced: 2024-12-08T02:08:15.117Z (26 days ago)
- Topics: rename-files, replace
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage
=====Here you have a console video example:
![English howto](https://raw.githubusercontent.com/Turulomio/renamebyreplace/master/doc/ttyrec/renamebyreplace_howto_en.gif)
Once installed, in Linux you can see man documentation with
`man renamebyreplace`
Links
=====
Doxygen documentation:
http://turulomio.users.sourceforge.net/doxygen/renamebyreplace/Main developer web page:
https://github.com/turulomioPypi web page:
https://pypi.org/project/renamebyreplace/Installation in Linux
=====================
If you use Gentoo, you can find a ebuild in https://github.com/turulomio/myportage/tree/master/app-admin/renamebyreplaceWith other distributions you can:
`pip install renamebyreplace`
Installation in Windows
=======================
Install python from https://www.python.org/Enter in a Windows shell and type:
`pip install renamebyreplace`
Dependencies
============
* https://www.python.org/, as the main programming language.Changelog
=========
0.2.0
-----
* Added --undo argument0.1.0
-----
* Creating infrastructure