Inicie o Krusader em um diretório da linha de comando

1

Eu quero começar o krusader a partir do terminal no diretório /tmp no painel esquerdo.

como fazer isso?

    
por UAdapter 03.01.2012 / 17:50

1 resposta

4
:~$ 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
    
por user26687 03.01.2012 / 18:56