Drew Naylor
Drew Naylor
For example: - File - Refresh cache (Ctrl+R) - (separator) - Install package from manifest... - (separator) - Exit - Tools - Sources editor... - (separator) - Options... Most of...
This could be stored in a yaml file. Something like this maybe: ``` -Package - PkgId: (id) - Version: (marked version) - Action: (selected action) ``` If the user chooses...
Ideally this would also work with a dialog box for input (or better yet, something in the configuration window, or a dialog box with a checkbox to set an input...
Didn't notice this before, but MSDN has it in their example code here: https://learn.microsoft.com/en-us/dotnet/standard/io/how-to-compress-and-extract-files#example-2-extract-specific-file-extensions
That should help with performance and save disk writes. Hopefully it's not too difficult to grab specific files from the zip file like it is with another format I think...
For `winget download`, I can have an option that specifies where the installer goes if that's an available command line, along with a button to open the folder. It could...
I should probably have guinget do its stuff first then restart and only then do stuff for other apps to make things simpler. This is kinda like what the Windows...
Some may be unavoidable, but I feel like that would be a consequence of bad code design rather than something that's actually impossible.
May help a little, at least. Maybe we can also use separate threads to help with getting package descriptions into the main DataTable.
This'll probably be designed like Synaptic, much like most of the rest of the UI. Pinning packages will be done separately from marking packages for install/uninstall/etc.