Skip to content

Simple app for: drag-drop files to rename with some regex pattern.

Notifications You must be signed in to change notification settings

sftblw/drop-renamer

Repository files navigation

drop-renamer (WIP)

Work in progress

screenshot

Simple app for: drag-drop files to rename with some regex pattern.

remake of dropReplacer

started from tauri's Tauri + Solid + Typescript template.

dev

requires: nodejs, rust (cargo) installed

  1. pnpm i
  2. pnpm run tauri dev

TODO

  • rename when files are dropped
  • basic layout & styling
  • direct options (v0.0.1)
    • include extensions
    • include fullpath
    • rename instantly when dropped
  • rename items
    • edit before rename
  • license thing: add MIT license, add dependencies notice
  • deploy
  • changelog