Toolverse
All skills

fzf-fuzzy-finder

by openclaw

Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
4

About this skill

Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.

How to use

  1. Zainstaluj fzf za pomocą menedżera pakietów: na macOS użyj brew install fzf, na Linuxie apt install fzf. Narzędzie wymaga zainstalowanego binarnego fzf w systemie.

  2. Skonfiguruj integrację z powłoką, dodając do pliku ~/.bashrc lub ~/.zshrc dwie linie: source /path/to/fzf/shell/completion.bash oraz source /path/to/fzf/shell/key-bindings.bash. Po załadowaniu konfiguracji uzyskasz skróty klawiszowe: Ctrl+R do przeszukiwania historii poleceń, Ctrl+T do wyszukiwania plików, Alt+C do nawigacji po katalogach.

  3. Aby wybrać plik i otworzyć go w edytorze, użyj polecenia vim $(fzf). Możesz również dodać flagę --preview 'bat --color=always {}', aby podglądać zawartość pliku podczas wyboru.

  4. Do wielokrotnego wyboru plików użyj flagi -m, na przykład ls | fzf -m, a następnie Tab do zaznaczenia i Shift+Tab do odznaczenia elementów. Wybrane pliki możesz przetwarzać dalej, na przykład fzf -m | xargs rm do usunięcia.

  5. W pracy z Gitem użyj fzf do przełączania gałęzi: git branch | fzf | xargs git checkout, lub do interaktywnego dodawania plików: git status -s | fzf -m | awk '{print $2}' | xargs git add.

  6. Stwórz alias dla szybkiej nawigacji katalogami, dodając do konfiguracji powłoki: alias cdf='cd $(find . -type d | fzf)'. Od tego momentu polecenie cdf otworzy interaktywny selektor katalogów.

Related skills

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

senior-data-engineer

by davila7

World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when

DevOps
1268

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365