Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-flx/flxcs

Rewrite emacs-flx in C# [maintainer=@jcs090218]
https://github.com/the-flx/flxcs

emacs flx fuzzy

Last synced: 2 months ago
JSON representation

Rewrite emacs-flx in C# [maintainer=@jcs090218]

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Release](https://img.shields.io/github/tag/the-flx/FlxCs.svg?label=release&logo=github)](https://github.com/the-flx/FlxCs/releases/latest)
[![Unity Engine](https://img.shields.io/badge/unity-2023.1.11f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
[![.NET](https://img.shields.io/badge/.NET-2.0-blueviolet.svg)](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-0)
[![Nuget DT](https://img.shields.io/nuget/dt/FlxCs?logo=nuget&logoColor=49A2E6)](https://www.nuget.org/packages/FlxCs/)

# FlxCs
> Rewrite emacs-flx in C#

[![Compile](https://github.com/the-flx/FlxCs/actions/workflows/compile.yml/badge.svg)](https://github.com/the-flx/FlxCs/actions/workflows/compile.yml)

## 🔨 Usage

```cs
Result result = Flx.Score("switch-to-buffer", "stb");

Console.Write(result.score); // 237
```

## 📂 Example

- [Mx][] - M-x for Unity

## ⚜️ License

`FlxCs` is distributed under the terms of the MIT license.

See [`LICENSE`](./LICENSE) for details.

[Mx]: https://github.com/jcs090218/Unity.Mx

[flx]: https://github.com/lewang/flx