Skip to content
#

ansi-colors

Here are 232 public repositories matching this topic...

picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

  • Updated Jul 8, 2022
  • Java
pterm
dfreilich
dfreilich commented Jul 1, 2021

Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).

proposal good first issue Hacktoberfest proposal-accepted
video-to-ascii
cclauss
cclauss commented Jul 9, 2021

This is a Good First Issue to fix the following typos

./video_to_ascii/cli.py:8: usefull ==> useful
./video_to_ascii/render_strategy/ascii_strategy.py:72: correcly ==> correctly
./video_to_ascii/render_strategy/ascii_strategy.py:72: builded ==> built
./video_to_ascii/render_strategy/image_processor.py:1: usefull ==> useful
./video_to_ascii/render_strategy/image_processor.py:14: apropia
good first issue
JulesGM
JulesGM commented Nov 16, 2021

Right now, the background color of transparent images is made white automatically. It would be nice if one could input an RGB value as a command-line argument to specify a different color.

Would likely be very straightforward to implement for someone with knowledge of the project.

feature request help wanted good first issue

Improve this page

Add a description, image, and links to the ansi-colors topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ansi-colors topic, visit your repo's landing page and select "manage topics."

Learn more