Skip to content

Releases: Evilur/mnt

mnt v1.5.3

08 Dec 12:52
Compare
Choose a tag to compare

What's new

  • Fixed the output of the installation script
  • Added a check for the existence of disks to mount

mnt v1.5.2

05 Dec 21:08
Compare
Choose a tag to compare

What's new

  • Fixed a bug when using new versions of 'grep'
  • Fixed compatibility issues with new bash versions

mnt v1.5.1

03 Dec 22:10
Compare
Choose a tag to compare

What's new

  • Fixed a bug where the installation did not complete if a configuration file was created
  • Fixed a bug where the program could not install if there was no ~/.config folder

mnt v1.5.0

20 Nov 21:19
Compare
Choose a tag to compare

Description

'mnt' is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • Improved installation script

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail
  • sudo

mnt v1.4.0

18 Nov 21:19
Compare
Choose a tag to compare

Description

'mnt' is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • Added localization support
  • Added Russian localization

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail
  • sudo

mnt v1.3.0

15 Nov 21:04
Compare
Choose a tag to compare

Description

"mnt" is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • The configuration file has been moved to ~/.config/mnt.ini

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail

mnt v1.2.1

15 Nov 11:28
Compare
Choose a tag to compare

Description

"mnt" is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • Fixed a bug where associations could be used even when they were not in the configuration file
  • Fixed a bug where values that can be replaced in the configuration file were missing if they were not in this file

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail

mnt v1.2.0

14 Nov 13:16
Compare
Choose a tag to compare

Description

"mnt" is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • Add whiptail window width alignment
  • Prepare the program for localization into other languages

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail

mnt v1.1.0

23 Oct 21:47
Compare
Choose a tag to compare

Description

"mnt" is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

What's new

  • Add the ability to choose the name of the folder to mount for disks with certain labels
  • Add the ability to ignore certain disks when outputting so that they don't get in the way

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

chmod +x install
./install

Dependencies

  • whiptail

mnt v1.0.1

20 Oct 11:07
Compare
Choose a tag to compare

Description

"mnt" is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it:

chmod +x install
./install

Dependencies

  • whiptail