A GTK4 application for managing SMB/CIFS network shares on Linux.
I made this because I'm too lazy to manually edit fstab every time I need to mount a network share. Plus, as more novice users switch to Linux, this might actually prove useful.
- Add and manage network shares
- Test connections before saving
- Mount/unmount shares with one click
- Automount via fstab integration
- Secure credential storage
yay -S mounty# Dependencies
sudo pacman -S python-gobject gtk4 libadwaita smbclient cifs-utils polkit
# Run
python3 mounty.pyMIT
I use Arch btw
