PHPackages                             technodelight/fuse-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. technodelight/fuse-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

technodelight/fuse-cli
======================

Use loilo/fuse php lib in CLI

19PHP

Since Aug 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/technodelight/php-fuse-cli)[ Packagist](https://packagist.org/packages/technodelight/fuse-cli)[ RSS](/packages/technodelight-fuse-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

about
-----

[](#about)

This script is a simple filtering solution for command line, as I haven't found anything similar with 5 min googleing. Reads from `stdin`, outputs to `stdout`. Errors will be printed to `stderr`.

install
-------

[](#install)

```
$ composer global require technodelight/fuse-cli
```

usage
-----

[](#usage)

Filter lists simply.

```
$ echo -e "house\ntrance\ntechno" | fuse ho
# // this puts the following to stdout:
# house
# techno
```

options:

- `-q`: quiet mode (exit 0 on match, exit 1 on no match)

```
echo -e "house\ntrance\ntechno" | fuse trz -q && echo yep || echo nope # outputs: yep
```

- `-t[float]`: set threshold (defaults to 0.4 for a more exact match)

```
echo -e "house\ntrance\ntechno" | fuse trz # outputs: trance
echo -e "house\ntrance\ntechno" | fuse trz -t0.8 # outputs: trance, techno
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/77a47c8d32780e9a7a8aadd58e7b7f835913edb7fdffd7b009a7b2be6a63283e?d=identicon)[technodelight](/maintainers/technodelight)

---

Top Contributors

[![technodelight](https://avatars.githubusercontent.com/u/1817035?v=4)](https://github.com/technodelight "technodelight (1 commits)")

---

Tags

clifuzzy-searchphp

### Embed Badge

![Health badge](/badges/technodelight-fuse-cli/health.svg)

```
[![Health](https://phpackages.com/badges/technodelight-fuse-cli/health.svg)](https://phpackages.com/packages/technodelight-fuse-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M318](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
