Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-19 00:20:57 +00:00
parent 83af6b3c72
commit c80d49f5d0
26 changed files with 464 additions and 13 deletions

38
tldr/linux/udiskie Normal file
View File

@@ -0,0 +1,38 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# udiskie
> A user-level automounter for removable media using udisks2.
> See also: `udiskie-mount`, `udiskie-umount`.
> More information: <https://github.com/coldfix/udiskie/wiki/Usage>.
- Start udiskie with tray icon and notifications:
`udiskie --tray --notify`
- Run udiskie without using a config file:
`udiskie --no-config`
- Specify a custom config file:
`udiskie --config {{path/to/config.yml}}`
- Use a custom password prompt command:
`udiskie --password-prompt '{{command}}'`
- Enable verbose output:
`udiskie --verbose`
- Display help:
`udiskie --help`
- Display version:
`udiskie --version`