Daniel Liu
Daniel Liu
Yeah now that I think about it, patching is a bit irrelevant...
I think we will need to do some more design work on priority levels for completions, and how they should be merged. Having a single base completion rule for default...
blocked by #350
configuration is complete, but no paging support if overflow
Thanks for the detailed issue! Currently not much cross platform support is taken into consideration during development since we are very much so prototyping and rapidly iterating on features. It...
@Rodrigodd this may of be interest to you https://github.com/MrPicklePinosaur/shrs/issues/346 :) atuin support will probably make the most sense as a third party plugin, if anyone is up to the task...
Great idea! However, perhaps we could rely on the type system to keep track of installed plugins instead of using strings. Maybe introduce a plugins field in Runtime that uses...
@locustbaby I recently updated `ShellConfig` in `crates/shrs/src/shell.rs` to include a `plugins` field, which holds a list of plugins that are registered, although the type is `Vec`, which makes it a...
most likely has to do with conflicts with the grammar, keeping it alphanumerical is probably ok for now
This is technically the end user's responsibility. A lot of great libraries for building clis already exist. We could definitely add command line arguments to shrs_example though, I just dont...