I need a little script for :
1) I have a txt file. by example :
This is the first line
This is the second line
https://www.donationcoder.com (this is the third line)
projects and advice (4)
......
2) I would like a script to convert in clips to the clipboard every line.
3) I have a txt file or similar, by example :
*
This is the first line
www.codingsnacks.tk*
This is the second line
Post new requests here
*
This is the third line
https://www.donationcoder.com*
projects and advive (4)
..........................
The goal is copy to the clipboard all the chain under the *
So I would like a script to read a txt file or similar and copy the lines or phrases under * to the clipboard.
4) Note : What I try to do later with this is not now the purpose. But the aim is inmediately I have one line or phrase in the clipboard execute another script to add as a register to a database.
Best Regards