터미널에서 특정 폴더의 돌고래를 어떻게 열 수 있습니까?


11

실행 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/

이것은 배쉬 프로파일 별칭 또는 기능을 잘 통합 할
PandasRocks

2

터미널의 현재 경로에서 돌고래를 열려면 다음을 사용하십시오.

dolphin . &
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.