Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shearichard/dir-list-analysis
Various tools for analysing directory file listings
https://github.com/shearichard/dir-list-analysis
Last synced: about 10 hours ago
JSON representation
Various tools for analysing directory file listings
- Host: GitHub
- URL: https://github.com/shearichard/dir-list-analysis
- Owner: shearichard
- License: mit
- Created: 2014-08-06T00:52:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T03:57:40.000Z (over 10 years ago)
- Last Synced: 2023-03-22T16:57:09.945Z (over 1 year ago)
- Language: Python
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dir-list-analysis
=================Various tools for analysing directory file listings
whats_present
=======
Given a list of file names provides information about which files are
present and which are absent from within a file listing. There's a good
number of tools out there that will do this as well but in my case I didn't
have access to those.dir_size
=======
Given a windows file directory listing provides some analysis of which
directories use how much space. Essentially windirstat when all you can
get from the users is a directory listing*The core processing works but some code was written a long time ago is not very PEP-8ish
and there's lots of hard-coded paths which need to got rid of and replaced with some
command line args/config file supplied values*