glow
glow copied to clipboard
Render markdown on the CLI, with pizzazz! 💅🏻
iTerm2 supports OSC8 hyperlinks, allowing you to have Cmd+Click'able links with separate display text. I'm not sure how it would look in go, but in Python it looks like this:...
Just like ` vim +[num] file ` It's useful when searching .md's content with **grep**, then view the detail with the line number.
It would be nice to have the option of organizing documents into folders. Once you have enough documents stashed that span several pages, it's a *little* annoying having to scroll...
It would be nice to be able to save/export stashed documents to a local file. At present, if you delete the local copy of a stashed file or switch machines,...
This is not an issue. This is an enhancement. What if you can open two files at the same time, and navigate between them? Maybe this can work with the...
After charmbracelet/glow#182 is implemented, it would be nice to have the option to create a new file from within glow. On the main page, when viewing stashed files, type 'n'...
## With Gitpod you will be able to: * Run the project within the browser * Contributors won't have to set-up the project at all * Provides VSCode like editing...
The code in `github.go` and `gitlab.go` mutates the same URL path making anything but the first attempt incorrect. This means the project at the moment only works for repositories that...
I saw there is a lack of unit test so I started to contribute to it creating just one, specifically for the `Less` method in which we can find some...
Inline code can be recognized very well. Can you do the same background style as default for Code blocks? I like the syntax highlighting feature when you specify the language...