-
Updated
Jul 9, 2022 - Python
#
ansi-colors
Here are 232 public repositories matching this topic...
Rich is a Python library for rich text and beautiful formatting in the terminal.
python
emoji
syntax-highlighting
markdown
terminal
progress-bar
python-library
python3
traceback
ansi-colors
rich
tables
terminal-color
progress-bar-python
tracebacks-rich
A .NET library that makes it easier to create beautiful console applications.
-
Updated
Jul 7, 2022 - C#
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.
git
java
cli
commandline
converter
parser
autocomplete
command-line
completion
annotations
ansi
executable
argument-parsing
subcommands
cli-framework
bash-completion
graalvm
ansi-colors
options-parsing
command-line-parser
native-image
-
Updated
Jul 8, 2022 - Java
Open
Set Table size
2
proposal
Proposal to add a new feature to pterm
good first issue
Good for newcomers
Hacktoberfest
proposal-accepted
Proposals which are accepted for implementation in the future
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
Good for newcomers
2
Golang ultimate ANSI-colors that supports Printf/Sprintf methods
-
Updated
Feb 9, 2021 - Go
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
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
A Gradle plugin for printing beautiful logs on the console while running tests
-
Updated
Jun 29, 2022 - Groovy
Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions
-
Updated
Dec 15, 2021 - Clojure
Console version of the game "2048" for GNU/Linux
-
Updated
Jun 11, 2022 - C
SHell Markup Language | Style Framework for The Terminal
-
Updated
Jan 25, 2019 - Shell
An easy syntax to format your strings with colored fonts and backgrounds.
-
Updated
May 30, 2022 - Java
Small, fast library to create ANSI colored strings and codes. [go, golang]
-
Updated
Jul 6, 2020 - Go
Easily add ANSI colors to your text and symbols in the terminal. ansi-colors is the official ansi styling library for gulp, and is used by hundreds of other projects, including mocha, enquirer, redwoodjs, leaflet, and many others.
nodejs
javascript
node
colors
red
blue
ansi
symbols
chalk
white
green
magenta
ansi-colors
cyan
yellow
bold
gray
grey
dim
kleur
-
Updated
Jun 28, 2022 - JavaScript
Ruby gem for ANSI terminal colors 🎨︎ VERY FAST
-
Updated
Jul 5, 2022 - Ruby
The Tao of Unix Programming (Ruby-powered ANSI colored fortunes)
ruby
quotes
profile
bashrc
zshrc
architecture
philosophy
fortune
wisdom
ansi-colors
tao
quotes-on-design
philosophy-of-science
fortune-cookies
fortunes
philosophy-of-education
architecture-guidelines
fortune-format
unix-programming
philosophy-of-design
-
Updated
Jul 8, 2022 - Ruby
Ansicolor library provides color console in Windows as ANSICON for Golang.
-
Updated
Sep 4, 2020 - Go
A better console.log for the log-driven debugging junkies
stacktrace
printer
log
chrome-devtools
logging
pretty-print
ansi
tty
stack-traces
debug
console-log
ansi-colors
terminal-colors
debugging-tools
debugging-tool
-
Updated
Mar 29, 2021 - JavaScript
A more colorful, user-friendly implementation of `ls` written in Go
-
Updated
May 30, 2020 - Go
A Rust library and tool to colorize paths using LS_COLORS
-
Updated
Jun 13, 2022 - Rust
bitspittle
commented
Dec 27, 2021
So
bordered(horizontalAlignment = CENTER, minWidth = 10) {
text("Hello")
}
Would look like:
+----------+
| Hello |
+----------+
enhancement
New feature / functionality
good first issue
Good for newcomers
maybe
Not sure if we're going to do this issue or not
Open
Add unit tests
-
Updated
Jul 11, 2019 - Emacs Lisp
Creates screenshots based on terminal command output
-
Updated
Jun 21, 2022 - Go
An efficient image pixelizer written in go
-
Updated
Mar 11, 2021 - Go
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
-
Updated
Dec 26, 2021 - C
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
javascript
console
chrome
terminal
parsing
chrome-devtools
cross-platform
npm-package
ansi
tty
javascript-library
ansi-escape-codes
console-log
ansi-colors
ansi-escape-sequences
javascipt
-
Updated
Jan 12, 2022 - JavaScript
ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps
-
Updated
Oct 28, 2021 - PHP
Improve this page
Add a description, image, and links to the ansi-colors topic page so that developers can more easily learn about it.
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."
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).