From a03c94141209461ba7e01afe67a04a0c8e47882b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 3 Feb 2025 09:16:35 +0100 Subject: [PATCH] Changed the behaviour of argument handling --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b5ed2f..b78dcca 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,7 @@ You can use all "console colors", listed [here](https://gist.github.com/kamito/7 ## Know Issues Currently there is a number of known or unkwown issues. -We can list the fact that interactive programs, like SSH or VIM won't work. +We can list the fact that interactive programs, like SSH or VIM work partialy. The config has to be manualy created and populated. -In the handling of flags and strings, the program currently cut all spaces, so no strings in flags. -For exemple for git commit -a -m "Some light modifications", the shell will think that "git commit -a -m 'Some'" is a command and "light" and "modifications" are other commands. Also pipes aren't supported yet, so no ls | grep "thing" PTY currently don't support signals like 'Ctrl+C' so don't use vim, nano nor nvim for exemple.