Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/toomanyfiles
Remove innecesary files finding datetime patterns in filename
https://github.com/turulomio/toomanyfiles
datetime patterns remove
Last synced: 6 days ago
JSON representation
Remove innecesary files finding datetime patterns in filename
- Host: GitHub
- URL: https://github.com/turulomio/toomanyfiles
- Owner: turulomio
- License: gpl-3.0
- Created: 2018-11-14T16:28:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T11:34:52.000Z (about 1 year ago)
- Last Synced: 2024-11-16T09:20:01.147Z (about 2 months ago)
- Topics: datetime, patterns, remove
- Language: Python
- Homepage:
- Size: 22.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TooManyFiles
## Links
Source code & Development:
https://github.com/Turulomio/toomanyfiles
Doxygen documentation:
http://turulomio.users.sourceforge.net/doxygen/too-many-files/
Gentoo ebuild
If you use Gentoo you can find a ebuild in https://github.com/Turulomio/myportage/tree/master/app-admin/toomanyfiles## Description
Removes files which name has date and time patterns## Dependencies
* https://www.python.org/, as the main programming language.
* https://pypi.org/project/colorama/, to give console colors.
* https://pypi.org/project/mangenerator/, to generate man files.
* https://pypi.org/project/ttyrecgenerator/, to generate animated gifs.## Usage
You can see this animated gif to learn how to use it:## Changelog
### 0.5.0
* Migrated repository from Sourceforge to Github
* Removed innecesary dependencies in setup.py### 0.4.0
* [#11] Print different filename roots in the same directory
* [#12] Create static class ExitCodes
* [#13] Added parameters to main function
* [#14] Solved bug with directories named with pattern YYYYMMDD HHMM only
* [#15] Put colored letter output line in a single function
* Improved --create_examples
* Added --remove_examples### 0.3.0
* Improved output### 0.2.0
* Code adapted to ttyrecgenerator-0.6.0### 0.1.1
* Corrected image link in README.rst### 0.1.0
* Catching exception in gettext
* Added catalog translations to package
* Added dependencies to setup.py
* Removed Makefile.py. Now I'm using setuptools
* Stable version
* First version, full functional.
* Creating infrastructure