xdm icon indicating copy to clipboard operation
xdm copied to clipboard

Add Support for Customizing "Save In" Location via Command-Line Arguments

Open Wh0ba opened this issue 8 months ago • 0 comments

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.

Wh0ba avatar Apr 15 '25 18:04 Wh0ba