mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 20:50:49 +00:00
Update cheatsheets
This commit is contained in:
18
linux/see
Normal file
18
linux/see
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user