Metadata-Version: 2.1
Name: disk-monitor
Version: 0.1.1
Summary: A disk hex data monitor
Home-page: https://github.com/zyx1121/disk-monitor
Author: Loki
Author-email: yongxiang.zhan@outlook.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich

# Disk Monitor

###### Disk HEX Data Monitor

<img width="794" alt="image" src="https://github.com/zyx1121/disk-monitor/assets/98001197/26aaad35-321b-4134-a3ce-ee0241346841">

## Features

- Current Features
  
  - **View Disk Block/Sector HEX Data**: Users can inspect the hexadecimal data of any disk block or sector.
    
- Planned Features
  
  - **Edit Disk HEX Data**: Ability to directly modify the hexadecimal data on the disk.
    
  - **Jump to Index Block/Sector**: Quick navigation to specific blocks or sectors.
    
  - **Clear All Data**: Option to erase all data from the disk view.
    
  - **Fill All Data**: Tool to populate all fields with a specific hex value for testing or initialization purposes.

## Roadmap

- [x] View disk Block/Sector HEX data
- [ ] Edit disk HEX data
- [ ] Jump index Block/Sector
- [ ] Clear all data
- [ ] Fill all data
- [ ] Load script to decode HEX data

## License

This project is licensed under the MIT License - see the LICENSE.md file for details.
