summaryrefslogtreecommitdiff
path: root/dmount
AgeCommit message (Collapse)Author
6 daysRemove unescaped newline in dmountHEADmasterzachir
6 daysAdd help message to dmountzachir
6 daysImprove dmenu supportzachir
You can now (again) pass multiple flags to dmenu through -d flags, as well as for some scripts all args are passed to dmenu.
7 daysMake sh scrips POSIX compliantzachir
Using shellcheck, I went through all of them to make them standards compliant. I also tested as many as I could.
2025-07-15Need sudo to lsblk -ozachir
2025-07-15Use sudo for lsblk -ozachir
2025-07-15Change all menus to dmenuzachir
2023-12-11dmount: Also show size of the partition when prompting to mount it.zachir
It can be very useful to see the size of two partitions in a drive before mounting it, to know which one to mount.
2023-10-24Use sudo instead of doaszachir
Not because of technical superiority, but in Linux we can expect sudo is installed, and doas will not be supported as well.
2023-08-16Large fix, support hfspluszachir
2023-08-06Fully replace bemenu with tofizachir
2023-05-26add dmount flag to give user permission when mountingzachir
2023-03-12add dmount, an alternative to dmenumount that can unlock encrypted storagezachir