23 Commits

Author SHA1 Message Date
4793df800d 」 feat(exec_builtins): fixed builtins exec from a fork 2024-07-06 12:04:14 +02:00
8769b5d25f 🔨」 fix: fixed some things. 2024-07-04 12:08:27 +02:00
80ef34f45b 」 feat(exec_builtins / quote parsing): did builtins execution, wip quote parsing (don't work for the moment) 2024-07-04 11:45:37 +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
d3a8e94779 🔨」 fix: invalid fd close 2024-06-25 11:38:35 +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
a2a9e362d3 」 feat: pipe are now piping D: 2024-06-23 03:53:22 +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
2dc8817d98 🔨」 fix(exec_cmd): fixed some things. 2024-06-18 20:31: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
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
06f2480711 Revert "「」 feat(exec_cmd): can now execute commands ! still kind of a wip tho"
This reverts commit 32e09ff98a41d05937627c5a302c430c91220474.
2024-06-02 21:18:42 +02:00
32e09ff98a 」 feat(exec_cmd): can now execute commands ! still kind of a wip tho 2024-06-02 21:17:02 +02:00
5663190865 」 feat(heredoc): multiple heredoc implementation 2024-05-23 07:19:42 +02:00
0020764f51 」 feat(heredoc.c): ft_heredoc :D 2024-05-21 00:36:01 +02:00
7b18eb6327 🏗️」 wip(heredoc): working on the heredoc... 2024-05-20 11:22:25 +02:00
3ab8361d69 🏗️」 wip(exec/get_path): can get all files in path, only printing for now. 2024-05-19 05:49:22 +02:00