gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] refer to selected files at commandline


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] refer to selected files at commandline
Date: Mon, 28 Feb 2011 20:51:00 +0100

> Is there a way to do that ?
> 
> Like 'chown google:bots %S'
> 

There is no substitution for cmdline... However it's possible to assign
shortcut to 'command.execute' (= Befehl ausführen) user action, where
param is user_command. gcmd recognizes and substitutes the following
placeholders:

      * %f file name (or list for multiple selections)
      * %F quoted filename (or list for multiple selections)
      * %p full file system path (or list for multiple selections)
      * %P quoted full file system path (or list for multiple
        selections)
      * %u fully qualified URI for the file (or list for multiple
        selections)
      * %d full path to the directory containing file
      * %D quoted full path to the directory containing file
      * %s synonym for %P (for compatibility with previous versions of
        GNOME Commander)
      * %% percent sign






reply via email to

[Prev in Thread] Current Thread [Next in Thread]