Under Community Review

Passolo Search Function via Command Line

Hi,

In our daily work, quite often we need to search strings in Passolo. Now we have to open LPU file(s) to search. I wonder if it's possible to develop Search function in command line. For example, 

 

Search one string in all languages and return output:

pslcmd c:\projects\myProject.lpu /search string:"This is a string."

or

Search on string in specific language and return output:
pslcmd c:\projects\myProject.lpu /translate lang:German string:"This is a string."

It will be very handy I think.

Thank you very much,

Ryan
  • There is currently no feature that supports a search (or replace) function via command line. The command line has the ability to run macros using /runmacro= and using a Window API call you can even access the command line parameters. Within the macro you can browse any translation list, do any search or replace or export results to external report files.