|
|
448458b37f
|
redirection parsing: parse redirections for cmdgroup
|
2025-03-28 14:50:37 +01:00 |
|
|
|
0584757446
|
refactor: put parsing of command and debugging out of main loop
|
2025-03-28 14:50:37 +01:00 |
|
|
|
1486c3b124
|
treeprint refactor: use simpler types
|
2025-03-28 14:50:37 +01:00 |
|
|
|
8f7e7f7dfe
|
cmdgroup: tree debug routine
|
2025-03-28 14:50:37 +01:00 |
|
|
|
55d21196b8
|
cmdgroup: start implementing debug routines
|
2025-03-28 14:50:37 +01:00 |
|
|
|
6c8dd312c0
|
wordsplit: make it compile
|
2025-02-20 15:00:48 +01:00 |
|
|
|
abea59eba4
|
get_command refactor: put into own file
|
2025-02-20 14:40:57 +01:00 |
|
|
|
486dec7bb7
|
get_command: if input is not a tty, use get next line
This simplifies tests
|
2025-02-20 14:40:57 +01:00 |
|
|
|
71a4df1bb0
|
fix: stdio needs to be included before readline for compilation to work
|
2025-02-11 16:38:49 +01:00 |
|
Khaïs COLIN
|
6aabe49df1
|
read: do not display prompt if not in a tty
|
2025-02-07 15:29:43 +01:00 |
|
Khaïs COLIN
|
8bfdb04630
|
read: add commands to history
|
2025-02-07 15:29:43 +01:00 |
|
Khaïs COLIN
|
a23b639f78
|
read: read a line with readline and echo it back
|
2025-02-07 15:29:43 +01:00 |
|
Khaïs COLIN
|
08101e295a
|
minishell: add basic main function
|
2025-02-07 15:29:43 +01:00 |
|