# https://nushell.sh/cookbook/ llms.txt - [Git Log Parsing Guide](https://www.nushell.sh/cookbook/parsing_git_log.html): Learn to parse git log outputs effectively with Nushell. - [HTTP Cookbook Guide](https://www.nushell.sh/cookbook/http.html): Learn to fetch JSON data from URLs using NuShell. - [Pattern Matching in Nu](https://www.nushell.sh/cookbook/pattern_matching.html): Learn to use match keyword for effective pattern matching. - [SSH Agent Management](https://www.nushell.sh/cookbook/ssh_agent.html): Guide for managing SSH passphrases in Nushell. - [External Completers Guide](https://www.nushell.sh/cookbook/external_completers.html): Learn to integrate external completers in Nushell. - [Git Commands Cookbook](https://www.nushell.sh/cookbook/git.html): Learn to manage Git tasks using Nu commands. - [NuShell Environment Setup](https://www.nushell.sh/cookbook/setup.html): Guide to configuring paths and environment variables in Nu. - [Nushell Module Cookbook](https://www.nushell.sh/cookbook/modules.html): Explore Nushell modules for completions and overlays. - [System Commands Overview](https://www.nushell.sh/cookbook/system.html): Explore Nu commands for filesystem and process management. - [Nu Parsing Techniques](https://www.nushell.sh/cookbook/parsing.html): Learn various methods for parsing data in Nu. - [Nushell vs jq Guide](https://www.nushell.sh/cookbook/jq_v_nushell.html): Learn data manipulation with Nushell and jq examples. - [File Manipulation Techniques](https://www.nushell.sh/cookbook/files.html): Learn to edit, parse, and analyze files in Nushell. - [Direnv Configuration Guide](https://www.nushell.sh/cookbook/direnv.html): Learn to configure direnv for Nushell environment management. - [Working with Foreign Shell Scripts](https://www.nushell.sh/cookbook/foreign_shell_scripts.html): Learn how to handle foreign shell scripts in Nushell. - [Listening for Keypresses](https://www.nushell.sh/cookbook/input_listen_keys.html): Learn to handle keypress events in Nushell effectively. - [NuShell Help Guide](https://www.nushell.sh/cookbook/help.html): Learn how to use NuShell commands effectively. - [Advanced Table Workflows](https://www.nushell.sh/cookbook/tables.html): Learn to merge tables of different sizes in Nushell. - [Custom Completers Guide](https://www.nushell.sh/cookbook/custom_completers.html): Learn to create custom completions for Nu Shell. - [Polars vs Pandas vs Nushell](https://www.nushell.sh/cookbook/polars_v_pandas_v_nushell.html): Compare data processing with Polars, Pandas, and Nushell.