Differences
This shows you the differences between the selected revisions of the page.
2014-12-23 | 2015-12-18 | ||
stored or remembered (martin) | 5.8 bugs 1346 + 1020: Session name (!N) and port number (!#) patterns for custom commands and terminal client path. (martin) | ||
Line 17: | Line 17: | ||
| ''!U'' | Current session username. | | | ''!U'' | Current session username. | | ||
| ''!P'' | Current session password (if [[security_credentials|stored or remembered]]). | | | ''!P'' | Current session password (if [[security_credentials|stored or remembered]]). | | ||
+ | | ''!#'' | Current session port number. &beta_feature | | ||
+ | | ''!N'' | Current session name. &beta_feature | | ||
| ''!?prompt[\]?default!'' | When used, user is prompted to enter value that replaces the pattern. ''prompt'' can define a message of the prompt and ''default'' a default value, both can be empty. Special characters entered by user are automatically delimited. You can prohibit this using optional backslash (''\'') before second question mark (''?''). | | | ''!?prompt[\]?default!'' | When used, user is prompted to enter value that replaces the pattern. ''prompt'' can define a message of the prompt and ''default'' a default value, both can be empty. Special characters entered by user are automatically delimited. You can prohibit this using optional backslash (''\'') before second question mark (''?''). | | ||
| ''!`command`'' | Replaced with output of given local console command. | | | ''!`command`'' | Replaced with output of given local console command. | |