web-dev-qa-db-ja.com

コマンドラインからディレクトリでKrusaderを起動します

左側のパネルのディレクトリ/tmpのターミナルからkrusaderを起動したい。

どうやってするの?

1
UAdapter
:~$ krusader --help

Usage: krusader [Qt-options] [KDE-options] [options] url 

Krusader
Twin-Panel File Manager for KDE

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:
  --left <path>             Start left panel at <path>
  --right <path>            Start right panel at <path>
  --profile <panel-profile> Load this profile on startup

Arguments:
  url                       Url to open
4
user26687