This workflow reads the copied text and gets the last number it sees in that text, then increase that number N times and pastes back.
Example: copy this line to clipboard
![](images/folder0/subfolder1/file0.png)
command: incr 5
Then it will paste following:
![](images/folder0/subfolder1/file0.png)
![](images/folder0/subfolder1/file1.png)
![](images/folder0/subfolder1/file2.png)
![](images/folder0/subfolder1/file3.png)
![](images/folder0/subfolder1/file4.png)
As simple as that!