RyanGreenup

Results 46 comments of RyanGreenup

> Just chiming in to say I'd really like to see this one. It's basically my only gripe with the application at this point. I was disappointed when I built...

@Rokt33r The advantage to `snap` (or any package manager e.g. `apt` or `pacman` is that all packages can be updated with one command, e.g on *Ubuntu*/*Mint*/*Debian* you could update the...

@Rokt33r I have not actually encountered this problem with v 0.1.1, although I install the new version over the old version so maybe that's why, it might be nice to...

@vHanda I'm so glad to hear that you're implementing this! I've needed something like this app for so long. The basic distinction that affects users between KaTeX, LaTeX and MathJax...

This would be a nice feature, what would be needed to get this working?

> So, we need to implement it. I'm not a programmer by trade but I am trying to learn Go. If I manage to get some free time I'll look...

I've been facing a similar issue: ```bash exec bash sk --ansi -i -c 'rg -l "{}"' --preview "cat {+}" ``` ![sk-bug](https://user-images.githubusercontent.com/47832594/114965184-75587c80-9eb3-11eb-951c-df03cb59d0af.gif)

This is how I am able to reproduce this on my system: ```bash #!/bin/bash cd "$(mktemp -d)" # Get some text files curl "https://en.wikipedia.org/wiki/Main_Page" > 1.txt curl "https://en.wikipedia.org/wiki/Kastner" > 2.txt...

So I fixed this by piping the output of `find` into skim, then the command mode and preview would work together, in the absence of piping those into `sk` the...

Semi-related to this, in `vimwiki` you can follow `[[links]]` made from pepperminty, but you have to make sure that the first letter of the link is always capitalised because on...