Skip to content

Releases: melmut-42/minishell

v1.0.0 - Core Shell

04 Jun 16:07
5b6674d

Choose a tag to compare

First stable release of minishell:

  • Command parsing and execution
  • Redirection and piping
  • Environment variable support
  • Built-in commands: cd, echo, export, unset, etc.

Future plans:

  • UI/UX layer
  • Scripting support
  • Logical operators (||, &&) support
  • Wildcard pattern matching support

Contributors: