Skip to content

Releases: G000D1ESS/snakeshell

Release list

v0.0.2

Choose a tag to compare

@G000D1ESS G000D1ESS released this 29 Oct 23:37

🔖 Release v0.0.2: Enhanced Stability and UI/UX:

Changes:

  • 🐛 Improved shell stability
  • ✨ Added support for interactive readline
  • ✨ Support for arrow keys, command editing before submission, Ctrl+C, and Ctrl+D
  • 🦺 Enhanced built-in commands with added error handling for specific cases

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@G000D1ESS G000D1ESS released this 26 Oct 10:35

Initial version of Bash in Python:

  • Implemented part of the built-in commands.
  • Introduced support for Sequence List.
  • Implemented AND and OR lists for logical command operations.
  • Added support for PEG parser to enhance command processing.

Full Changelog: https://github.com/G000D1ESS/snakeshell/commits/v0.0.1