並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 14 件 / 14件

新着順 人気順

Fuzzyの検索結果1 - 14 件 / 14件

  • GitHub - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript
    • Rust製Fuzzy Finderのskimを自作CLIツールに組み込んでみる

      Rust で書かれたskimでは Go で書かれているfzfのように曖昧検索ができます。cargo install skimでインストールしskコマンドで利用できるようになります。 この skim はライブラリとしても利用できます。今回は自作のブックマーク管理 CLI ツールに skim を組み込んでみました。 作ったもの こちらです。 自分がよく閲覧する Web の記事のリンクをローカルで管理できるCLIツールです。ブックマークは~/rbm-bookmarks.tomlというファイルに保存されます。 はてブとかブラウザのブックマークでも良いのですが、自分はVimを使って作業することが多いためいちいちブラウザに行かずにターミナルからさくっと開きたい一心で作りました。 crate.ioにも登録しているのでcargo install rbmでインストールできます。 rbm addコマンドで新規

        Rust製Fuzzy Finderのskimを自作CLIツールに組み込んでみる
      • GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.
        • GitHub - Genivia/ugrep: 🔍 ugrep 7.3 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z,

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - Genivia/ugrep: 🔍 ugrep 7.3 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z,
          • GitHub - d-kuro/gwq: 🌳 Git worktree manager with fuzzy finder - Work on multiple branches simultaneously, perfect for parallel AI coding workflows

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - d-kuro/gwq: 🌳 Git worktree manager with fuzzy finder - Work on multiple branches simultaneously, perfect for parallel AI coding workflows
            • GitHub - upstash/semantic-cache: A fuzzy key value store based on semantic similarity rather lexical equality.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - upstash/semantic-cache: A fuzzy key value store based on semantic similarity rather lexical equality.
              • 秘密のNFTモンスター「Crypto Fuzzy」を見つけて、自宅で飼育観察できるオーディオメタバース空間へようこそ

                秘密のNFTモンスター「Crypto Fuzzy」を見つけて、自宅で飼育観察できるオーディオメタバース空間へようこそ 株式会社ドキドキは、今夏のオーディオメタバース発表時から進めていた NFTアートプロジェクト第一弾を発表。クリエイターやアーティストとの NFTアートコラボレーションを次々公開予定です。 あなただけの秘密の未確認生物「Crypto Fuzzy」をお届けします。Crypto Fuzzyでは、オーディオメタバース空間内でユーザーが未確認生物(UMA)と交流することができます。 オーディオメタバースでは世界全体がキューブ状に分割されていて、Crypto Fuzzy をこのキューブ内に放つことができます。彼らはその空間を自由に動き回ります。あなたは Crypto Fuzzy を間近で観察でき、さらにそれらをNFTとして購入して、飼い主となり、必要なときに世話をして一緒に好きなだけ時

                  秘密のNFTモンスター「Crypto Fuzzy」を見つけて、自宅で飼育観察できるオーディオメタバース空間へようこそ
                • GitHub - alexpasmantier/television: A cross-platform, fast and extensible general purpose fuzzy finder 📺

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - alexpasmantier/television: A cross-platform, fast and extensible general purpose fuzzy finder 📺
                  • GitHub - kawamataryo/chikamichi: Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - kawamataryo/chikamichi: Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.
                    • GitHub - leeoniya/uFuzzy: A tiny, efficient fuzzy search that doesn't suck

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - leeoniya/uFuzzy: A tiny, efficient fuzzy search that doesn't suck
                      • How to set up Neovim 0.5 + Modern plugins (LSP, Treesitter, Fuzzy finder, etc)

                        My personal dotfiles. Contribute to craftzdog/dotfiles-public development by creating an account on GitHub. Prerequisites — iTerm2 and Patched Nerd FontiTerm2 is a fast terminal emulator for macOS. Install one of Nerd Fonts for displaying fancy glyphs on your terminal. My current choice is Hack. And use it on your terminal app. For example, on iTerm2: My color theme is NeoSolarized, which is a tru

                          How to set up Neovim 0.5 + Modern plugins (LSP, Treesitter, Fuzzy finder, etc)
                        • Fuzzy Feelings | Apple Holiday Film

                          Creativity has the power to change the way we see each other, and the world. Sometimes, seeing things through a new lens can make all the difference. You make the holidays. Stop-motion was shot on iPhone 15 Pro Max and edited on MacBook Air. Audio Descriptions: https://apple.co/47DTULT “Isn’t it a Pity” by George Harrison https://apple.co/george-harrison #iPhone15 #MacBookAir #Holidayfilm W

                            Fuzzy Feelings | Apple Holiday Film
                          • [make,pnpm,yarn,justに対応]コマンドをfuzzy finder形式で選択できるCLIツール fzf-makeの紹介

                            tl;dr make targetやpnpm script, yarn script, just recipeをfuzzy finder形式で選択、実行できるCLIツールであるfzf-makeのv0.53.0をリリースしました。 インストールはこちらから。(現時点ではbrew, cargo, nix, paruに対応しています) この記事ではfzf-makeの使い方や利点を紹介します。 使い方 fzf-makeはタスクランナーのコマンドを手軽に確認、実行できるCLIツールです。 ここではタスクランナーごとにどのようなコマンドが表示されるのかについて解説します。

                              [make,pnpm,yarn,justに対応]コマンドをfuzzy finder形式で選択できるCLIツール fzf-makeの紹介
                            • GitHub - Rasukarusan/fzf-chrome-active-tab: :penguin: Fuzzy search and activate Chrome tab via the terminal.

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - Rasukarusan/fzf-chrome-active-tab: :penguin: Fuzzy search and activate Chrome tab via the terminal.
                              1