https://github.com/simplyceo/pf-terminal
Linux terminal emulator made in Java.
https://github.com/simplyceo/pf-terminal
Last synced: 11 months ago
JSON representation
Linux terminal emulator made in Java.
- Host: GitHub
- URL: https://github.com/simplyceo/pf-terminal
- Owner: SimplyCEO
- License: gpl-3.0
- Created: 2021-11-21T20:41:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T22:42:03.000Z (over 4 years ago)
- Last Synced: 2025-05-20T12:53:50.055Z (about 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PF-Terminal
Linux terminal emulator made in Java.
This project started with the idea of taking crontrol of the system if you're locked out, and the only way to enter is using Java.
That's why the project is compiled in Java 8.
## Requirements ##
- Java 8+
- Linux OS
## Building from source ##
```shell
$ make build
$ java -jar PF-Terminal.jar
```
## To do ##
- Complete package build
- Receive every information of the actual terminal
- Port to other systems
- Multi-terminal screens.
- Link OpenJDK java to the actual repository.
- No need to use Maven. Don't need for the moment and I expect it won't.