mcfly
mcfly copied to clipboard
Fly through your shell history. Great Scott!
Hey! So mcfly saves the timestamp of each run command, and it would be useful if there was a flag/env var that enabled showing the last time you ran a...
Have you measured any accuracy metric on some test data? I was thinking something like: - the average accuracy of the Nth suggested result - the average number of characters...
I see there is an option to set the Interface location. Thoughts about adding the option to disable it entirely?
I'd like to propose the following: If `MCFLY_LIGHT` is set to `TRUE` or `FALSE`, force McFly to display in the specified mode. If `MCFLY_LIGHT` is NOT set, make a best...
@Lomanic wrote: I'm trying `McFly 0.3.3` ([binary release x64](https://github.com/cantino/mcfly/releases/download/v0.3.3/mcfly-v0.3.3-x86_64-unknown-linux-gnu.tar.gz) and [manual install](https://github.com/cantino/mcfly/tree/c18da85537e14c0d93449c16c91e3d435c7ba917#installing-manually-from-github)) on Debian 9 and I'm encountering the same error ``` McFly: Upgrading McFly DB to version 3, please...
I'm just trying out mcfly and love it so far, but I don't want to fully commit to it yet. I'd like to keep using it side-by-side with my fzf...
This started because I wanted to customize colors, and turned into something of a rabbit hole. To summarize: * dynamically setting colors in termion is awkward (cf [broot](https://github.com/Canop/broot/blob/8258d419780c08b23cd2bdcc24ff6fbbcb83273b/src/skin_conf.rs#L32-L85)) * the...
Would be nice to have the delete and edit shortcuts configurable with environment variables.
When I connect using SSH to a server where mcfly is installed, passing back the selected command to bash doesn't work. Pressing Enter or Tab both just return me to...