the-way icon indicating copy to clipboard operation
the-way copied to clipboard

A code snippets manager for your terminal.

Results 19 the-way issues
Sort by recently updated
recently updated
newest added

https://man.sr.ht/paste.sr.ht/api.md

**To reproduce:** - run `the-way cmd` in tmux session - ctrl+v/command+v to insert command **OS**: macOS 14.1.1 (23B81) **the-way**: 0.19.2 **tmux**: 3.3a https://github.com/out-of-cheese-error/the-way/assets/1178208/c87e2dbe-81b8-4922-abbc-83937a862fec

Would be good to have LSP support built-in. So we could use it inside editors.

- ``: Delete word - ``: Delete line forwards - ``: Delete line backward

![image](https://user-images.githubusercontent.com/30615210/203496973-b51a1fea-bd30-4313-a5ab-3e2666e91dbf.png) The following error while install via yay Potential solution is adding a --locked flag to the cargo install command Ref: https://stackoverflow.com/questions/71332000/why-run-cargo-install-fails-with-error-edition-2021-is-unstable-though

Hello, the-way team I am an user of `the-way` and I greatly appreciate the work you've put into developing and maintaining this tool. It has significantly improved my workflow, and...

Nice work! I was thinking about writing a snippets manager some time before then I saw this project. But there are something to improve in configuration. People would include their...

According to documentation (`help`), any query such as `search` and `list` accepts `--languages` argument with __list__ of langs. > `-l, --languages Snippets written in (multiple with 'lang1 lang2')` I have...