f2 icon indicating copy to clipboard operation
f2 copied to clipboard

F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely. Written in Go!

Results 23 f2 issues
Sort by recently updated
recently updated
newest added

I would like to be able to replace the filenames of multiple files without changing the date/time. So I have files with multiples dates and times like: `2023-02-23 Filename.pdf |...

Currently filenames like `EP.1.v0.1080p.mp4` do not get sorted correctly (e.g. episode 11 right after episode 1). That is caused by the `.` in front of the episode number, making it...

As I was trying to use the exiftool, it seems that I broke your tool (again) :D. I am using Windows and installed the exiftool via chocolatey (`choco install exiftool`)....

I tried using `f2 -f '.*.mp4' -r '{{xt.MediaCreateDate}}{{ext}}' -f ':' -r '-' -f ' ' -r '_'` to process my video files but one of the files apparently had no...

I would like to rename a file which contains chinese characters. However I run into e problem, where `f2` doesn't recognise the filename properly: ```bash $ls -1 '101. 適合學中文的電視節目:誰來晚餐.txt' '102....

Expanded variables (like ID3 tags) are not sanitized and escaped properly. For example: ``` > mediainfo "19. D_1993 F2.flac" Track name: D/1993 F2 > f2 -r "{%02d}. {id3.title}{ext}" "19. D_1993...

bug

Running `f2 FLAGS --include-dir --recursive --exclude DIRNAME` produces results that include files from DIRNAME. Can we have this feature?

**Feature request** Add the option to specify a directory for `f2` to work in. But by default continue the current behaviour and work in the cwd. **Background** Right now as...

enhancement

### Tick this box to confirm you have reviewed the above. - [X] I've discovered a new issue with F2. ### What version of F2 are you using? 1.9.1 ###...