flameshot-org/flameshot

Allow sub directory formatting based on existing file name formatting

Aperta

#510 aperta il 23 apr 2019

 (8 commenti) (7 reazioni) (0 assegnatari)C++ (1916 fork)batch import
EnhancementGood first issue

Metriche repository

Star
 (29.897 stelle)
Metriche merge PR
 (Merge medio 2g 23h) (12 PR mergiate in 30 g)

Descrizione

The current behavior when i try to set the file save destination including sub directories based on current time gives a weird math related fraction formatting:

Assuming it's now April 23th, 2019, 20:22 - I would like to save my screenshot in the following path: ~/Pictures/Screenshots/19/04/23/20:22:00.png The equivalent formatting is %y/%m/%d/%T

Instead i get the fractional format when using slash signs between two date parts as you can see in the following screenshot: My attempt

It would be great if slashes (/) could instead mark sub directories.

Guida contributor