LinuxCommandLibrary

mcfly

A smart command history search and management tool.

TLDR

Print the mcfly integration code for the specified shell

$ mcfly init [bash|fish|zsh]
copy


Search the history for a command, with 20 results
$ mcfly search --results [20] "[search_terms]"
copy


Add a new command to the history
$ mcfly add "[command]"
copy


Record that a directory has moved and transfer the historical records from the old path to the new one
$ mcfly move "[path/to/old_directory]" "[path/to/new_directory]"
copy


Train the suggestion engine (developer tool)
$ mcfly train
copy


Display help for a specific subcommand
$ mcfly help [subcommand]
copy

Copied to clipboard