8 releases

0.4.0 Jun 5, 2021
0.3.2 Oct 1, 2020
0.3.1 Feb 1, 2020
0.3.0 Aug 26, 2019
0.1.0 May 17, 2017

#642 in Images

39 downloads per month

GPL-3.0 license

1MB
1K SLoC

chimper

Build Status Crates.io

Screenshot

This is a graphical image viewer and editor that browses directories and supports all sorts of image formats. It is written in 100% rust code and depends only on rust code as well so should be safe to use for all kinds of weird formats out there.

Current State

All the basic browsing and viewing features should be working fine. There's also experimental support for editting files (click the chimp logo when an image is open).

Install

If you have a recent rust toolchain just install the latest release with:

cargo install chimper

This will get you a chimper binary that can be used wherever you want. The entire program, including all assets are included in the binary itself so you can just move that single file wherever you want.

Usage

To use it just run it directly:

# to start it browsing the current dir
chimper

# to start viewing a given file (JPG/PNG/RAW/etc)
chimper some_file.foo

# to start it browsing a specific dir
chimper some/dir/somewhere

Keyboard Shortcuts

  • Esc — Quit
  • F11 — Toggle fullscreen
  • Tab — Toggle side bar

Contributing

Bug reports and pull requests welcome at https://github.com/pedrocr/chimper

Meet us at #chimper on irc.libera.chat if you need to discuss a feature or issue in detail or even just for general chat. To just start chatting go to https://web.libera.chat/#chimper

Dependencies

~35MB
~497K SLoC