har7an
har7an
Hi, I really like bat and I think it has a lot of great features. However I often find myself reading the systemd journal via `journalctl` and I think it...
Hello, first thanks for writing this wonderful plugin! Personally I rarely work with vim registers, but I noticed that when I press `"`, the applications briefly looses focus. I notice...
when deciding whether the `-y` argument should be added to an operation. Previously the `-y` was implicitly assumed for regular updates but was ignored for the cleanup steps. Now, it...
Hi, first of all: I think bees is a great tool, thanks a lot for the effort! I currently use it to deduplicate my backup snapshots from different PCs. Personally...
**At the moment this is a Request For Comments. If you have ideas or suggestions, please add them! Also feel free to express your love for this feature so we...
that explain what every action does, what it serializes to in the `config.yaml` and whether it is meant for direct user-interaction in the first place. Related to: #1562
Hi, I think it would be very handy if the current panes scrollback buffer could be made accessible via some command (i.e. from within the pane). I could image this...
While `zellij_utils::input::actions::Action` is a central datastructure for the internal working of zellij, it is also one of few user-facing data structures since it is deserialized from the `config.yaml` to acquire...
Adds a builder interface for SPI peripherals. Takes required SPI parameters in the builders constructor as arguments (clocks, sck line, ...) and allows the user to specify the rest as...
Hello, this is a WIP to implement the `SpiDevice` trait from embedded HAL on the esp32. It is currently based on the contents of #101, hence the many duplicate commits....