Olivier D'Ancona
Olivier D'Ancona
Hello, How can I reproduce the issue ? It's working fine for me on GNOME, KDE, plasma and wayland. I was able to use `code2prompt` on WSL and on ARM...
`--no-clipboard` with `--output codebase.md`
Hi @mercurial-moon, This is a really interesting idea and would definitely be valuable. A modular approach might make sense here, since each programming language has its own _parsing rules_, _type...
I encountered this issue as well using `tiktoken_rs` crate that basically copied the [original file](https://github.com/openai/tiktoken/blob/main/src/lib.rs) into a [modified version](https://github.com/zurawiki/tiktoken-rs/blob/main/tiktoken-rs/src/vendor_tiktoken.rs). But I had the same StackOverflow Runtime error. ```sh ➜ Projects...
Hello @williamjameshandley, That's a really good idea ! I was about to refactor what should be displayed or not to provide more useful infos for user and be able to...
@mufeedvh This feature is essential and was requested by the owner of [code2prompt python](https://github.com/raphaelmansuy/code2prompt?tab=readme-ov-file#configuration-file) in order to merge the libraries. They should have similar APIs first.
@mufeedvh awesome, I was looking for a library like this ! I already separated the logic into `session` to prepare a stateful way to add/remove files.
@MysterHawk Hey hello, Documentation will come soon ! For now, update your code2prompt to `v4.1.1` and then do `code2prompt . --tui` you forgot to specify path. Have a great day
> there are many other projects that seem to have managed to address these simple issues well Such as ?
@mahnerak November follow-up