feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[Feature request] Indexing

Open iQiexie opened this issue 5 years ago • 2 comments

Is it possible to add a naming variable %index% that holds the screenshot index in the folder it's being saved? For example, a user saves their screenshots to the desktop folder, but there's already a picture called "Snipaste" and the name in the preferences is set Snipaste%index%, and when the user makes the next snip, it's automatically being named "Snipaste1", and the next will be "Snipaste2" and so on

iQiexie avatar Dec 27 '20 14:12 iQiexie

It's already there. Snipaste will avoid overriding existing files (for Quick Save and Auto Save), so when a file of the generated name already exists, a number will be automatically appended to the file name. No %index% is needed.

liulex avatar Dec 28 '20 15:12 liulex

This works: Preferences > Output > File > Manual/Quick/Auto Save > Path If you set the filename to be something static like snip.png it will number the files: snip.png, snip_0.png, snip_1.png, ...

I believe this is done?

deltaidea avatar Nov 06 '25 14:11 deltaidea