Added a Todo

This commit is contained in:
Alexandre1a 2025-04-14 15:19:33 +02:00
parent f25176ea2b
commit 169929f577
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
3 changed files with 4 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -53,3 +53,6 @@ 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"`
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
const (
VERSION = "2.2.0"
VERSION = "2.3.0"
SHELL_NAME = "GoShell"
)