mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-10 03:29:47 +01:00
Update README.md
This commit is contained in:
parent
9d406f8dfc
commit
50d280ec5f
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user