mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 04:46:42 +00:00
Update cheatsheets
This commit is contained in:
18
linux/compose
Normal file
18
linux/compose
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# compose
|
||||
|
||||
> An alias to a `run-mailcap`'s action compose.
|
||||
> Originally `run-mailcap` is used to mime-type/file.
|
||||
> More information: <https://manned.org/compose>.
|
||||
|
||||
- Compose action can be used to compose any existing file or new on default mailcap edit tool:
|
||||
|
||||
`compose {{filename}}`
|
||||
|
||||
- With `run-mailcap`:
|
||||
|
||||
`run-mailcap --action=compose {{filename}}`
|
||||
Reference in New Issue
Block a user