29 Jan 11, 05:15PM
@jamz/Bukz:
Maybe some people want to leave the scoretable in their screenshots!
Er...
Maybe that's a good reason for making a menu out of this that'll allow a person to select what disappears and what is left alone in the cleanshot... just sayin'.
Also, for those who like cleaning up after themselves:
delserial - delete a series of aliases with similar names (differentiated by a series of numbers)
Maybe some people want to leave the scoretable in their screenshots!
Er...
Maybe that's a good reason for making a menu out of this that'll allow a person to select what disappears and what is left alone in the cleanshot... just sayin'.
Also, for those who like cleaning up after themselves:
[SELECT ALL] Code:
alias delserial [
loop ds $arg2 [
delalias (concatword $arg1 $ds)
]
] // delserial (base name) (number to delete up to)