Copie os nomes/caminhos dos arquivos para a área de transferência no Krusader, como no Total Commander

Copie os nomes/caminhos dos arquivos para a área de transferência no Krusader, como no Total Commander

Como configurar o gerenciador de arquivos Krusaderpara copiar nomes ou caminhos completos para arquivos/diretórios selecionados como em Total Commander?

Pergunta relacionada:Atalho para selecionar/copiar o diretório atual no gerenciador de arquivos do Krusader

Responder1

Krusader-> Useractions->Manage User Actions...

Adicione duas novas ações de usuário com a seguinte configuração:

Identifier: Copy Names
Title: &Copy Names
Command: %_Clipboard("%aList("Selected", "\n", "Yes", "", "No")%")%
Shortcut: Ctrl + Alt + N

Identifier: Copy Paths
Title: &Copy Paths
Command: %_Clipboard("%aList("Selected", "\n", "", "", "No")%")%
Shortcut: Ctrl + Alt + P

Krusader-> Settings->Configure Keyboard Shortcuts...

Remove duplicated Ctrl + Alt + P shortcut from 'Play/Pause Job' action
or user other shortcut.

Para verificar a configuração, selecione vários arquivos/diretórios. Pressione Ctrl + Alt + Npara copiar nomes para a área de transferência, Ctrl + Alt + Ppara copiar caminhos.

Descrição para configuração de comandos deAções do Usuário do Krusader:

List - replaced by a list of all <first parameter>
    Parameter: Which items; either “All”, “Selected”, “Files” or “Dirs”
    Parameter (optional): Separator between the items. Default: “ ”
    Parameter (optional): Omit the current path. Default: no
    Parameter (optional): Filtermask (for all but “Selected”).
                          Default: *
    Parameter (optional): Automatic escape spaces. Default: yes
Select - manipulates the selection in a panel
    Parameter: Filtermask
    Parameter (optional): manipulate in which way; either “Set”,
                          “Add” or “Remove”. Default: “Set”
Clipboard - manipulates the clipboard
    Parameter: The text that should go to the clipboard 
               (you may want to use “%aCurrent%” here)
    Parameter (optional): Append the text to the current content
                          of the clipboard with this separator        

Links Relacionados:

informação relacionada