| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
now checks fstab for info, also one less android prompt
|
| | |
|
| |\
| |
| |
| | |
https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents
|
| | |
| |
| |
| |
| | |
This PR makes `dmenumount` script filter out all devices, which have childs. This way it won't suggest to mount your partitions which have LUKS or lvm setup on it.
If someone knows of a better way to do something, that'd be appreciated :)
|
| | |
| |
| | |
If a partition doesn't have a label, it results in a double space that awk ignores. Which is why the changes include a pipe into sed.
|
| |/
|
|
|
|
|
| |
* Make empty string check more consistent
Replace explicit empty string check condition with inbuilt POSIX compliant empty string check flag, in adherence with the rest of the script.
* Update test expression
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove misleading character escape.
Everything is in single quotes, so shell will escape it correctly
without backslashes. Fixes #440.
* Remove lsblk type restriction.
* Make it possible to cancel with ESC in dmenu.
Up to now if you pressed ESC to cancel the program would just continue
with incorrect data.
|
| | |
|
| |
|
| |
Sometimes android phones ask for permission to allow access to phone data
|
| | |
|
| | |
|
| | |
|
| |
|