marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

Customize the editor command #44

Closed IndianBoy42 closed 2 years ago

IndianBoy42 commented 2 years ago

This could be to use something other than $EDITOR for the renaming. But my use case is actually to set up some custom functionality in nvim, try and get better completion and highlighting.

Either way, a CLI argument for customizing the editor command.

maybe a config file in XDG_CONFIG_HOME for customizing the editor and rename command

assarbad commented 2 years ago

I'll look into the command line argument implementation minus the config file topic. May take a few days.

assarbad commented 2 years ago

Once #59 is merged, this can be closed.

assarbad commented 2 years ago

@mtimkovich @marcusbuffett I think this could be closed now. Thanks.

If there is the desire/need for a configuration file, it'd make sense to split that off into a separate ticket anyway, don't you agree?