From f257b7fba599e1e8a44eef2f158e0e982f77fe03 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 18 Apr 2024 16:23:41 +0200 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6127a1a..63e2bba 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ when used in combination with [tmux](https://tmux.github.io). * Pulse serial lines with configurable pulse duration * Local echo support * Remapping of characters (nl, cr-nl, bs, lowercase to uppercase, etc.) - * Per line timestamps in normal output mode - * Timeout based timestamps in hex output mode - * Support for delayed output per character - * Support for delayed output per line * Switchable independent input and output mode (normal vs hex) + * Timestamp support + * Per line in normal output mode + * Output timeout timestamps in hex output mode + * Support for delayed output + * Per character + * Per line * Log to file with automatic or manual naming of log file * Configuration file support * Activate sub-configurations by name or pattern @@ -58,12 +60,12 @@ when used in combination with [tmux](https://tmux.github.io). * Visual or audible alert on connect/disconnect * Remapping of prefix key * Support NO_COLOR env variable as per no-color.org - * Man page documentation * Lua scripting support for automation * Run script manually or automatically at connect once/always/never * Simple expect/send like functionality with support for regular expressions * Manipulate port control lines (useful for microcontroller reset/boot etc.) * Send files via x/y-modem protocol + * Man page documentation * Plays nicely with [tmux](https://tmux.github.io) ## 3. Usage