#rust #balanced_bfs_descent #command_line #command_line_tool #fuzzy_search #linux #tree
https://github.com/Canop/broot
https://github.com/Canop/broot
GitHub
GitHub - Canop/broot: A new way to see and navigate directory trees : https://dystroy.org/broot
A new way to see and navigate directory trees : https://dystroy.org/broot - Canop/broot
#rust #cli #command_line #command_line_tool #http_server #serve #server #static_files
https://github.com/svenstaro/miniserve
https://github.com/svenstaro/miniserve
GitHub
GitHub - svenstaro/miniserve: 🌟 For when you really just want to serve some files over HTTP right now!
🌟 For when you really just want to serve some files over HTTP right now! - svenstaro/miniserve
#rust #busybox #command_line_tool #coreutils #cross_platform #gnu_coreutils
https://github.com/uutils/coreutils
https://github.com/uutils/coreutils
GitHub
GitHub - uutils/coreutils: Cross-platform Rust rewrite of the GNU coreutils
Cross-platform Rust rewrite of the GNU coreutils. Contribute to uutils/coreutils development by creating an account on GitHub.
#javascript #command_line #command_line_tool #customization #golang #linux #macos #spotify #windows
https://github.com/khanhas/spicetify-cli
https://github.com/khanhas/spicetify-cli
GitHub
GitHub - spicetify/cli: Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux.
Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux. - spicetify/cli
#python #attack_surface #automation #automation_framework #cli #command_line_tool #hacking #information_gathering #neo4j #osint #osint_framework #osint_tool #pip #pypi #python_framework #python_library #recon #reconnaissance #scanner #subdomain_enumeration
https://github.com/blacklanternsecurity/bbot
https://github.com/blacklanternsecurity/bbot
GitHub
GitHub - blacklanternsecurity/bbot: The recursive internet scanner for hackers. 🧡
The recursive internet scanner for hackers. 🧡. Contribute to blacklanternsecurity/bbot development by creating an account on GitHub.
#cplusplus #3d #3d_graphics #3d_viewer #command_line_tool #dxf #fbx #glb #gltf #gltf_viewer #graphics #kiss #obj #physically_based_rendering #raytracing #rendering #step #stl_viewer #volume_rendering #vtk
https://github.com/f3d-app/f3d
https://github.com/f3d-app/f3d
GitHub
GitHub - f3d-app/f3d: Fast and minimalist 3D viewer.
Fast and minimalist 3D viewer. Contribute to f3d-app/f3d development by creating an account on GitHub.
#python #command_line_tool #console #cuda #curses #gpu #gpu_monitoring #htop #monitoring #monitoring_tool #nvidia #nvidia_smi #nvml #process_monitoring #resource_monitor #top
https://github.com/XuehaiPan/nvitop
https://github.com/XuehaiPan/nvitop
GitHub
GitHub - XuehaiPan/nvitop: An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.
An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management. - XuehaiPan/nvitop
#c_lang #bpf #capture #command_line #command_line_tool #ebpf #network #sniffer #tcp #tcpdump #tcpdump_like
Kyanos is a powerful tool that helps you analyze network issues easily. It can capture and analyze network requests like HTTP, Redis, and MySQL without the complexity of traditional packet capturing. Here are the key benefits You can filter traffic by process, container, protocol, request size, and latency.
- **Advanced Analysis** It shows detailed latency information from the network card to the kernel socket buffer.
- **Lightweight** Captured requests and responses are shown in plaintext.
This makes troubleshooting network issues much faster and simpler.
https://github.com/hengyoush/kyanos
Kyanos is a powerful tool that helps you analyze network issues easily. It can capture and analyze network requests like HTTP, Redis, and MySQL without the complexity of traditional packet capturing. Here are the key benefits You can filter traffic by process, container, protocol, request size, and latency.
- **Advanced Analysis** It shows detailed latency information from the network card to the kernel socket buffer.
- **Lightweight** Captured requests and responses are shown in plaintext.
This makes troubleshooting network issues much faster and simpler.
https://github.com/hengyoush/kyanos
GitHub
GitHub - hengyoush/kyanos: Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel…
Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient. - hengyoush/kyanos
#rust #autojump #bash #cli #command_line #command_line_tool #elvish #fasd #fish #fish_shell #fzf #hacktoberfest #jump #nushell #powershell #rust #shell #xonsh #xontrib #z #zsh
zoxide is a smarter version of the `cd` command that remembers your most frequently used directories. This allows you to quickly jump to these directories with just a few keystrokes. Here’s how it benefits you zoxide learns your directory habits and lets you navigate to often-used directories quickly.
- **Easy Installation** You can configure zoxide with flags and environment variables to tailor its behavior to your needs.
- **Integration**: It works with many shells and has integrations with other tools like file managers and text editors.
Overall, zoxide saves you time and effort by making directory navigation faster and more intuitive.
https://github.com/ajeetdsouza/zoxide
zoxide is a smarter version of the `cd` command that remembers your most frequently used directories. This allows you to quickly jump to these directories with just a few keystrokes. Here’s how it benefits you zoxide learns your directory habits and lets you navigate to often-used directories quickly.
- **Easy Installation** You can configure zoxide with flags and environment variables to tailor its behavior to your needs.
- **Integration**: It works with many shells and has integrations with other tools like file managers and text editors.
Overall, zoxide saves you time and effort by making directory navigation faster and more intuitive.
https://github.com/ajeetdsouza/zoxide
GitHub
GitHub - ajeetdsouza/zoxide: A smarter cd command. Supports all major shells.
A smarter cd command. Supports all major shells. Contribute to ajeetdsouza/zoxide development by creating an account on GitHub.
👍1
#rust #ai #chatgpt #claude #cli #command_line #command_line_tool #gpt #llm #prompt #prompt_engineering #prompt_generator #prompt_toolkit #rust
`code2prompt` is a tool that helps you convert your entire codebase into a single prompt for large language models (LLMs) like GPT or Claude. It generates a well-formatted Markdown document showing your code structure and details. You can customize the prompt using templates, exclude certain files, and even get the token count of the generated prompt. This tool saves time by automating the process of copying and formatting multiple source files into a single prompt, making it easier to analyze, document, or improve your code using LLMs. It also allows you to save the prompt to a file or copy it directly to your clipboard.
https://github.com/mufeedvh/code2prompt
`code2prompt` is a tool that helps you convert your entire codebase into a single prompt for large language models (LLMs) like GPT or Claude. It generates a well-formatted Markdown document showing your code structure and details. You can customize the prompt using templates, exclude certain files, and even get the token count of the generated prompt. This tool saves time by automating the process of copying and formatting multiple source files into a single prompt, making it easier to analyze, document, or improve your code using LLMs. It also allows you to save the prompt to a file or copy it directly to your clipboard.
https://github.com/mufeedvh/code2prompt
GitHub
GitHub - mufeedvh/code2prompt: A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating…
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token counting. - mufeedvh/code2prompt