out-of-cheese-error / the-way

A code snippets manager for your terminal.
MIT License
352 stars 16 forks source link

Feature Request: S-expressions Import/Export Support #128

Open jgarte opened 2 years ago

jgarte commented 2 years ago

I'd like to add s-expressions import/export support for the-way.

https://github.com/rotty/lexpr-rs

Related to #127

WDYT of this feature?

Ninjani commented 2 years ago

I was hoping to use a crate like 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. License is permissive though, could make a fork that adds more formats.

Also related to #127