jterm/.github/copilot-instructions.md
2026-01-25 19:06:08 +01:00

517 B

Workspace Instructions

  • Project: Java 11 SSH Terminal
  • Language: Java 11
  • UI Framework: Swing
  • SSH Library: JSch (mwiede fork)
  • Security: AES Encryption with Master Password

Steps Completed

  • Initialize project structure and pom.xml
  • Implement Encryption Service
  • Implement Connection Model and Storage
  • Implement SSH Terminal UI component
  • Implement Main UI with SplitPane and Tabs
  • Add Connection Management (Add/Remove)
  • Compile and Test
  • README and Documentation