ASCIIGenome icon indicating copy to clipboard operation
ASCIIGenome copied to clipboard

goto command should accept space separated args

Open dariober opened this issue 6 years ago • 0 comments

Currently (v1.15), goto accepts one argument as chrom[:from[-to]]. It would be convenient to enable from and to to be space separated so you can copy & paste from e.g. R terminal, like:

goto chr10 10000    20000 // Multiple spaces ok
:chr10 10000

dariober avatar Jun 14 '19 13:06 dariober