Update README.md

This commit is contained in:
Alexandre1a 2025-02-03 09:57:55 +01:00 committed by GitHub
parent 9d406f8dfc
commit 50d280ec5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ Add this folder to your path and you are good to go !
## Usage
To use the program, just invoke it with `GoSH`
If you see a message about a config file, create `~/.config/gosh/gosh_config.toml` and populate it with the defaults written inside this repo -> [here](/defaults.toml).
~~If you see a message about a config file, create `~/.config/gosh/gosh_config.toml` and populate it with the defaults written inside this repo -> [here](/defaults.toml).~~
To change config parameter on the fly, use the `set` builtin.
Currently, `set` has a limited amount of configuration options and need to have a valid config file to write to.
To change the color of the prompt use `set color <color>`
@ -41,5 +41,5 @@ You can use all "console colors", listed [here](https://gist.github.com/kamito/7
Currently there is a number of known or unkwown issues.
We can list the fact that interactive programs, like SSH or VIM work partialy.
The config has to be manualy created and populated.
Also pipes aren't supported yet, so no ls | grep "thing"
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.