Yukuro / hugo-theme-shell

Hugo Shell theme : Terminal-like theme with selectable color schemes.
https://hugo-theme-shell-example.vercel.app/
MIT License
327 stars 109 forks source link

Missing cursor on rendered tree command line #27

Closed simonkeyd closed 2 years ago

simonkeyd commented 2 years ago

Describe the bug Cool theme ! Smol bug the 'tree' command is missing the end of line cursor

To Reproduce Steps to reproduce the behavior: Render using the following basic config.toml :

  [Params.Tree]
  use = true
  folderName = "my_activity"
  files = [ 
    ["foo", "https://www.example.com/"],
  ]

Desktop (please complete the following information):