pipe-rename icon indicating copy to clipboard operation
pipe-rename copied to clipboard

Rename your files using your favorite text editor

Results 19 pipe-rename issues
Sort by recently updated
recently updated
newest added

👋 it would be good to create the release tags so that the downstream package managers can help with distributing the artifacts. Thanks! relates to https://github.com/Homebrew/homebrew-core/pull/105108 cc @marcusbuffett

Hello! Today I tried to do the following replacement: ![image](https://user-images.githubusercontent.com/9730330/172192428-43b13ed6-47c4-4efe-845a-743c79cea3c4.png) I think it would be a great addition :)

Hi, not sure it is FreeBSD related but: ``` % find . | sort . ./Velvet Acid Christ 'Fun With Knives' 01. Decypher.mp3 ./Velvet Acid Christ 'Fun With Knives' 02....

Error is shown even if file exists! ``` $ ls PARSIFAL - Bavarian State Opera-1.mp4 PARSIFAL - Bavarian State Opera-3.mp4 PARSIFAL - Bavarian State Opera-2.mp4 PARSIFAL - Bavarian State Opera.mp4...

Right now if you add/change the directory part of the path then it will (silently) fail. It seems to work correctly if I try to move it to an existing...

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...

I use Visual Studio Code, and I have to pass the `--wait` option to use it with pipe-rename. However, if I try doing that, I get an error: ``` PS...

good first issue

If I run this command: ``` PS C:\Files> renamer *.txt ``` Then this file opens in my text editor: ``` *.txt ``` Windows passes command line arguments as-is to programs,...

good first issue

Comment on: https://github.com/marcusbuffett/pipe-rename/blob/5658581f1f3b62ef086a18931d41999c09ee93ed/src/main.rs#L168-L175 I'm thinking, the filter_map exists only because the conversion from an `OsString` to a `String` could fail if the path is not UTF-8 and we might get...

Hello! When giving a list of paths to rename like: ``` renamer ~/foo/bar ~/foo/other_bar ./a_local_bar ``` The whole path is given to the program, and when renaming I get a...