|
d24f097ae9
|
「✨」 feat: Added some security to the parsing
|
2024-07-03 19:13:43 +02:00 |
|
|
9f25b17170
|
「🔨」 fix: Made a cd wayyy more simpler, thx bonsthie
|
2024-07-03 12:00:30 +02:00 |
|
|
4a2b882d22
|
「🔨」 fix: fixed when quote near char
|
2024-07-03 11:27:48 +02:00 |
|
|
f0c0830c4d
|
「✨」 feat: Did a lot of things, don't know what but it work
|
2024-06-30 18:03:58 +02:00 |
|
|
3d7669d056
|
「🔨」 fix: fixed when echo doesn't have args after -n
|
2024-06-29 20:10:50 +02:00 |
|
|
817ed058dd
|
「✨」 feat: echo done(hopefully)
|
2024-06-29 20:05:18 +02:00 |
|
|
26b8603933
|
「🔨」 fix: Fixed merge conflict on main
|
2024-06-29 15:35:28 +02:00 |
|
|
5e68b7342d
|
「🏗️」 wip(buildtins:export): testing things, might broke.
|
2024-06-28 10:12:19 +02:00 |
|
|
15f87d9a37
|
「🔨」 fix(exec_cmd): fixed counter
|
2024-06-27 14:29:14 +02:00 |
|
|
333942d80e
|
「🔨」 fix: Fixed heredoc and append which the file name goes in argv
|
2024-06-26 12:58:24 +02:00 |
|
|
37dc7507dd
|
「🏗️」 wip: ctrl \ and ctrl d working
|
2024-06-26 12:49:40 +02:00 |
|
|
9980762f0c
|
「🏗️」 wip(builtins): working on builtins...
|
2024-06-26 10:21:42 +02:00 |
|
|
2a0fea22ed
|
「🏗️」 wip: Signal handling in realine
|
2024-06-25 17:54:33 +02:00 |
|
|
7460600fa2
|
「🔨」 fix: CD not vomiting valgrind error
|
2024-06-25 17:20:20 +02:00 |
|
|
e7a5e8041b
|
「✨」 feat: CD finished need valgrind fix but it's fine
|
2024-06-25 16:31:55 +02:00 |
|
|
db8435b6c2
|
「🏗️」 wip: CD reworked
|
2024-06-25 14:40:44 +02:00 |
|
|
d3a8e94779
|
「🔨」 fix: invalid fd close
|
2024-06-25 11:38:35 +02:00 |
|
|
1ddd5534c8
|
「✨」 feat: CD working
|
2024-06-25 11:23:25 +02:00 |
|
|
5710f193d7
|
「🏗️」 wip: Started cd and pwd
|
2024-06-25 10:38:07 +02:00 |
|
|
d9771f26a4
|
「🏗️」 wip(exec_single_cmd:command_not_found): correct command is not found msg
|
2024-06-24 14:06:31 +02:00 |
|
|
d5c8727093
|
「🔨」 fix(split_cmd): fixed command execution + null return code no longer show
|
2024-06-24 13:05:47 +02:00 |
|
|
831d046fcb
|
「✨」 feat: command return code msg + env norm
|
2024-06-24 12:57:03 +02:00 |
|
|
667beff259
|
「🔨」 fix(env): getters now dup the value, protect possible unwanted change
|
2024-06-24 10:32:19 +02:00 |
|
|
a2a9e362d3
|
「✨」 feat: pipe are now piping D:
|
2024-06-23 03:53:22 +02:00 |
|
|
de23176011
|
「✨」 feat: Check for unclosed quote
|
2024-06-21 12:44:51 +02:00 |
|
|
87f031c87f
|
「🔨」 fix(exec_cmd): fixed waitpid, now wait for all process, not just first one (and minor fixes)
|
2024-06-21 10:01:05 +02:00 |
|
|
59a2ce8838
|
「🏗️」 wip(main.c): changed main to execute commands
|
2024-06-21 09:59:31 +02:00 |
|
|
59964a9248
|
「🔨」 fix: Removed debug print
|
2024-06-20 14:36:25 +02:00 |
|
|
ce70b6ee94
|
「🎉」 init: Merged branch successfully
|
2024-06-20 14:30:25 +02:00 |
|
|
64ede5becd
|
「✨」 feat: $ working
|
2024-06-20 14:28:54 +02:00 |
|
|
2dc8817d98
|
「🔨」 fix(exec_cmd): fixed some things.
|
2024-06-18 20:31:40 +02:00 |
|
|
6ae7296237
|
「🏗️」 wip: Work in progress
|
2024-06-18 12:21:40 +02:00 |
|
|
8ec6d94a52
|
「🔨」 fix(get_path): fixed algorythm for better performances
|
2024-06-13 14:21:45 +02:00 |
|
|
f70c506fed
|
「🔨」 fix(exec_fn): fixed exec functions, not normed
|
2024-06-10 18:17:12 +02:00 |
|
|
0266cee5cb
|
「🔨」 fix(env_cmd): fixed strcmp and env cmds
|
2024-06-10 17:03:14 +02:00 |
|
|
815689e72f
|
「🏗️」 wip(env): not tested, could not work
|
2024-06-09 16:03:09 +02:00 |
|
|
cf0a230f28
|
「✏️」 norm(src/exec/*): normed everything...
|
2024-06-05 01:23:18 +02:00 |
|
|
5642c267f0
|
「🔨」 fix: fixed split cmd when there is no path var, added split cmd execution to the main
|
2024-06-04 22:28:13 +02:00 |
|
|
b7601617cc
|
「✨」 feat(exec_cmd): commands execution is back !
This reverts commit 06f2480711fb7a8581a3cfb087345ff514fa44aa.
|
2024-06-04 21:40:14 +02:00 |
|
|
e6e7a823d4
|
「🔨」 fix: Change argv from char* to char**
|
2024-06-04 13:20:51 +02:00 |
|
|
b17e34e030
|
「🏗️」 wip: testing things, might broke.
|
2024-06-01 13:54:32 +02:00 |
|
|
5a71c50897
|
「✨」 feat: Parsing working but not handling error
|
2024-05-31 19:26:09 +02:00 |
|
|
6bbdef9d7c
|
「✨」 feat: Parsing of command kinda working
|
2024-05-30 17:59:49 +02:00 |
|
|
ad01524c36
|
「🔨」 fix: Fixed __to_token invalid read if no space
|
2024-05-28 16:29:34 +02:00 |
|
|
c87d45e584
|
「🏗️」 wip: testing things, might broke.
|
2024-05-28 14:21:41 +02:00 |
|
|
c6d1149642
|
「🔨」 fix: Fixed prompt with env function
|
2024-05-27 19:02:07 +02:00 |
|
|
ebe3560d03
|
「🔨」 fix(env commands): fixed segfault
|
2024-05-27 18:06:14 +02:00 |
|
|
64f495b114
|
「✨」 feat(env_get_value): added a func to get value of a variable with the env struct
|
2024-05-27 13:13:46 +02:00 |
|
|
ad1f4e936d
|
「🔨」 fix: get_pwd fixed leak
|
2024-05-27 12:55:15 +02:00 |
|
|
0b81369a9f
|
「✨」 feat: Tokenizer working
|
2024-05-26 18:01:33 +02:00 |
|