mcfly icon indicating copy to clipboard operation
mcfly copied to clipboard

Fly through your shell history. Great Scott!

Results 152 mcfly issues
Sort by recently updated
recently updated
newest added

if you have a command typed as ``` echo foo \ bar ``` that ends up as separate entries in mcfly, rather than a single one. It looks like mcfly...

bug
help wanted
good first issue

In fish, with McFly initiated, hitting Control-R when the existing command line contains an unmatched quote currently triggers a fish error, e.g.: ``` ❯ echo "Hi- (line 1): Unexpected end...

Steps to reproduce: 1. Configure fish to use latest mcfly (0.6.0) 2. Type `cat | touch hello` 3. Press CTRL-R 4. Observe: ``` ❯ cat | touch hellothread 'main' panicked...

bug
help wanted

[Database Location](https://github.com/cantino/mcfly#database-location) in the README says `$XDG_DATA_DIR/mcfly/history.db` which defaults to `~/.local/share/mcfly/history.db` would be used as the location for McFly's SQLite database if `~/.mcfly/` doesnot exist. However, there is no such...

Assuming I run `mcfly` on multiple machines, one `mcfly` database file will be generated on each machine. So, the problem is how to combine these `mcfly` databases into one. Regards,...

New user here so apologies if I missed something. I installed `mcfly` and after invoking it via Ctrl+r and exiting, now my Home/End keybindings stopped working. This behavior prevents me...

I like fzf’s search syntax. Is it possible to use fzf for the frontend?

Would it be possible have support for https://github.com/jimhester/per-directory-history in McFly?

This is how McFly looks like in a terminal with a white background. This one specifically is the gnome-terminal with Xterm color profile with black and white as foreground and...

bug
help wanted
good first issue

I pretty much exclusively use zsh. However, I sometimes need to run bash (or run it from nix-shell). I've had no problems with this until I installed McFly. Since McFly...