Skip to content
  • Tomaz  Canabrava's avatar
    Extract URL from a Escape Sequence and provide a HotSpot for activation · faceafcc
    Tomaz Canabrava authored
    This path adds a new feature for konsole, in the form of URL Escaped
    Sequences. It allows programs to embbed URL's on texts much like
    the anchor tag in html does
    
    There's a allowed list of possible schemas for links, by default
    it only accepts http://, https:// and file:// but the user can
    add more if he wants.
    
    The maximum amount of URL's accepted is 200, to prevent OOM
    
    History is taken into account while scrooling
    faceafcc