flameshot-org/flameshot
Allow sub directory formatting based on existing file name formatting
オープン
#510 opened on 2019/04/23
EnhancementGood first issue
Repository metrics
- Stars
- (29,897 個のスター)
- PR merge metrics
- (平均マージ 2d 23h) (30d で 12 merged PRs)
説明
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.