#shell #bash #cli #commandline #font_size #fontpreview #fonts #fontviewer #fuzzy_search #linux
https://github.com/sdushantha/fontpreview
https://github.com/sdushantha/fontpreview
GitHub
GitHub - sdushantha/fontpreview: Highly customizable and minimal font previewer written in bash
Highly customizable and minimal font previewer written in bash - sdushantha/fontpreview
#python #commandline_tool #gifs #glitch_art #glitch_effect #glitched_gifs #glitched_images #glitchify_images #glitching #glitching_intensity #image_manipulation #scan_lines
https://github.com/TotallyNotChase/glitch-this
https://github.com/TotallyNotChase/glitch-this
GitHub
GitHub - TotallyNotChase/glitch-this: :camera: Glitchify images and GIF - with highly customizable options!
:camera: Glitchify images and GIF - with highly customizable options! - GitHub - TotallyNotChase/glitch-this: :camera: Glitchify images and GIF - with highly customizable options!
#c_lang #binary_analysis #c #commandline #disassembler #forensics #hacktoberfest #malware_analysis #radare2 #reverse_engineering #security
https://github.com/radareorg/radare2
https://github.com/radareorg/radare2
GitHub
GitHub - radareorg/radare2: UNIX-like reverse engineering framework and command-line toolset
UNIX-like reverse engineering framework and command-line toolset - radareorg/radare2
#go #cli #cli_app #cobra #cobra_generator #cobra_library #command #command_cobra #command_line #commandline #go #golang #golang_application #golang_library #posix #posix_compliant_flags #subcommands
Cobra is a tool that helps you create powerful and easy-to-use command-line interfaces (CLI) for your applications. It is used in many popular projects like Kubernetes, Hugo, and GitHub CLI. With Cobra, you can easily create subcommands, use flags to modify commands, and get automatic help and suggestions. It also generates shell autocomplete and man pages for your application. This makes it easier for users to understand and use your CLI tools because they read like simple sentences. To start using Cobra, you just need to install it with `go get` and include it in your Go project. This simplifies the process of developing CLI applications, making them more user-friendly and efficient.
https://github.com/spf13/cobra
Cobra is a tool that helps you create powerful and easy-to-use command-line interfaces (CLI) for your applications. It is used in many popular projects like Kubernetes, Hugo, and GitHub CLI. With Cobra, you can easily create subcommands, use flags to modify commands, and get automatic help and suggestions. It also generates shell autocomplete and man pages for your application. This makes it easier for users to understand and use your CLI tools because they read like simple sentences. To start using Cobra, you just need to install it with `go get` and include it in your Go project. This simplifies the process of developing CLI applications, making them more user-friendly and efficient.
https://github.com/spf13/cobra
GitHub
GitHub - spf13/cobra: A Commander for modern Go CLI interactions
A Commander for modern Go CLI interactions. Contribute to spf13/cobra development by creating an account on GitHub.
#javascript #ansi #ansi_escape_codes #chalk #cli #color #commandline #console #javascript #strip_ansi #terminal #terminal_emulators
Chalk is a popular Node.js tool that lets you easily add colors and styles to text in the terminal, making your console output clearer and more attractive. It supports many colors, including 256 and truecolor (millions of colors), and allows you to combine and nest styles like bold, underline, and background colors. Chalk auto-detects if your terminal supports colors and works without adding dependencies or changing built-in string behavior. You can create custom themes and use template literals for dynamic, colorful logs. This helps you highlight important information in your terminal output, improving readability and debugging. Chalk is reliable, actively maintained, and widely used in many projects.
https://github.com/chalk/chalk
Chalk is a popular Node.js tool that lets you easily add colors and styles to text in the terminal, making your console output clearer and more attractive. It supports many colors, including 256 and truecolor (millions of colors), and allows you to combine and nest styles like bold, underline, and background colors. Chalk auto-detects if your terminal supports colors and works without adding dependencies or changing built-in string behavior. You can create custom themes and use template literals for dynamic, colorful logs. This helps you highlight important information in your terminal output, improving readability and debugging. Chalk is reliable, actively maintained, and widely used in many projects.
https://github.com/chalk/chalk
GitHub
GitHub - chalk/chalk: 🖍 Terminal string styling done right
🖍 Terminal string styling done right. Contribute to chalk/chalk development by creating an account on GitHub.