summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenumount
Commit message (Collapse)AuthorAgeFilesLines
* mounter improvements, old scripts removedLuke Smith2023-02-171-67/+0
| | | | now checks fstab for info, also one less android prompt
* fix #1233 and improve and cleanup mount scriptsLuke Smith2022-11-161-5/+5
|
* Merge branch 'dmenumount-filter-parents' of ↵Luke Smith2022-06-271-1/+1
|\ | | | | | | https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents
| * dmenumount: Don't show partitions with childrenProf-Bloodstone2021-05-081-1/+5
| | | | | | | | | | 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 :)
* | Add partition labelling to dmenumountRichard Halford2021-09-031-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.
* | Update: dmenumount -Make empty string check more consistent (#955)7ze2021-05-301-1/+1
|/ | | | | | | * 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
* mount exfat for rw (#812)Petar Tomić2020-09-081-0/+1
|
* fix dmenumount (#735)Petar Tomić2020-06-291-1/+1
|
* dmenumount fix + improvements (#602)mokulus2020-04-251-8/+12
| | | | | | | | | | | | | * 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/+1
|
* Allow access to phone date (#462)mhdzli2020-01-231-0/+2
| | | Sometimes android phones ask for permission to allow access to phone data
* portable shebangLuke Smith2019-08-181-1/+1
|
* doxLuke Smith2019-06-011-5/+6
|
* dmenumount non-fatal error fixLuke Smith2019-05-211-4/+4
|
* massive cleanupLuke Smith2019-05-191-0/+59