ฉันจะเปิดโลมาในโฟลเดอร์หนึ่งจากเทอร์มินัลได้อย่างไร


11

ฉันต้องการเพิ่มไอคอนเริ่มต้นลงในแถบงานของฉันที่ทำงานdolphinแต่เริ่มต้นในโฟลเดอร์ที่ฉันต้องการระบุ

Dolphin คู่มือไม่ได้อธิบายนี้

คำตอบ:



3

หน้าช่วยเหลือ

แอปพลิเคชัน KDE มีความช่วยเหลือ - ด้วย Dolphin:

:~$ dolphin --help
Usage: dolphin [Qt-options] [KDE-options] [options] [Url] 

File Manager

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --select                  The files and directories passed as arguments will be selected.
  --split                   Dolphin will get started with a split view.

Arguments:
  Url                       Document to open

เรียกใช้ด้วยแอปพลิเคชันเริ่มต้น

KDE มี "การใช้งานเริ่มต้น" ในการตั้งค่าระบบ KDE

kfmclient คือ:

:~$ kfmclient --help
Usage: kfmclient [Qt-options] [KDE-options] [KDE-tempfile-options] [options] command [URL(s)] 

KDE tool for opening URLs from the command line

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-kde-tempfile       Show KDE-tempfile specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --noninteractive          Non interactive use: no message boxes
  --commands                Show available commands

Arguments:
  command                   Command (see --commands)
  URL(s)                    Arguments for command

การเปิดไดเรกทอรีด้วยตัวจัดการไฟล์เริ่มต้น:

kfmclient exec /path/to/the/directory/

สิ่งนี้จะรวมได้ดีกับนามแฝงหรือฟังก์ชันโปรไฟล์ bash
PandasRocks

2

หากคุณต้องการเปิดโลมาจากเส้นทางปัจจุบันของคุณในเทอร์มินัลเพียงใช้

dolphin . &
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.