Skip to content

Balazs-Szucs/simple-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleShell

SimpleShell is a basic shell application written in Java. It allows users to execute shell commands, manage custom environment variables, and handle input/output redirection.

Features

  • Execute shell commands
  • Custom environment variables
  • Input/output redirection
  • Piping between commands
  • Graphical User Interface (GUI) for command execution

Supported Commands

SimpleShell can handle the following commands:

  • ls - List directory contents
  • cd - Change the current directory
  • pwd - Print the current working directory
  • echo - Display a line of text
  • cat - Concatenate and display files
  • grep - Search text using patterns
  • mkdir - Create new directories
  • ps - Display information about running processes

Installation

  1. Clone the repository:
    https://github.com/Balazs-szucs/simple-terminal.git
    cd simpleshell
    run SimpleShell.java for terminal version
    run SimpleShellGUI.java for GUI version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages