Skip to content

Cosmetic feature: Copy/Paste AutoClipBoard

Fred DJN requested to merge FRed_Shift/siril:autoclipboard into master

Here is a new way to ease the copy/paste process for those using the command line interface. The goal is to fill the clipboard with the name of the curent opened item, whatever is an image or a sequence. Hence, when using he command line interface, only a Paste is necessary.

How it works:

At the bottom left of the Siril main window, is shown the item type and its name. When the item type is green, the name is in the clipboard. If not, just click the item type to turn it green. Longer to describe than to understand and use...

The clip board is filled and the label is greened when:

  • a new sequence is loaded via UI
  • a new file is loaded via the Open button
  • a new file is loaded via the CLI (load command)
  • a new file is loaded by double clicking the empty drawing area (too lazy!!)

The label is turned white when the clip board is no more consistant whith the name, when you Copy ... hum... something else

Edited by Fred DJN

Merge request reports