ouch.yazi
বৈশিষ্ট্যসমূহ
- আৰ্খাইভ পূৰ্বদৃশ্য
- সংকোচন
স্থাপন
Yazi পেকেজ মেনেজাৰ
ya pkg add ndtoan96/ouchGit
# Linux/macOS
git clone https://github.com/ndtoan96/ouch.yazi.git ~/.config/yazi/plugins/ouch.yaziWindows with cmd
git clone https://github.com/ndtoan96/ouch.yazi.git %AppData%\yazi\config\plugins\ouch.yaziWindows with powershell
git clone https://github.com/ndtoan96/ouch.yazi.git "$($env:APPDATA)\yazi\config\plugins\ouch.yazi"আপুনি নিশ্চিত কৰক যে আপোনাৰ PATH-ত ouch ইনষ্টল কৰা আছে।
ব্যৱহাৰ
পূৰ্বদৃশ্য
আৰ্কাইভ পূৰ্বদৃশ্যৰ বাবে, এইটো আপোনাৰyazi.toml-ত যোগ কৰক:[[plugin.prepend_previewers]]
mime = "application/{zip,tar,bzip2,7z,rar,xz,zstd,java-archive}"
run = "ouch"এতিয়া Yazi-ত এখন সংৰক্ষণাগাৰত যাওক, আপুনি প্ৰিভিউ পেনত সংৰক্ষণাগাৰৰ বিষয়বস্তু চাব পৰা উচিত। আপুনি J আৰু K ব্যৱহাৰ কৰি প্ৰিভিউত ওপৰ-তললৈ স্ক্ৰল কৰিব পাৰে।
#### স্বনির্বাচন
প্ৰিভিউসমূহ run ষ্ট্ৰিঙত অতিৰিক্ত আৰ্গুমেন্ট যোগ কৰি স্বনির্বাচিত কৰিব পৰা যায়:
[plugin]
prepend_previewers = [
# Change the top-level archive icon
{ ..., run = "ouch --archive-icon='🗄️ '" },
# Or remove it by setting it to ''
{ ..., run = "ouch --archive-icon=''" }, # Enable file icons
{ ..., run = "ouch --show-file-icons" },
# Disable tree view
{ ..., run = "ouch --list-view" },
# These can be combined
{ ..., run = "ouch --archive-icon='🗄️ ' --show-file-icons --list-view" },
]
সংকোচন
সংকোচনৰ বাবে, আপোনাৰkeymap.toml-ত এইটো যোগ কৰক:[[mgr.prepend_keymap]]
on = ["C"]
run = "plugin ouch"
desc = "Compress with ouch"প্লাগইনটো ডিফল্ট ৰূপত zip ফৰ্মেট ব্যৱহাৰ কৰে। আপুনি আউটপুট ফাইলটো নামাকৰণ কৰাৰ সময়ত ফৰ্মেটটো পৰিবৰ্তন কৰিব পাৰে, ouch-এ ফাইল এক্সটেনচনৰ ভিত্তিত ফৰ্মেট চিনাক্ত কৰিব।
উদাহৰণস্বৰূপে, যদি আপুনি 7zক ডিফল্ট ফৰ্মেট হিচাপে নিৰ্ধাৰণ কৰিব বিচাৰে, তেন্তে আপুনি plugin ouch 7z ব্যৱহাৰ কৰিব পাৰে।
ডিকম্প্ৰেছন
এই প্লাগইনটোৱে ডিকম্প্ৰেছন সুবিধা প্ৰদান নকৰে কাৰণ ইয়াক Yazi-এ ইতিমধ্যে সমৰ্থন কৰিছে।ouchৰ সহায়ত ডিকম্প্ৰেছ কৰিবলৈ, yazi.tomlত ওপেনাৰ কনফিগাৰ কৰক।[opener]
extract = [
{ run = 'ouch d -y %*', desc = "Extract here with ouch", for = "windows" },
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
]--- Tranlated By Open Ai Tx | Last indexed: 2026-03-03 ---