camdencheek / fre

Command line frecency tracking
MIT License
121 stars 8 forks source link

There's already a crate named FE #5

Closed bbatha closed 5 years ago

bbatha commented 5 years ago

This crate cannot be cargo installed because it conflicts with an existing crate.

camdencheek commented 5 years ago

Yeah... I should have done my research first. A rename will be necessary. Any suggestions?

camdencheek commented 5 years ago

Currently thinking fret for "FREcency Tracking`. Leaving this open for a little while in case anyone else has better suggestions. A PR is open with the rename here: https://github.com/ccheek21/fe/pull/6

mwgkgk commented 5 years ago

fr seems free, also fre, frq, freq, fq, ftr. I like fre and fr (and fe), not a big fan of fret, as i think the pun does not outweigh a somewhat negative meaning. Felt like leaving a comment :) Greatly enjoy the project and use it basically everywhere (files / commands work just as well as directories, except probably for deleting-unexisting). Shame it has to be renamed.

If you feel the pun is > everything I can respect that :+1:

camdencheek commented 5 years ago

Funny--I was thinking like "guitar fret" and completely missed the double meaning. I like fre, and I'd agree that it seems like a better choice than the somewhat misleading fret. I think I'll go ahead and use that so we can get it published. Thanks for the input, and I'm glad you're finding it useful :)

I'd love to see your implementations for files / commands if you get the chance. I had hacked it together for files (vim only) at one point, but my vimscript abilities are questionable to say the least.

camdencheek commented 5 years ago

As an update, I've uploaded the project to crates.io under the name fre

mwgkgk commented 5 years ago

@ccheek21 yet to use it from vim! Hacking custom fzf commands is indeed intimidating. Currently using it for a number of keybinds in fish, - things like M-w to fzf-cd from current dir. The day will come however.