Skip to content

SriGanesh01/TerminalUnity2D-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

This is a try to make a terminal emulator like thing. This was initially indented to work as an asset in Unity Asset Store, but this should work as a standalone app too.

This has the following commands implemented: help man pwd cd ls mkdir rmdir touch rm cat echo clear whoami date uptime user (to change user. For admin access ans stuff. name it "Admin" for admin access. "user" for no admin access) exit (Works only in the unity game, exits the game)

NOTE that (I forgot, I'll come back to it)

all the logic is in the file "Terminalv3.cs". The file Directory implements the "Directory.cs" system. Most of the command logic is under the function Printer in "Terminalv3.cs"

Commands i am working on (Currently) The filter system thing (What is the technical name for it?) like ls -l or ls - a. file editing. (can only create the file with the text. Building a texteditor kind of layout)

Future plans I/O Redirections Piping A custom programing language (Hopefully)

Long Term Idea To build a working UI (Like an working OS) on top of this terminal system.

NOTE: Due to some error/problem with the .gitignore, I had ro delete the Terminalv1. everything imported to Terminalv2 now.

Images

Screenshot 2024-07-09 002109 Screenshot 2024-07-09 002242 Screenshot 2024-07-09 002410 Screenshot 2024-07-09 002519 Screenshot 2024-07-09 002547 Screenshot 2024-07-09 002651 Screenshot 2024-07-09 002902 Screenshot 2024-07-09 003017

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages