Total commander: diferència entre les revisions

De WikiMar
Salta a la navegació Salta a la cerca
Cap resum de modificació
Línia 1: Línia 1:
==Atention==
The 32 bit and 64 bit executable, have different plugins.
For example the SFTP is only in the 64 bit.




Línia 27: Línia 32:
  C:\cygwin\bin\mintty.exe
  C:\cygwin\bin\mintty.exe
Parameters
Parameters
-i /Cygwin-Terminal.ico /bin/bash -l -c 'ORIGEN=$(cygpath "%P "); DESTI=$(cygpath "%T "); echo "$ORIGEN ==>> $DESTI  ?"; read; COMANDA="rsync -avx  --inplace -P --chmod=ugo=rwX --modify-window=1 --info=progress2 --info=name0 --stats -n $ORIGEN $DESTI "; echo $COMANDA; read'
--size 240,35 -i /Cygwin-Terminal.ico /bin/bash -l -c 'ORIGEN=$(cygpath "%P\\"); DESTI=$(cygpath "%T\\"); printf "$ORIGEN ==>> $DESTI  ?\n\n\n"; OPCIONS="";  read -p "Delete on destination (--delete) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS=" -delete"; echo; read -p "Avoid overwriting newer files (--update) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS+=" --update"; echo; read -p "Compare same size files using checksum (-c/--checksum) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS+=" --checksum"; echo; COMANDA="$OPCIONS -avx --inplace --modify-window=1 --stats "; rsync -n $COMANDA "$ORIGEN" "$DESTI" ; printf "\n\nrsync --info=progress2 $COMANDA \"$ORIGEN\" \"$DESTI\"  \n (Enter to execute)\n\n"; read; rsync --info=progress2 $COMANDA "$ORIGEN" "$DESTI" ; read'
Start Path
%P
Icon file:
C:\cygwin\Cygwin-Terminal.ico
Tooltip
Tooltip
  Rsync
  Rsync

Revisió del 16:00, 10 nov 2016

Atention

The 32 bit and 64 bit executable, have different plugins.

For example the SFTP is only in the 64 bit.


Icons added

Crear informacio

Command

%COMMANDER_PATH%\..\Notepad++Portable\Notepad++Portable.exe

Parameters

_Informacio.txt

Blank and Secure

Command

"%COMMANDER_PATH%\..\srm Blank and Secure- esborrar fitxers de forma segura\BlankAndSecure\BlankAndSecure.exe"


WinMerge

Command

"%COMMANDER_PATH%\..\WinMerge\winmergeU.exe"

Parameters

/ub "%P\%N" "%T\%M"


Rsync

Command

C:\cygwin\bin\mintty.exe

Parameters --size 240,35 -i /Cygwin-Terminal.ico /bin/bash -l -c 'ORIGEN=$(cygpath "%P\\"); DESTI=$(cygpath "%T\\"); printf "$ORIGEN ==>> $DESTI  ?\n\n\n"; OPCIONS=""; read -p "Delete on destination (--delete) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS=" -delete"; echo; read -p "Avoid overwriting newer files (--update) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS+=" --update"; echo; read -p "Compare same size files using checksum (-c/--checksum) ? " -n1 ; [[ $REPLY =~ ^[Yy]$ ]] && OPCIONS+=" --checksum"; echo; COMANDA="$OPCIONS -avx --inplace --modify-window=1 --stats "; rsync -n $COMANDA "$ORIGEN" "$DESTI" ; printf "\n\nrsync --info=progress2 $COMANDA \"$ORIGEN\" \"$DESTI\" \n (Enter to execute)\n\n"; read; rsync --info=progress2 $COMANDA "$ORIGEN" "$DESTI" ; read' Start Path

%P

Icon file:

C:\cygwin\Cygwin-Terminal.ico

Tooltip

Rsync