flameshot-org/flameshot
View on GitHubAllow sub directory formatting based on existing file name formatting
Open
#510 opened on Apr 23, 2019
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:

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