Code Monkey home page Code Monkey logo

imageviewer's Introduction

Screenshot 2021-06-08 at 20 39 11

When I switched to macOS, I missed Irfanview from Windows. I wanted a Mac app to quickly go through images in a folder by hitting left and right arrow keys, and also be able to copy the images to paste in another folder or in a document.

Thinking about it, it seemed like a pretty simple app to make and a great opportunity to dip my toes in Swift and Swift UI, so I did!

Features

  • Simple and fast (mostly thanks to Swift UI)
  • Navigate images in a folder by hitting left/right arrow
  • Copy image as...
    • ...an image (⌘C): Useful for pasting in a Finder window or into a Document
    • ...a file path (⌥⌘C): useful for pasting into a Terminal window
  • Can show some basic information (filename, resolution, filesize) about image
  • Trash (⌫) or Delete (⌥⌘⌫) files
  • Multiple ways to open images:
    • Drag n drop into window
    • Drag n drop onto icon
    • File > Open... menu
    • Right click image > Open With
    • Command line: open -a /Applications/imageviewer5.app /path/to/image.jpg

Download

  • Download from the Releases page
  • Minimum macOS version is 11.0
  • Because I am not a registered developer your Mac will probably scream at you when you try to open it
    • Feel free to compile/build it yourself to avoid this

Known Issues

See the Issues page. Most annoying issue right now is probably that GIF images are displayed, but not animated (#5).

imageviewer's People

Contributors

lambdan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.