Timg Alternatives

Similar projects and alternatives to timg

  1. ranger

    168 timg VS ranger

    A VIM-inspired filemanager for the console

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. wezterm

    155 timg VS wezterm

    A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

  4. cppfront

    90 timg VS cppfront

    A personal experimental C++ Syntax 2 -> Syntax 1 compiler

  5. murex

    59 timg VS murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

  6. sixel-tmux

    sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics

  7. aichat

    30 timg VS aichat

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

  8. feh

    22 timg VS feh

    a fast and light image viewer

  9. hauberk

    12 timg VS hauberk

    A web-based roguelike written in Dart.

  10. colors

    Color standards for terminal emulators (by termstandard)

  11. LOTW

    8 timg VS LOTW

    This is outdated! Please use https://github.com/linuxontheweb/linuxontheweb.github.io

  12. pokeshell

    3 timg VS pokeshell

    A featureful shell program to show pokemon sprites in the terminal.

  13. dotfiles

    1 timg VS dotfiles

    Linux config dotfiles (by acxz)

  14. Consolonia

    A cross-platform UI framework for .NET.

  15. lsix

    8 timg VS lsix

    Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.

  16. dflat

    D-Flat Text Windowing System for UNIX (by ghaerr)

  17. oculante

    5 timg VS oculante

    A fast and simple image viewer / editor for many operating systems

  18. thisismy

    5 timg VS thisismy
  19. nnn

    201 timg VS nnn

    n³ The unorthodox terminal file manager

  20. catimg

    2 timg VS catimg

    🦦 Insanely fast image printing in your terminal

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better timg alternative or higher similarity.

timg discussion

Log in or Post with

timg reviews and mentions

Posts with mentions or reviews of timg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-28.
  • Programming with ChatGPT
    6 projects | news.ycombinator.com | 28 Aug 2024
    > But to make that decision, I need to see the images. I could run a bash script to generate those images in a bunch of different qualities and then view them with some kind of image viewer, but that's extra steps - and it involves creating a bunch of temporary files that I then need to clean up.

    That's not correct at all. You can, in fact, do all of these steps in a single command line program with Konsole (or iTerm2 on Mac, or Kitty - whatever terminal you're using, as long as it supports these features), imagemagick, and bash.

    $ for size in $(seq 10 10 100); do; convert -resize $size% input.png output_$size.webp; timg output_$size.webp; done

    timg, here, is https://github.com/hzeller/timg, but you could use anything that speaks iTerm2 or kitty. This approach generalizes easily, too; you can easily use this to vary any parameter imagemagick supports, like webp compression or posterization or dithering, and print out any parameters of the image, like size, along with the image itself.

    > With the web version I can snap a screenshot with CleanShot X and then drag that screenshot straight onto the web page. I instantly see the different images, pick one that looks good to me, download that and then drag it into my S3 uploading software (Transmit).

    In my workflow, I edit in Showfoto or Darktable, resize (or, in my case, more often dither and resize) as demonstrated, and then `cp` the appropriate selected image into my blog's main image folder. Hardly more difficult, and while you might not enjoy it, that's exactly my point - we can both make things we like, but you're asserting that LLMs massively changed the landscape overall, while I'm not using them at all.

  • Lsix: Like "Ls", but for Images
    8 projects | news.ycombinator.com | 6 Jun 2024
  • Timg – A terminal image and video viewer
    1 project | news.ycombinator.com | 20 May 2024
  • Show HN: a Rust Based CLI tool 'imgcatr' for displaying images
    12 projects | news.ycombinator.com | 16 Apr 2024
    timg is a really nice similar tool that does pixel graphics in the terminal window if supported, falling back to character graphics if not.

    The big plus is that it supports SVG images.

    https://github.com/hzeller/timg

    And it is available via brew/apt/etc.

  • Things I've learned building a modern TUI framework
    13 projects | news.ycombinator.com | 3 Aug 2022
  • { Opening an image on terminal }
    3 projects | /r/termux | 26 Jun 2022
  • Is there an app to transform a video into pixel art?
    2 projects | /r/archlinux | 2 Apr 2022
    Take a look at timg. It converts pics and videos into pixel art to display on the terminal.
  • [i3] [OC] Pokemon in your Shell
    3 projects | /r/pokemon | 9 Mar 2022
    This image then gets displayed to your terminal using timg (https://github.com/hzeller/timg). If you have a terminal which supports sixel (displays pixels 1 to 1 on your terminal then you can display the images as it. I'm using both alacritty (no-sixel) and kitty (sixel support) in the images shown.
  • ASCII Video Player
    2 projects | news.ycombinator.com | 11 Nov 2021
  • Is it possible to display images on the terminal using C?
    3 projects | /r/cprogramming | 20 Aug 2021
    This is C++, but does what you imagine: https://github.com/hzeller/timg
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic timg repo stats
11
2,063
7.0
11 days ago

hzeller/timg is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of timg is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com