flameshot-org/flameshot

Allow sub directory formatting based on existing file name formatting

Open

#510 opened on Apr 23, 2019

View on GitHub
 (8 comments) (7 reactions) (0 assignees)C++ (29,897 stars) (1,916 forks)batch import
EnhancementGood first issue

Description

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.

Contributor guide