mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 22:53:39 +00:00
Update cheatsheets
This commit is contained in:
38
tldr/linux/udiskie
Normal file
38
tldr/linux/udiskie
Normal 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`
|
||||
Reference in New Issue
Block a user