GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#python #c #go #golang #golang_application #kitty #kitty_terminal #opengl #python #terminal #terminal_emulators #terminfo #vt100

Kitty is a fast and feature-rich terminal that works on many different platforms. It uses your computer's GPU to make it run quickly. You can find more information on the kitty website or check the FAQ section for common questions. If you have other questions, you can ask in the GitHub discussions or the Reddit community. The benefit to you is that kitty provides a speedy and powerful terminal experience, making it easier to work efficiently on your computer.

https://github.com/kovidgoyal/kitty
#rust #fish #rust #shell #terminal

Fish is a user-friendly command line shell for macOS, Linux, and other systems. It offers features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions without needing any configuration. You can install fish using tools like Homebrew on macOS or package managers on Linux. Once installed, you can run `fish` to start using it. The benefits include easier typing with autosuggestions, colorful syntax highlighting, and comprehensive documentation available through the `help` command or online resources. This makes using the command line more intuitive and efficient.

https://github.com/fish-shell/fish-shell
#cplusplus #cmd #command_line #console #contributions_welcome #good_first_issue #hacktoberfest #terminal #windows #windows_console #windows_terminal #wsl

You can install Windows Terminal, a modern and feature-rich terminal application, in several ways. It is available through the Microsoft Store, which is the recommended method for automatic updates. You can also install it via GitHub, Windows Package Manager (winget), Chocolatey, or Scoop. Windows Terminal offers many features like tabs, rich text, globalization, and theming, making it more productive for command-line users. It requires Windows 10 2004 or later to run. By using Windows Terminal, you benefit from a faster, more efficient, and customizable command-line experience compared to the traditional Windows Console.

https://github.com/microsoft/terminal
🤷‍♂2
#cplusplus #desktop_environment #multiplexer #terminal #text_based #windows_console

**vtm** is a special program that turns your terminal into a text-based desktop. It lets you run many console applications in separate windows, which can be moved and resized like regular windows. This makes it easier to organize and use multiple tools at once. **vtm** works on Windows, Linux, macOS, and other Unix-like systems. Using **vtm**, users can have a more organized workspace with floating windows for different tasks, making it simpler to manage multiple applications simultaneously.

https://github.com/directvt/vtm
#rust #cli #markdown #markdown_slides #presentation #rust #slides #slideshow #terminal

**presenterm** is a tool that lets you create presentations in markdown format right from your terminal. It supports images, animated GIFs, customizable themes, code highlighting, and even exporting to PDF. You can also execute code snippets and render LaTeX formulas. This makes it easy to give tech talks or meetups where terminals are available. The benefits include quick setup, flexibility with customization options, and the ability to share presentations easily by exporting them as PDFs[1][3].

https://github.com/mfontanini/presenterm
#python #bastion_host #cyberark #django #jumpserver #pam #python #ssh_server #teleport #terminal

JumpServer is an open-source tool that helps manage access to important systems like SSH, RDP, and databases securely. It acts as a gateway, allowing IT teams to control and monitor who can access these systems. This helps keep networks safe by limiting direct access and reducing the risk of unauthorized entry. Using JumpServer, IT teams can easily give or take away access permissions, making it easier to enforce security rules and protect against data breaches.

https://github.com/jumpserver/jumpserver
1
#rust #bsd #gpu #linux #macos #opengl #rust #terminal #terminal_emulators #vte #windows

Alacritty is a fast, cross-platform terminal emulator that uses OpenGL for smooth performance, works on BSD, Linux, macOS, and Windows, and offers customizable settings while keeping things simple. It’s lightweight, integrates well with tools like window managers or terminal multiplexers, and is already reliable enough for daily use despite being in beta, making it ideal for users who want speed and flexibility without unnecessary features.

https://github.com/alacritty/alacritty
#rust #editor #rust #terminal #text_editor

Microsoft Edit is a simple, modern text editor designed for easy use, especially for those not familiar with command-line tools. It combines the classic feel of the old MS-DOS Editor with a fresh interface like Visual Studio Code, supporting mouse use, multiple files, find and replace (including regex), and word wrap. It’s lightweight (under 250KB) and built in Rust, making it fast and efficient. You can install it easily on Windows using WinGet. This editor is great for quick, basic text editing tasks without needing complex setups or third-party tools, making editing straightforward and accessible for everyone[1].

https://github.com/microsoft/edit
1
#rust #agent #ai #amazon_q #cli #linux #llm #macos #mcp #open_source #productivity #rust #shell #terminal #typescript

Amazon Q CLI is a powerful tool that lets you interact with AWS and your development environment using natural language right from your terminal. It helps you write code, run commands, and manage AWS resources faster by understanding your context and providing smart suggestions, autocompletion, and even translating plain English into shell commands. It supports multi-turn conversations, so you can ask follow-up questions and get real-time help without leaving the command line. This boosts your productivity by simplifying complex tasks, reducing errors, and speeding up development workflows, making it easier to manage projects and infrastructure efficiently[1][2][3].

https://github.com/aws/amazon-q-developer-cli
#markdown #android #bsd #cheatsheet #cheatsheets #command_line #console #documentation #examples #hacktoberfest #help #linux #macos #man_page #manpages #manual #osx #shell #terminal #tldr #windows

The tldr-pages project offers simple, easy-to-understand help pages for command-line tools, focusing on practical examples rather than long, complex manuals. It’s great if you’re new to the command line or forget command options, as it shows the most useful commands clearly. You can access these pages through various clients or online without installing anything. This saves you time and frustration by giving quick, clear guidance on common tasks, making it easier to learn and use command-line tools effectively. Plus, you can contribute by adding or improving pages yourself. This helps you and others get fast, practical help with commands[1][4].

https://github.com/tldr-pages/tldr
#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
#shell #bash #developers_everyday_life #java #option_parser #python #script #shell #show_busy_java_threads #show_duplicate_java_classes #terminal #useful_scripts

This repository provides useful scripts for Java and Shell that make developer work easier and faster. The Java scripts help you quickly find CPU performance problems in running processes, detect duplicate classes in jar files, and search for specific classes across multiple jar files. The Shell scripts enhance command-line productivity with features like copying output to clipboard, colorizing file displays, deduplicating lines without sorting, and managing Docker containers more easily. The scripts are production-ready, used by major companies like Alibaba, and follow strict Bash standards for safety and reliability. You benefit by getting professional-grade tools that save time on routine tasks and learning best practices for writing quality shell scripts.

https://github.com/oldratlee/useful-scripts
1