GitHub Trends
11.1K subscribers
15.8K 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
#rust #cli #command_line #filesystem #hacktoberfest #regex #rust #search #terminal #tool

`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.

Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.

https://github.com/sharkdp/fd
#python #cfg #generative_ai #json #llms #prompt_engineering #regex #structured_generation #symbolic_ai

Outlines is a Python library that guarantees large language models produce structured outputs (like JSON, XML, or custom schemas) directly during generation, not after. By simply specifying your desired output type using Python syntax (e.g., `int` or a Pydantic model), it mathematically ensures the result matches your structure exactly. This benefits you by eliminating broken JSON, parsing errors, and fragile regex code, making your AI applications reliable, predictable, and ready for production use without post-generation fixes.

https://github.com/dottxt-ai/outlines