elite-image-mounter
- Complete separation of generated lists, one list for
IMG(s)conversions
and another one forISO mounts
. - Complete rewrite of
convert_to_iso function
to better handle image listings. - Extensive error handling.
- Full integration of the generated lists, through options
1. Mount ISO(s)
and4) Convert BIN/IMG to ISO
, now there is no need for clipboard or even the mouse, just enter numbers from the generated lists respectively and aspace
with an}
at the end e.g 1}
or 1 2 3}
, or}
to quit. - Fixed a bug in Option
4) Convert BIN/IMG to ISO
that was performing duplicate conversions. - Fixed all warnings and typos.
- Indentation corrections.
- Implementation of lazy unmounts.
- Significant menu overhauling to make it more robust and user friendly.
- Merged functions
list_image_and_bin_files
withselect_and_convert_to_iso
into a unitaryselect_and_convert_files_to_iso
, and in the process i fixed a nasty loop bug around list creation and display. - Minor code cleanups.
Option 2. unmount ISO(s)
feature has been completely re-written from scratch to avoid a nasty bug that prevented some mounts/unmounts.- Suppression of useless logs.
- Support for case insensitive extensions like:
.ISO
.BIN
or.iSo
.bIn
. - Updated ASCII art.
- Updated README.
With this release Elite Image Mounter
is considered Feature Complete
, it will only receive maintenance updates from now on.
I kept the dependencies to a minimum (bash,ccd2iso,coreutils,sudo
), so it will probably run forever in your terminals :P