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 #auto_formatter #cleaner #cli #formatter #hacktoberfest #isort #linter #python #python_utility #python3 #sorting_imports

isort is a tool that helps you organize and sort your Python import statements automatically. It sorts imports alphabetically, separates them into sections, and supports various editors. You can install it using `pip install isort` and use it from the command line or within your Python code. This saves you time and effort, keeping your code clean and consistent. It also integrates with tools like pre-commit hooks to ensure code quality before committing changes. Overall, isort makes managing imports easier and more efficient.

https://github.com/PyCQA/isort
🔥1
#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
#rust #cli #git #jj #jujutsu #mercurial #vcs

Jujutsu is a new version control system that helps you manage your software projects easily. It is designed to be user-friendly, whether you are new or experienced, and it works well with both small and large projects. Here are some key benefits Jujutsu works with Git repositories, so you can use it with your favorite Git tools.
- **Automatic Commit Tracking** Every action is logged, allowing you to easily undo mistakes or revert to previous states.
- **Conflict Resolution** You can safely store and backup your repositories even in concurrent scenarios without risking corruption.

Overall, Jujutsu simplifies version control by automating many tasks and providing robust features for managing your code.

https://github.com/jj-vcs/jj
1
#go #apple #appstore #cli #command_line #command_line_tool #go #golang #golang_library #ios #ipa #itunes #macos #research #reverse_engineering #security #swift #tool

IPATool is a helpful tool that lets you search for iOS apps on the App Store and download their IPA files directly to your computer. It works on Windows, Linux, and macOS. To use it, you need an Apple ID. The tool allows you to authenticate with the App Store, search for apps, purchase licenses if needed, and download IPA files legally. This is useful for backing up apps or modifying them before installing them on your device. IPATool ensures that only purchased apps can be downloaded, making it a secure way to manage your iOS apps.

https://github.com/majd/ipatool
👍1
#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 #applications #awesome_list #cli_app #cross_platform #desktop_environment #free #freeware_icon #gui_app #icon_theme #linux #linux_app #linux_desktop #linux_resource #open_source #oss_icon #software #tools #ubuntu_linux

This collection of **Awesome Linux Software** provides a comprehensive list of tools and applications for various tasks, including audio editing, chat clients, data backup, desktop customization, development tools, email clients, file managers, games, graphics editors, internet browsers, office suites, productivity apps, security tools, sharing files, terminal emulators, text editors, utilities, video players, VPNs, and more. It helps users discover new software and alternatives to popular programs, making it easier to find the right tool for any task on Linux systems. The list includes both open-source and non-free options, offering something for everyone.

https://github.com/luong-komorebi/Awesome-Linux-Software
#go #ai #assistant #cli #kubernetes

**kubectl-ai** is a tool that helps manage Kubernetes using AI. It lets you ask questions or give commands in simple language, and it will execute the right Kubernetes actions for you. This makes it easier to manage your Kubernetes cluster without needing to remember complex commands. You can use it to check app status, create deployments, or troubleshoot issues, all by just typing what you want to do. It supports various AI models and can be used interactively or with other Unix commands, making it a powerful assistant for Kubernetes users.

https://github.com/GoogleCloudPlatform/kubectl-ai
#python #cli #cti #cybersecurity #forensics #hacktoberfest #information_gathering #infosec #linux #osint #pentesting #python #python3 #reconnaissance #redteam #sherlock #tools

Sherlock is a powerful tool that helps you find social media accounts by username across over 400 networks. It's easy to use and works on many operating systems like macOS, Linux, and Windows. You can install it using methods like `pipx` or Docker, and then simply type the username you want to search for. Sherlock will show you where that username is used on different social media platforms. This tool is useful for gathering information quickly and can be run locally or even online through services like Apify. It saves time and effort in finding accounts across many platforms.

https://github.com/sherlock-project/sherlock
👍1
#python #asr #captions #cli #python #subtitle #subtitles #transcript #transcripts #translating_transcripts #youtube #youtube_api #youtube_asr #youtube_captions #youtube_subtitles #youtube_transcript #youtube_transcripts #youtube_video

The YouTube Transcript API is a tool that helps you get the text from YouTube videos. It's fast and easy to use, saving you time compared to watching the whole video. You can use it to make subtitles, translate text, and even analyze what's being said in videos. This is helpful for content creators who want to make their videos more accessible and for researchers who need to study video content quickly. It also supports multiple languages, making it useful for a wide range of users.

https://github.com/jdepoix/youtube-transcript-api
1
#typescript #cli #clustering #concurrency #dependency_injection #effect #error_handling #javascript #observability #opentelemetry #platform #schema #typescript #workflows

Effect is a powerful TypeScript framework that helps you build reliable and complex applications by managing side effects like logging, network calls, and database operations in a safe and organized way. It uses a core `Effect` type to describe workflows that are lazy, composable, and type-safe, allowing you to handle errors and dependencies explicitly. The framework is modular, with many packages for AI, CLI tools, distributed computing, SQL databases, and more, making it flexible for various needs. Using Effect improves code quality, concurrency handling, and maintainability, helping you write robust TypeScript apps efficiently[1][2][4][5].

https://github.com/Effect-TS/effect
#swift #ci #cli #generator #specification #swift #xcode #xcodeproj #xcodeproject #yaml

XcodeGen is a Swift command-line tool that automatically creates your Xcode project based on your folder structure and a simple YAML or JSON configuration file. This means you don’t have to manually manage your Xcode project files, avoiding merge conflicts in Git and keeping your project files always in sync with your folders. It supports complex setups, multiple targets, build settings, and schemes, and works well with CI systems. Using XcodeGen saves you time, reduces errors, and makes collaboration easier by letting you generate and update projects on demand without opening Xcode manually. This helps you focus more on coding and less on project setup.

https://github.com/yonaskolb/XcodeGen
#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
#rust #cli #command_line_interface #command_line_tool #dns #icmp #linux #macos #mtr #netbsd #network #networking #ping #ratatui #rust #rustlang #tool #traceroute #tui #tui_rs #windows

Trippy is a powerful tool that combines traceroute and ping functions to help you analyze network problems easily. It works on Linux, BSD, macOS, and Windows, and you can install it through many package managers or directly with commands like `cargo install trippy`. Running a simple trace is as easy as typing `sudo trip example.com`. Trippy offers detailed network tracing with features like multipath strategies and unprivileged modes, making it flexible for different needs. Using Trippy helps you quickly find where network issues occur, saving time and improving troubleshooting efficiency. Full guides and documentation are available online to get you started smoothly.

https://github.com/fujiapple852/trippy
#go #cli #event_driven #event_driven_architecture #queues #serverless #serverless_functions #workflow_engine #workflows

Inngest lets you write reliable, long-running background functions called durable workflows that automatically handle retries, scheduling, and state management without needing to manage infrastructure like queues or servers. You write functions in your preferred language using their SDKs, run and test them locally with the Inngest Dev Server, then deploy them on your own infrastructure or Inngest’s platform. It supports complex workflows with steps that retry on failure, concurrency control, and event triggers. This saves you time and effort by simplifying event-driven app development, improving reliability, and scaling automatically without extra setup. It also offers tools for monitoring and managing workflows easily.

https://github.com/inngest/inngest
1
#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