On 05/07/2011 06:13 AM, Camaleón wrote:
> On Fri, 06 May 2011 19:23:54 -0400, Perry Thompson wrote:
>
>> Hi there. I made a nautilus script so that I can right-click on a file,
>> use it in a program, and then move the produced file back to the working
>> directory.
>>
>> I made a test script to t
On Fri, 06 May 2011 19:23:54 -0400, Perry Thompson wrote:
> Hi there. I made a nautilus script so that I can right-click on a file,
> use it in a program, and then move the produced file back to the working
> directory.
>
> I made a test script to try it out.
>
> #!/bin/bash
>
> echo "$1" $HOME
Hi there. I made a nautilus script so that I can right-click on a file,
use it in a program, and then move the produced file back to the working
directory.
I made a test script to try it out.
#!/bin/bash
echo "$1" $HOME/Desktop/test.txt
When I am in any Nautilus folder and I right-click on a fi
3 matches
Mail list logo