the-way
the-way copied to clipboard
A code snippets manager for your terminal.
I tried `the-way view 14` but my cursor gets stuck. When I press Ctrl+d it kills the whole terminal.
> Some of these, specifically those with [serde crates](https://serde.rs/#data-formats), are easy to add as both import/export formats. I primarily would like to have markdown and plaintext export. [sexps](https://github.com/rotty/lexpr-rs) would be...
- Replaced structopt with clap - `conflicts_with` for `the-way-gist-url` is `gist-url` and not `gist_url` (Closes #135)
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?
Here are some formats that might be relevant taken from [jrnl](https://github.com/jrnl-org/jrnl) for inspiration: ``` --format TYPE Display selected entries in an alternate format. TYPE can be: boxed, dates, fancy, json,...
Is there any reason why [and with Linux you’d need to give it permission with chmod +x.](https://out-of-cheese-error.netlify.app/the-way) would make it difficult to package `the-way`? Isn't this commonly handled for any...
Pet seems to no longer be maintained and is plagued by bugs and lacks configuration. But one of it strength is the human readable snippets `toml` files that can be...
Hi, what is the oldest version of the rust compiler that is supported by this project?
Considering there appears to be PowerShell support (I know it's cross-platform now, but still) I'm surprised there's no Windows binaries available. Could you please add support for Windows?
I can't find anything in the docs
Hi, this is a WIP pr for adding xsel support as a configuration option. Any help or guidance is much appreciated.