/swell

A shell written with Swift

Primary LanguageSwift

swell

swell is a shell written in Swift.

Features

  • Execute single command with arguments.
  • Pipe commands.
  • Change directory using cd
  • Input redirection
  • SIGINT handling
  • Quit the shell using exit command.
  • Implement source command