https://github.com/allancrabelo/minishell
A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.
https://github.com/allancrabelo/minishell
42school minishell
Last synced: 4 months ago
JSON representation
A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.
- Host: GitHub
- URL: https://github.com/allancrabelo/minishell
- Owner: allancrabelo
- License: mit
- Created: 2025-08-01T17:15:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T15:33:01.000Z (5 months ago)
- Last Synced: 2026-02-04T05:33:02.874Z (5 months ago)
- Topics: 42school, minishell
- Language: C
- Homepage:
- Size: 484 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]([https://seuprojeto.atlassian.net/jira/software/projects/PROJKEY/boards/1](https://allanaugustocarneirorabelo.atlassian.net/jira/software/projects/SCRUM/boards/1?jql=))
# Minishell
A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.
