Midnight Commander with scrollbar, mountpoints menu and F3 shows dirsize
Go to file
zlax da60a7b366 add deb10 patches 2023-07-12 14:57:43 +03:00
config_samples/.config/mc init 2021-12-19 20:49:53 +03:00
README.md add deb10 patches 2023-07-12 14:57:43 +03:00
mc-4.8.19-patches_ose.tbz init 2021-12-19 20:49:53 +03:00
mc-4.8.22-debian10-patches.tar.gz add deb10 patches 2023-07-12 14:57:43 +03:00
mc-4.8.26-patches.tar.gz init 2021-12-19 20:49:53 +03:00
mc-data_4.8.26-1.1_all.deb init 2021-12-19 20:49:53 +03:00
mc.png init 2021-12-19 20:49:53 +03:00
mc_4.8.26-1.1_amd64.deb init 2021-12-19 20:49:53 +03:00
mc_4.8.26-1.1_arm64.deb init 2021-12-19 20:49:53 +03:00
mc_4.8.26-1.1_armhf.deb init 2021-12-19 20:49:53 +03:00

README.md

Midnight Commander with scrollbar, mountpoints menu and F3 shows dirsize

mc

patches:

1-scrollbar.patch - Scrollbar in active panel

2-f3-dirsize.patch - F3 shows dirsize

3-selmnt.patch - F11/F12 (Shift+F1/F2) Mountpoints menu

Authors: Oleg «Olegarch» Konovalov, ose

files:

mc-4.8.19-patches_ose.tbz - mc patches pack by ose

mc-4.8.22-debian10-patches.tar.gz - mc patches for mc-4.8.22 (debian 10)

mc-4.8.26-patches.tar.gz - mc patches for mc-4.8.26 (debian 11&12)

mc_4.8.26-1.1_amd64.deb, mc_4.8.26-1.1_arm64.deb, mc_4.8.26-1.1_armhf.deb, mc-data_4.8.26-1.1_all.deb - mc debian packages for amd64, arm64 and armhf

config_samples/ - config sample for advanced Mountpoints menu

Installation:

1. Install build dependencies: debian based:

sudo apt-get build-dep mc

redhat based:

sudo dnf builddep mc

2. Configure:

./autogen.sh
./configure

3. Compile and install:

make
sudo make install