diff --git a/TerminalPilot/.vs/TerminalPilot/v17/.suo b/TerminalPilot/.vs/TerminalPilot/v17/.suo index 56d7aa5..be5b5ee 100644 Binary files a/TerminalPilot/.vs/TerminalPilot/v17/.suo and b/TerminalPilot/.vs/TerminalPilot/v17/.suo differ diff --git a/TerminalPilot/Parser/CommandInterpreter.cs b/TerminalPilot/Parser/Interpreter.cs similarity index 90% rename from TerminalPilot/Parser/CommandInterpreter.cs rename to TerminalPilot/Parser/Interpreter.cs index 6338dfa..0ffde05 100644 --- a/TerminalPilot/Parser/CommandInterpreter.cs +++ b/TerminalPilot/Parser/Interpreter.cs @@ -19,8 +19,16 @@ public enum InputType PilotedProgramCommand, //a terminalpilotcommand that adds functionality to an existing built-in command CouldNotDetermine //self-explanitory, often result of user error } - public class CommandInterpreter + public class Interpreter { + public static void CommandInterpreter(string command) + { + + } + public string[] Commands = new string[] + { + + }; public static InputType DetermineInputType(string startcommand, TerminalInstance instance) { OSVariables os = OSVariablesMethods.GetOSVariables(); @@ -36,7 +44,8 @@ public static InputType DetermineInputType(string startcommand, TerminalInstance } } else { - //terminalpilotcommand & + //terminalpilotcommand, builtincommand + } return InputType.CouldNotDetermine; } diff --git a/TerminalPilot/Parser/Parser.cs b/TerminalPilot/Parser/Parser.cs index fee416e..0d7cbfe 100644 --- a/TerminalPilot/Parser/Parser.cs +++ b/TerminalPilot/Parser/Parser.cs @@ -107,7 +107,7 @@ void messagetip(string message) Console.Write(parseconfig.linefeed.Replace("{PATH}", instance.Workingdirectory.FullName)); } Console.WriteLine(); - CommandInterpreter.interprete(_tempflag_commandwinput, instance); + Interpreter.interprete(_tempflag_commandwinput, instance); _tempflag_commandwinput = ""; Console.Write(parseconfig.linefeed.Replace("{PATH}", instance.Workingdirectory.FullName)); _tempflag_deletelimit = Console.CursorLeft; diff --git a/TerminalPilot/Program.cs b/TerminalPilot/Program.cs index 6c7c4f6..7a95ec9 100644 --- a/TerminalPilot/Program.cs +++ b/TerminalPilot/Program.cs @@ -27,7 +27,7 @@ static void Main(string[] args) Console.WriteLine("TerminalPilot".Pastel(Color.Aqua) + ", Version " + Assembly.GetExecutingAssembly().GetName().Version); Console.WriteLine("From pyrret, Under MIT License."); Console.WriteLine(); - Console.WriteLine("visit https://tp.axell.me/update for the latest TerminalPilot!"); + Console.WriteLine("Link your github account at " + "https://pilot.axell.me/link".Pastel(Color.DarkViolet) + " for extra features!"); Parser.Parser parser = new Parser.Parser(); parser.StartParse(instance); diff --git a/TerminalPilot/bin/Debug/net6.0/TerminalPilot.dll b/TerminalPilot/bin/Debug/net6.0/TerminalPilot.dll index ef74d83..caca388 100644 Binary files a/TerminalPilot/bin/Debug/net6.0/TerminalPilot.dll and b/TerminalPilot/bin/Debug/net6.0/TerminalPilot.dll differ diff --git a/TerminalPilot/bin/Debug/net6.0/TerminalPilot.pdb b/TerminalPilot/bin/Debug/net6.0/TerminalPilot.pdb index 88a6987..76b026a 100644 Binary files a/TerminalPilot/bin/Debug/net6.0/TerminalPilot.pdb and b/TerminalPilot/bin/Debug/net6.0/TerminalPilot.pdb differ diff --git a/TerminalPilot/bin/Debug/net6.0/ref/TerminalPilot.dll b/TerminalPilot/bin/Debug/net6.0/ref/TerminalPilot.dll index 5905024..76deb5e 100644 Binary files a/TerminalPilot/bin/Debug/net6.0/ref/TerminalPilot.dll and b/TerminalPilot/bin/Debug/net6.0/ref/TerminalPilot.dll differ diff --git a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.CoreCompileInputs.cache b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.CoreCompileInputs.cache index a8a8ffa..ea562f5 100644 --- a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.CoreCompileInputs.cache +++ b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -564a153cfd9b948846cf590a1f8943e87bfafbdd +7c6aae9241354ff34348edfdcd1c8b1561c0c2a2 diff --git a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.FileListAbsolute.txt b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.FileListAbsolute.txt index bdd4180..cd7aa35 100644 --- a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.FileListAbsolute.txt +++ b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.csproj.FileListAbsolute.txt @@ -15,3 +15,20 @@ C:\Users\ponte\source\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot C:\Users\ponte\source\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.genruntimeconfig.cache C:\Users\ponte\source\terminalpilot\TerminalPilot\bin\Debug\net6.0\Pastel.dll C:\Users\ponte\source\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.csproj.CopyComplete +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\TerminalPilot.exe +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\TerminalPilot.deps.json +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\TerminalPilot.runtimeconfig.json +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\TerminalPilot.dll +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\ref\TerminalPilot.dll +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\TerminalPilot.pdb +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\bin\Debug\net6.0\Pastel.dll +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.csproj.AssemblyReference.cache +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.AssemblyInfoInputs.cache +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.AssemblyInfo.cs +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.csproj.CoreCompileInputs.cache +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.csproj.CopyComplete +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.dll +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\ref\TerminalPilot.dll +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.pdb +C:\Users\ponte\Documents\GitHub\terminalpilot\TerminalPilot\obj\Debug\net6.0\TerminalPilot.genruntimeconfig.cache diff --git a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.dll b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.dll index ef74d83..caca388 100644 Binary files a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.dll and b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.dll differ diff --git a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.genruntimeconfig.cache b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.genruntimeconfig.cache index 869e1ab..998095a 100644 --- a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.genruntimeconfig.cache +++ b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.genruntimeconfig.cache @@ -1 +1 @@ -6051199cecf6b67e3063062ac14cf1aa892e1174 +974b218c1af8650bb74c909c8c65571f95f2ce75 diff --git a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.pdb b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.pdb index 88a6987..76b026a 100644 Binary files a/TerminalPilot/obj/Debug/net6.0/TerminalPilot.pdb and b/TerminalPilot/obj/Debug/net6.0/TerminalPilot.pdb differ diff --git a/TerminalPilot/obj/Debug/net6.0/ref/TerminalPilot.dll b/TerminalPilot/obj/Debug/net6.0/ref/TerminalPilot.dll index 5905024..76deb5e 100644 Binary files a/TerminalPilot/obj/Debug/net6.0/ref/TerminalPilot.dll and b/TerminalPilot/obj/Debug/net6.0/ref/TerminalPilot.dll differ