saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

Script xml file as intermediage language, advanced search form #275

Closed rcktrncn closed 11 months ago

rcktrncn commented 2 years ago

When script file save, {var} is convert to ⦃var⦄, and some keyword is covert too. It's enable to smoothly open and run script in different setting taskt. ex.) if variable marker is < >, ⦃var⦄ is convert to \<var> automatically, when open file.

Add new search form.It enable to search in parameter values, comment, and command name.

rcktrncn commented 2 years ago

add Replace form

rcktrncn commented 2 years ago

add sample script form

rcktrncn commented 2 years ago

add command filter

rcktrncn commented 2 years ago

Add List Commands group

rcktrncn commented 2 years ago

Added commands to manipulate data types of List, Dictionary and DataTable. Added commands to use these data types in Excel and Web browser commands.

rcktrncn commented 1 year ago

Support auto update.

saucepleez commented 11 months ago

Wow, you did a lot of work here, it looks really good, thank you