Merge branch 'main' of github.com:Alexandre1a/GoSH

Again, I forgot
This commit is contained in:
Alexandre 2025-02-03 14:03:34 +01:00
commit 73b0429195

View File

@ -25,7 +25,7 @@ Add this folder to your path and you are good to go !
## Usage ## Usage
To use the program, just invoke it with `GoSH` 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. 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. 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>` 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. Currently there is a number of known or unkwown issues.
We can list the fact that interactive programs, like SSH or VIM work partialy. We can list the fact that interactive programs, like SSH or VIM work partialy.
The config has to be manualy created and populated. 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. PTY currently don't support signals like 'Ctrl+C' so don't use vim, nano nor nvim for exemple.