fm
fm copied to clipboard
Name conflicts with existing cargo package fm-tui
$ cargo install --git https://github.com/euclio/fm
Updating git repository `https://github.com/euclio/fm`
error: binary `fm` already exists in destination as part of `fm-tui v0.1.21`
Add --force to overwrite
101 $
Have attempted in pull #67 however it failed to work. You might choose any name for your project instead. Like fm-gui or fm-gtk or fm-euclio. To be able to that it does not conflict with some other packages that cannot install via cargo install.
Many thanks.