Skip to content

v2.0

Latest

Choose a tag to compare

@andreas-agouridis andreas-agouridis released this 18 May 16:53
2e3a05e

Linux Terminal Simulator for Windows v2.1

Windows Batch
MIT License
Release
Downloads

What's New in v2.1

New Features

  • Tab autocomplete for commands and filenames (press Tab)
  • Command history (Up/Down arrows) with persistent storage
  • New commands:
    • alias - Create command shortcuts
    • history - View command history
    • chmod - Basic permission simulation
    • wc - Word count functionality
  • Improved sudo:
    • 5-minute timeout
    • Configurable password policy
  • Enhanced prompt:
    • Color-coded by user (green for normal, red for root)
    • Git branch detection when in repositories

Improved Commands

  • ls now supports:
    • Color output
    • Basic -l, -a, -h flags
  • grep enhanced with:
    • -i (ignore case)
    • -v (invert match)
  • ps now shows:
    • Better formatted output
    • Memory usage percentages

Bug Fixes

  • Fixed path handling with spaces
  • Resolved sudo password echo issue
  • Improved command argument parsing