Skip to content

elite-image-mounter

Compare
Choose a tag to compare
@siyia2 siyia2 released this 29 Oct 22:07
· 16 commits to main since this release
7ff3957
  • Complete separation of generated lists, one list for IMG(s)conversions and another one for ISO 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) and 4) 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 a space 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 with select_and_convert_to_iso into a unitary select_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