Jay

Results 26 comments of Jay

Hello! Figured this out for Pelican to add to our website. You need a `templates/json.html` file with: ``` jinja [ {%- for article in articles -%} {% if article.status !=...

@jgarte I guess the expected behavior is to check if xclip is in the PATH otherwise fall back to xsel? You could use the [which](https://crates.io/crates/which) crate to do this or...

I was hoping to use a crate like [serde-any](https://gitlab.com/Noughmad/serde_any/) to support a bunch of formats at once. It hasn't been updated in a while though and doesn't have s-expressions support....

Some of these, specifically those with [serde crates](https://serde.rs/#data-formats), are easy to add as both import/export formats. plaintext / markdown would be difficult to support as an import format, but easier...

> It requires an index so I would need to write a for loop to get all the snippets out. I'd prefer to be able to just dump all the...

Oh, this is more a reason to package rather than a reason against packaging - the-way is already available via brew on Mac and the AUR (https://aur.archlinux.org/packages/the-way-git/ - this is...

That's great news, thanks for the update!

Does this happen with all of your snippets or just this one? One possibility is that something's going wrong with the ANSI codes. I've made a branch that clear ANSI...

This has been merged to main now, is the issue still happening with the latest release?

Since the-way supports any language and snippets of any size I imagine a `toml` file would get unwieldy pretty fast for people who don't only have shell snippets. I agree...