short wishlist for custom arguments

There are a few things that may or may not be easy to implement but I feel would be extremely useful.

  • custom arguments for launching a Touch process
  • custom arguments for drag and drop in python

I imagine it may not practical/possible to have custom arguments for launching Touch but maybe there could be a single new argument created that will take a list or a string? It could be called -args. Probably seen as a string by the OS but it then could be internally converted (or the user could just convert a string to a series of components). The string/list could then be available as a builtin variable or even better if it was a list stored in /local.

Custom drag arguments for dropping onto other components could be really useful also.

Keith