flameshot-org/flameshot
Allow sub directory formatting based on existing file name formatting
开放
#510 创建于 2019年4月23日
EnhancementGood first issue
仓库指标
- 星标
- (29,897 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.