ascii-art terminal based image viewer with zoom,move and color capabilities
This requires flake experimental commands
# Create shell environment with the ascii-art package
nix shell github:dev-null-undefined/ascii-art --no-write-lock-file
# Or you can just run it
nix run github:dev-null-undefined/ascii-art --no-write-lock-file
# Clone the repository
git clone https://github.com/dev-null-undefined/ascii-art
# Change directory
cd ascii-art
# Compile binary 2 options
# A) Using nix
nix build .#
# B) Using make file
make compile
# Start the program
./bin/ascii-art
# or if using nix
./result/bin/ascii-art
./bin/ascii-art ~/Downloads # Load all images from download folder and open them using ascii-art program
./bin/ascii-art # open regex file menu to search for files to open
There are few ways to get help:
- For bug reports and feature requests, open issues. 🐛
- post questions on Stack Overflow. You can open issues with questions, and add link to your Stack Overflow question.
Code documentation is available on github-pages