mcfly
mcfly copied to clipboard
Fly through your shell history. Great Scott!
When Terminal window can't fit all 10 results, then attempt to navigate into 6+ result just moves selection cursor out of the screen. I'm proposing to implement clever scrolling, where...
This has been in my .bashrc for many years: ``` export HISTSIZE=100000 export HISTTIMEFORMAT=': %Y-%m-%d_%H:%M:%S; ' export HISTIGNORE="&:ls:ll:[bf]g:w:who:exit:history" export HISTCONTROL="ignoreboth" ``` I'm looking at swapping in mcfly. Do I need...
McFly: Importing Bash history for the first time. This may take a minute or two... This is misleading. My .bash_history is about 5MB big and I keep seeing this message...
Once you learn it, it's simple: have mcfly in PATH and source the provided shell script. But a total beginner still may need to go back to the github repo...
I'm working with multiple bash shells and ran in the following error while I ran 3 commands in different shells: thread 'main' panicked at 'McFly error: Unable to create schema_versions...
Unable to find all recent commands. Some recently ran commands do not show up in `mcfly` at all. Also the list of suggested commands is quite short. In my case...
I've tweaked my bash history to have a timestamp in `.bash_history`, following this blog post https://sanctum.geek.nz/arabesque/better-bash-history/ After installing mcfly, commands get appended in $HISTFILE file without timestamp. I think `mcfly...
Just a feature request: Similar to what [some]( https://github.com/Microsoft/vscode/issues/21362#issuecomment-282651162) [editor]( https://github.com/atom/autocomplete-plus/issues/42#issuecomment-131981261)'s autocomplete does, when the user types in all lowercase letters, behaves case insensitively by default. But if the input...
I've downloaded `mcfly-v0.3.1-x86_64-unknown-linux-gnu.tar.gz` binary from a latest release and when running `mcfly` command I've got this error: ``` ./mcfly: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./mcfly) ``` Doing `ls...
Eg: https://github.com/cantino/mcfly/commit/c995dc2bf3b4c7dc27dfe6d3c1b43c7709f19d48 Seems like some out of tree trained / compiled network... Or can we generate these ourselves??