10 Commits

Author SHA1 Message Date
Tanguy MAZE
f04da8b91f WIP cd options
Nearly there ^^
added cd options

need to iron out bug with pwd that only shows physical path
2019-01-30 17:04:15 +01:00
Tanguy MAZE
f88be73e8b realpath is in
added realpath to libft
removed local references to realpath
2019-01-29 18:26:04 +01:00
Tanguy MAZE
9a1bc7b613 WIP cd builtin
need to implement -P and -L (default) options
2019-01-28 17:00:16 +01:00
Tanguy MAZE
784e71d719 a bit of cleaning 2019-01-27 17:38:59 +01:00
Tanguy MAZE
98807eb6f8 WIP refactor cd 2019-01-26 16:58:57 +01:00
Tanguy MAZE
d619a7f3c1 WIP cd fonctionnalities
missing realpath() application to paths beginning by /
2019-01-25 17:04:00 +01:00
Tanguy MAZE
2fee92fc03 WIP non tested handling of . and .. paths 2019-01-24 17:27:38 +01:00
Tanguy MAZE
9dc92563e3 WIP added basic cd command
The command only works with `-`, absolut paths and empty arg
No option has been added
2019-01-21 17:35:57 +01:00
Tanguy MAZE
dcc7d43dd9 WIP check path to launch executable
- able to launch ls from path
- full user entry check (non existing exec, empty command..) still to do
2019-01-16 17:30:11 +01:00
Tanguy MAZE
36d7fc342d added basic env & setenv commands 2019-01-13 19:03:08 +01:00