summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenuumount
Commit message (Collapse)AuthorAgeFilesLines
* mounter improvements, old scripts removedLuke Smith2023-02-171-21/+0
| | | | now checks fstab for info, also one less android prompt
* fix #1233 and improve and cleanup mount scriptsLuke Smith2022-11-161-36/+13
|
* We don't need sed here (#1006)krisdoodle452021-09-241-1/+1
|
* Add partition label to dmenuumount script (#999)Richard Halford2021-09-231-1/+1
| | | 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.
* add /efi to exceptions in unmount script (#983)Hector Canizales2021-08-151-1/+1
|
* dmenumount fix + improvements (#602)mokulus2020-04-251-4/+6
| | | | | | | | | | | | | * 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.
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+2
|
* portable shebangLuke Smith2019-08-181-1/+1
|
* massive cleanupLuke Smith2019-05-191-0/+41