Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.64 KB

File metadata and controls

74 lines (59 loc) · 2.64 KB

ihapus tools

tools is the public distribution repository for the ihapus tool collection.

This repository hosts public-facing product pages, release notes, license files, and binary downloads for lightweight Windows utilities maintained by ihapus.

Website:

  • https://ihapus.github.io/tools/

Releases:

  • https://github.com/ihapus/tools/releases

Available tools

Tool What it does Platform Download Docs
ImageBatcher Batch resize and compress JPG and PNG images for Windows workflows Windows Latest releases Product page
WinScope Portable Windows window inspector for HWND, class, title, rectangle, and process metadata Windows Latest releases Product page
Noti Lightweight native Windows app for quick local notes, ideas, reminders, lists, TODOs, snippets, and scratch text Windows Latest releases Product page

Why this repository exists

  • public downloads stay separate from private source code
  • each tool gets its own public-facing documentation
  • GitHub Releases remain the primary download channel
  • GitHub Pages provides searchable product pages and release entry points

Repository layout

tools/
  README.md
  docs/
    index.html
    imagebatcher/
    winscope/
    noti/
  ImageBatcher/
    README.md
    CHANGELOG.md
    LICENSE
    THIRD_PARTY_NOTICES.txt
  WinScope/
    README.md
    CHANGELOG.md
    RELEASE_NOTES_1.0.0.md
  Noti/
    README.md
    CHANGELOG.md
    RELEASE_NOTES_1.0.1.md

Current focus

ImageBatcher

  • Windows batch image resizer and compressor
  • useful for e-commerce image prep, JPG/PNG compression, and repeated export tasks
  • public product page: https://ihapus.github.io/tools/imagebatcher/
  • release downloads: https://github.com/ihapus/tools/releases

WinScope

  • portable Windows window inspector
  • useful for HWND lookup, class/title capture, transient UI inspection, and event log export
  • public product page: https://ihapus.github.io/tools/winscope/
  • release downloads: https://github.com/ihapus/tools/releases

Noti

  • lightweight native Windows app for quick local notes
  • useful for ideas, reminders, lists, TODOs, snippets, logs, and scratch text
  • public product page: https://ihapus.github.io/tools/noti/
  • release downloads: https://github.com/ihapus/tools/releases

More tools can be added later using the same structure.