Skip to content

mc: add page, disambiguation and alias #17043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions pages/common/mc.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# mc

> MinIO Client for object storage and filesystems.
> May be named `mc` or `mcli` on some systems.
> More information: <https://minio.github.io/mc/>.

- Add connection to a S3 server:

`mc alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}`

- Create a bucket:

`mc mb {{local/bucket_name}}`

- List buckets and their content recursively:

`mc ls {{local}} --recursive`
14 changes: 14 additions & 0 deletions pages/common/mc.fm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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]}}`
13 changes: 5 additions & 8 deletions pages/common/mc.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# 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>.
> `mc` can refer to multiple commands with the same name.

- Start Midnight Commander:
- View documentation for MinIO client:

`mc`
`tldr mc.cli`

- Start Midnight Commander in black and white:
- View documentation for Midnight Commander:

`mc {{[-b|--nocolor]}}`
`tldr mc.fm`
7 changes: 7 additions & 0 deletions pages/common/mcli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# mcli

> This command is an alias of `mc` (MinIO client).

- View documentation for the original command:

`tldr mc.cli`
7 changes: 7 additions & 0 deletions pages/common/minio-client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# minio-client

> This command is an alias of `mc` (MinIO client).

- View documentation for the original command:

`tldr mc.cli`
Loading