mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 01:01:21 +00:00
Update cheatsheets
This commit is contained in:
19
tldr/mc.fm
Normal file
19
tldr/mc.fm
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mc
|
||||
|
||||
> Midnight Commander, a TUI file manager.
|
||||
> Navigate the directory structure using the `<ArrowKeys>`, the mouse or by typing the commands into the terminal.
|
||||
> See also: `ranger`, `clifm`, `vifm`, `nautilus`.
|
||||
> More information: <https://midnight-commander.org>.
|
||||
|
||||
- Start Midnight Commander:
|
||||
|
||||
`mc`
|
||||
|
||||
- Start Midnight Commander in black and white:
|
||||
|
||||
`mc {{[-b|--nocolor]}}`
|
||||
Reference in New Issue
Block a user