xdm
xdm copied to clipboard
Add Support for Customizing "Save In" Location via Command-Line Arguments
Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running xdm latest version
- [x] I've searched the bugtracker for similar feature requests including closed ones
Description
Currently, when launching the program with a download link as a command-line argument, it opens the new download page. However, there is no way to specify the save location (directory) directly through command-line arguments. While the --output argument allows specifying the file name, it does not support defining the target directory.
Proposed Enhancement
- Introduce a new command-line argument to customize the "Save In" location for downloads. For example:
--directory <TargetDirectory>: Specifies the directory where the file should be saved.
Benefits
- Allows headless or automated workflows to set download directories programmatically.
- Avoids the need for user interaction to select the save location.