mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# see
|
|
|
|
> Alias to `run-mailcap`'s view.
|
|
> An alias to a `run-mailcap`'s action print.
|
|
> More information: <https://manned.org/see>.
|
|
|
|
- See action can be used to view any file (usually image) on default mailcap explorer:
|
|
|
|
`see {{filename}}`
|
|
|
|
- Using with `run-mailcap`:
|
|
|
|
`run-mailcap --action=view {{filename}}`
|