From 6a3e267474a2fec87dacce700ff1f75528d1f60f Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:46:03 +0200 Subject: [PATCH] imgcat: move from `osx` to `common`, update page (#10203) --- pages.pt_BR/{osx => common}/imgcat.md | 0 pages.zh/{osx => common}/imgcat.md | 0 pages/{osx => common}/imgcat.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename pages.pt_BR/{osx => common}/imgcat.md (100%) rename pages.zh/{osx => common}/imgcat.md (100%) rename pages/{osx => common}/imgcat.md (66%) diff --git a/pages.pt_BR/osx/imgcat.md b/pages.pt_BR/common/imgcat.md similarity index 100% rename from pages.pt_BR/osx/imgcat.md rename to pages.pt_BR/common/imgcat.md diff --git a/pages.zh/osx/imgcat.md b/pages.zh/common/imgcat.md similarity index 100% rename from pages.zh/osx/imgcat.md rename to pages.zh/common/imgcat.md diff --git a/pages/osx/imgcat.md b/pages/common/imgcat.md similarity index 66% rename from pages/osx/imgcat.md rename to pages/common/imgcat.md index 4b76e0be7..15cf203dc 100644 --- a/pages/osx/imgcat.md +++ b/pages/common/imgcat.md @@ -1,9 +1,9 @@ # imgcat -> A utility to display images directly on the command-line. +> Display images on the command-line. > Requires a compatible terminal such as iTerm2. > More information: . - Display an image on the command-line: -`imgcat {{filename}}` +`imgcat {{path/to/file}}`