mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-09 19:19:46 +01:00
Merge branch 'main' of github.com:Alexandre1a/GoSH
Again, I forgot
This commit is contained in:
commit
73b0429195
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user