lazytanuki
lazytanuki
Hi there ! Just a small PR to add the possibility to have a preview of the projects while browsing them. The preview shows the directory if no readme was...
This adds a sorting strategy to the menu. As of now, all completions are sorted alphabetically after passing the fuzzy match filter. With this PR they are sorted by their...
 This feature introduces four new typed commands to handle vim-like abbreviations: - `insert-abbreviation` (alias `abbr`): adds a new abbreviation, or overwrites an existing one (with completion, local...
Hello there ! I created this issue to gather some feedback about my proposition and have a discussion about icons support in Helix. The goal here is to find a...
Hi! This WIP implements default animations for default widgets. The goal here is to make Iced application appear smooth when hovering / clicking things, without breaking the API. It is...
Hi! This PR is the continuation / replacement of my previous work in #1855 which needed a heavy rebase as well as improvements for some edge cases. This PR implements...
Hi! This is the continuation of #2483 for the 'Toggler' widget animation based on the recently merged #2757. To respect the `animations` feature flag, we still use the animation code...