Compare commits

..

No commits in common. "main" and "v2.3.0" have entirely different histories.
main ... v2.3.0

3 changed files with 1 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -53,6 +53,3 @@ 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.
## ToDo
- Tab completion (for cd)

View File

@ -28,7 +28,7 @@ type Config struct {
// Constantes pour la version et le nom du shell // Constantes pour la version et le nom du shell
const ( const (
VERSION = "2.3.0" VERSION = "2.2.0"
SHELL_NAME = "GoShell" SHELL_NAME = "GoShell"
) )