2 releases
0.10.1 | Jul 1, 2023 |
---|---|
0.10.0 | Jul 1, 2023 |
#20 in #fit
100KB
2K
SLoC
rhis: A Modified Version of McFly
This is a modified version of McFly 0.8.1.
Several features of McFly have been simplified in rhis:
- Only the Init/Add/Search subcommands are included, and the remaining two subcommands have been removed.
- Only bash versions that have implemented
bind-x
are supported, and other shells are no longer supported. - No vim/emacs key bindings any more, the only supported key is up/down (too many bindings confuses me :) ).
- Only the settings for dark/light themes and UI placement (top/bottom) are supported via the command line. All other settings are no longer supported, and all custom environment variables have been removed.
- The database will no longer infinitely expand. As a consequence, the
nn_rank
function no longer supports theoverlap_factor
andimmediate_overlap_factor
parameters, and they are forcefully set to 0.0. Therefore, there might be some differences between the candidate list and McFly. Apart from these two parameters, all other parameters should remain the same.
Due to these simplifications and certain code adjustments, the codebase of rhis is approximately half the size of McFly.
Here are some feature enhancements:
- No longer uses temporary files on disk, and use only bash builtin cmds for bash injection script.
- UI flickering should be reduced compared to McFly, and No padding exists in candicate lists between the command and the timestamp
- UI rendering no longer leaves artifacts, and the window will be correctly redrawn when resizing. Long input commands will not overlap the candidate list (although there is now a maximum length limit for input commands).
- Supports scrolling of the candidate list when it exceeds the window size.
- The database will no longer infinitely expand, eliminating potential slowdown issues.
- When encountering errors in the Add/Search subcommands, rhis avoids panicking and disrupting the user's shell, although this has not been implemented thoroughly.
- Avoids to add none exists command because of a typo, supports quoting and escaping rule same with bash when trying to find whether cmd exists and is execuable.
Usage:
in .bashrc, add the code at the end:
eval "$(rhis init --light --bottom)"
or just to disable light theme and bottom placement
eval "$(rhis init)"
Dependencies
~28–38MB
~627K SLoC