Skip to content

Commit f8118e8

Browse files
iTroozdmmqzManagor
authored
mc: add page, disambiguation and alias (#17043)
Co-authored-by: Dylan <[email protected]> Co-authored-by: Managor <[email protected]>
1 parent 94549e2 commit f8118e8

File tree

5 files changed

+50
-8
lines changed

5 files changed

+50
-8
lines changed

pages/common/mc.cli.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# mc
2+
3+
> MinIO Client for object storage and filesystems.
4+
> May be named `mc` or `mcli` on some systems.
5+
> More information: <https://minio.github.io/mc/>.
6+
7+
- Add connection to a S3 server:
8+
9+
`mc alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}`
10+
11+
- Create a bucket:
12+
13+
`mc mb {{local/bucket_name}}`
14+
15+
- List buckets and their content recursively:
16+
17+
`mc ls {{local}} --recursive`

pages/common/mc.fm.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# mc
2+
3+
> Midnight Commander, a TUI file manager.
4+
> Navigate the directory structure using the `<ArrowKeys>`, the mouse or by typing the commands into the terminal.
5+
> See also: `ranger`, `clifm`, `vifm`, `nautilus`.
6+
> More information: <https://midnight-commander.org>.
7+
8+
- Start Midnight Commander:
9+
10+
`mc`
11+
12+
- Start Midnight Commander in black and white:
13+
14+
`mc {{[-b|--nocolor]}}`

pages/common/mc.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# mc
22

3-
> Midnight Commander, a TUI file manager.
4-
> Navigate the directory structure using the `<ArrowKeys>`, the mouse or by typing the commands into the terminal.
5-
> See also: `ranger`, `clifm`, `vifm`, `nautilus`.
6-
> More information: <https://midnight-commander.org>.
3+
> `mc` can refer to multiple commands with the same name.
74
8-
- Start Midnight Commander:
5+
- View documentation for MinIO client:
96

10-
`mc`
7+
`tldr mc.cli`
118

12-
- Start Midnight Commander in black and white:
9+
- View documentation for Midnight Commander:
1310

14-
`mc {{[-b|--nocolor]}}`
11+
`tldr mc.fm`

pages/common/mcli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mcli
2+
3+
> This command is an alias of `mc` (MinIO client).
4+
5+
- View documentation for the original command:
6+
7+
`tldr mc.cli`

pages/common/minio-client.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# minio-client
2+
3+
> This command is an alias of `mc` (MinIO client).
4+
5+
- View documentation for the original command:
6+
7+
`tldr mc.cli`

0 commit comments

Comments
 (0)