Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aancw/dirlist-json-hash
dirList-JSON-Hash is Command line tool for directory listing with JSON output format, hash(MD5,CRC32,SHA1,SHA256,SHA512) file support and file information. Usefull for generate list of update file for application updater.
https://github.com/aancw/dirlist-json-hash
Last synced: 14 days ago
JSON representation
dirList-JSON-Hash is Command line tool for directory listing with JSON output format, hash(MD5,CRC32,SHA1,SHA256,SHA512) file support and file information. Usefull for generate list of update file for application updater.
- Host: GitHub
- URL: https://github.com/aancw/dirlist-json-hash
- Owner: aancw
- License: gpl-2.0
- Created: 2015-12-08T10:57:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T19:44:04.000Z (about 9 years ago)
- Last Synced: 2024-11-05T12:26:24.596Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 2.69 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirList-JSON-Hash
dirList-JSON-Hash is Command line tool for directory listing with JSON output format, hash(MD5,CRC32,SHA1,SHA256,SHA512) file support and file information. Usefull for generate list of update file for application updater.# Feature
* Recursive Directory Listing
* JSON Output Format
* Beautiful JSON Output
* Fast
* Debug Progress Support
* Full mime type detection
* URL Prefix for Updater# How To Use
Simply just run php dirList-JSON-Hash.php and it will show help for you# Changelog
v1.1 - 14/12/2015
- Update Directory Listing system
- Remove Full PATH Directory
- Set Root Directory from Last PATH
- Add URL Prefix Modev1.1.1 - 21/12/2015
- Update filename to full Path Filename because it will not generate list if same filename (not accurate)
- Exclude Directory from scanningv1.1.2 - 22/12/2015
- Update exclude directory from scanning
v1.1.3 - 23/12/2015
- Add Progres file debug support
v1.1.4 24/12/2015
- Remove last directory path from JSON location