Cosmic

Results 271 comments of Cosmic

Thanks for asking @marcograss I've mostly fixed merge conflicts locally. It just needs a little more work. I've got the next week off work to visit family, so I can...

Unless I'm forgetting something this should be ready for review whenever that winds up happening

I'm really busy with other work atm, and don't feel up to going back to this PR to try and get it merged (fun fact: since I started on this...

> 1. The regex engine used in Sublime syntax files is [Oniguruma](https://github.com/kkos/oniguruma). Its syntax is very [complex](https://github.com/kkos/oniguruma/blob/master/doc/RE) and there is no equivalent in Go. This is probably a deal breaker....

Is all of that needed? `syntect` has the option to use the `fancy-regex` crate which seems to boast roughly the same feature set as regexp2 If there is anything missing...

I've gone ahead and pushed a test release [here](https://github.com/CosmicHorrorDev/sd/releases/tag/1.0.0-pre-alpha.2). I'm not sure if that supports a lower glibc version like the error indicates, but at the very least there is...

This should likely be called out clearly in the documentation, but this is in-fact an issue of how the shell is interpreting the args, not an issue with `sd`

> I'm guessing the release of this is pending on #200 More or less yes. There are a couple of things that I want to get cleaned up before the...

I can throw together a tracking issue later today. Any help would be greatly appreciated 🙏

@yhakbar I threw together a tracking issue in #203 if anything in there looks of interest to you. Overall there are only a few different things I want handled before...