Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmononen/allfiles
Combine file_id.diz files from zip archives in current directory to one contents text file.
https://github.com/mmononen/allfiles
Last synced: 2 months ago
JSON representation
Combine file_id.diz files from zip archives in current directory to one contents text file.
- Host: GitHub
- URL: https://github.com/mmononen/allfiles
- Owner: mmononen
- License: mit
- Created: 2023-09-17T12:36:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T12:52:09.000Z (over 1 year ago)
- Last Synced: 2023-09-17T15:09:46.865Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# allfiles.py
### How the program works
* For all zip-files in the directory
* See if they contain 'file_id.diz' file
* Gather the diz-files together
* Write the gathered results in one contents text file### Things to consider before using this
**At the moment this is really just a quick hack to get the specific work done.**
* Might not work with all zip-files
* Does not handle uppercase filenames
* Does not know how to handle folders in zip-files
* Does not recognize any other archive format besides zip