Skip to content

Booru Tag Editor UI is a desktop application built with Electron, React, and Shadcn/UI. It allows users to load image/text pairs of booru-style tags and edit tags for each image individually

License

Notifications You must be signed in to change notification settings

derrian-distro/BooruTagEditorUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booru Tag Editor UI

Booru Tag Editor UI is a desktop application built with Electron, React, and Shadcn/UI. It allows users to load image/text pairs of booru-style tags and edit tags for each image individually.

Booru Tag Editor UI Screenshot

Features

  • Load full folders of images
  • Click on images in the gallery to swap active image and displayed tags
  • Resizable panels for customizable workspace
  • Undo and redo system (Ctrl+Z for undo, Ctrl+Y for redo)
  • Automatic tag saving when switching images or closing the app
  • Manual save option (Ctrl+S)
  • Top-right panel:
    • Displays selected tags
    • Delete tags with 'X' button
    • Left and right click to filter tags
      • Left Click sets the category
      • Right click sets the category, group, and group name
    • Add arbitrary tags with '+' button
  • Bottom-right panel:
    • Shows all available tags
    • Search and filter controls (by category, tag, or group)
    • Click tags to add them to the selected tags panel

Showcase

Adjustable Panel

Adjustable Panel

Tag Manipulation

Tag Manipulation

Searching

Searching

Installation

Portable Executable

Go to the releases tab and find the most recent version for your system type, windows, or linux unfortunately macos users will have to build it themselves. Please keep in mind, macos is not officially supported

Build It Yourself

git clone <url here>
yarn

then build using one of these commands
yarn build:win (if on windows)
yarn build:linux (if on linux)
yarn build:mac (if on macos)

find the executable in the "dist" folder and launch the exe

Usage

  1. Launch the Booru Tag Editor UI application
  2. Click "Open Folder" to load a directory of images
  3. Use the interface to view and edit tags for each image
  4. Tags are automatically saved, or use Ctrl+S to save manually

About

Booru Tag Editor UI is a desktop application built with Electron, React, and Shadcn/UI. It allows users to load image/text pairs of booru-style tags and edit tags for each image individually

Resources

License

Stars

Watchers

Forks

Packages

No packages published