diff --git a/.gitignore b/.gitignore
index 2ce6526..239315c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,8 @@ Common/bin
Common/obj
CLI/bin
CLI/obj
+TUI/bin
+TUI/obj
.vs/
-Password\ Manager/PasswordManagerForm.resx
/..gitignore.un~
/.gitignore~
diff --git a/Password Manager.sln b/Password Manager.sln
index 721f23e..85e3fee 100644
--- a/Password Manager.sln
+++ b/Password Manager.sln
@@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "CLI\CLI.csproj", "{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TUI", "TUI\TUI.csproj", "{283F045E-CD0E-419E-9793-BA1346E373C3}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -55,6 +57,18 @@ Global
{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x64.Build.0 = Release|Any CPU
{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x86.ActiveCfg = Release|Any CPU
{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x86.Build.0 = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|x64.Build.0 = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Debug|x86.Build.0 = Debug|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|x64.ActiveCfg = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|x64.Build.0 = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|x86.ActiveCfg = Release|Any CPU
+ {283F045E-CD0E-419E-9793-BA1346E373C3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/TUI/Program.cs b/TUI/Program.cs
new file mode 100644
index 0000000..3751555
--- /dev/null
+++ b/TUI/Program.cs
@@ -0,0 +1,2 @@
+// See https://aka.ms/new-console-template for more information
+Console.WriteLine("Hello, World!");
diff --git a/TUI/TUI.csproj b/TUI/TUI.csproj
new file mode 100644
index 0000000..f02677b
--- /dev/null
+++ b/TUI/TUI.csproj
@@ -0,0 +1,10 @@
+
+
+
+ Exe
+ net7.0
+ enable
+ enable
+
+
+
diff --git a/TUI/obj/TUI.csproj.nuget.dgspec.json b/TUI/obj/TUI.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..c3553aa
--- /dev/null
+++ b/TUI/obj/TUI.csproj.nuget.dgspec.json
@@ -0,0 +1,67 @@
+{
+ "format": 1,
+ "restore": {
+ "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj": {}
+ },
+ "projects": {
+ "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj",
+ "projectName": "TUI",
+ "projectPath": "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj",
+ "packagesPath": "/home/typo/.nuget/packages/",
+ "outputPath": "/home/typo/Projects/Windows-Password-Manager/TUI/obj/",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "/home/typo/.nuget/NuGet/NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[7.0.3, 7.0.3]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.103/RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/TUI/obj/TUI.csproj.nuget.g.props b/TUI/obj/TUI.csproj.nuget.g.props
new file mode 100644
index 0000000..f7f5828
--- /dev/null
+++ b/TUI/obj/TUI.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ /home/typo/.nuget/packages/
+ /home/typo/.nuget/packages/
+ PackageReference
+ 6.4.0
+
+
+
+
+
\ No newline at end of file
diff --git a/TUI/obj/TUI.csproj.nuget.g.targets b/TUI/obj/TUI.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/TUI/obj/TUI.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/TUI/obj/project.assets.json b/TUI/obj/project.assets.json
new file mode 100644
index 0000000..a36f654
--- /dev/null
+++ b/TUI/obj/project.assets.json
@@ -0,0 +1,72 @@
+{
+ "version": 3,
+ "targets": {
+ "net7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net7.0": []
+ },
+ "packageFolders": {
+ "/home/typo/.nuget/packages/": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj",
+ "projectName": "TUI",
+ "projectPath": "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj",
+ "packagesPath": "/home/typo/.nuget/packages/",
+ "outputPath": "/home/typo/Projects/Windows-Password-Manager/TUI/obj/",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "/home/typo/.nuget/NuGet/NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[7.0.3, 7.0.3]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.103/RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/TUI/obj/project.nuget.cache b/TUI/obj/project.nuget.cache
new file mode 100644
index 0000000..f2a8bfe
--- /dev/null
+++ b/TUI/obj/project.nuget.cache
@@ -0,0 +1,10 @@
+{
+ "version": 2,
+ "dgSpecHash": "Dg+73Jb1eWPBzk18gx5TgWX3ayrK3OoKoeFgSfCFI5vwvLlQpG3DwcHE+BGFZm2nZGQQWzZOzxIWaq33uUfOWA==",
+ "success": true,
+ "projectFilePath": "/home/typo/Projects/Windows-Password-Manager/TUI/TUI.csproj",
+ "expectedPackageFiles": [
+ "/home/typo/.nuget/packages/microsoft.aspnetcore.app.ref/7.0.3/microsoft.aspnetcore.app.ref.7.0.3.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file