Commit graph

14 commits

Author SHA1 Message Date
Luke Smith
fa600f8ca7 fix #1233 and improve and cleanup mount scripts 2022-11-16 11:56:11 -05:00
Luke Smith
545355d138 Merge branch 'dmenumount-filter-parents' of https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents 2022-06-27 13:52:18 -04:00
Richard Halford
965a1dcad2
Add partition labelling to dmenumount
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.
2021-09-03 17:15:52 +01:00
7ze
1e957b7f90
Update: dmenumount -Make empty string check more consistent (#955)
* 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
2021-05-30 21:02:36 -04:00
Prof-Bloodstone
fe9be01d59
dmenumount: Don't show partitions with children
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 :)
2021-05-08 01:42:23 +02:00
Petar Tomić
b8d15d5278
mount exfat for rw (#812) 2020-09-08 09:23:10 -04:00
Petar Tomić
49b858c267
fix dmenumount (#735) 2020-06-29 10:02:18 -04:00
mokulus
af4f814b0c
dmenumount fix + improvements (#602)
* 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.
2020-04-25 19:18:06 -04:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
mhdzli
e32a1f5779 Allow access to phone date (#462)
Sometimes android phones ask for permission to allow access to phone data
2020-01-23 19:11:33 -05:00
Luke Smith
1bca65bfc2
portable shebang 2019-08-18 12:28:11 -04:00
Luke Smith
9391af624c
dox 2019-06-01 10:53:34 -04:00
Luke Smith
0f9f11a3f6
dmenumount non-fatal error fix 2019-05-21 11:02:01 -04:00
Luke Smith
c6e69e9642 massive cleanup 2019-05-19 20:05:14 -04:00
Renamed from .local/bin/i3cmds/dmenumount (Browse further)