Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-09 00:21:04 +00:00
parent 873e610a6b
commit b467fadfef
6 changed files with 78 additions and 8 deletions

19
tldr/mc.fm Normal file
View 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]}}`