Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/the-flx/flxcs
- Owner: the-flx
- License: mit
- Created: 2023-09-22T03:54:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-02T18:04:29.000Z (2 months ago)
- Last Synced: 2024-12-02T19:23:25.147Z (2 months ago)
- Topics: emacs, flx, fuzzy
- Language: C#
- Homepage: https://www.nuget.org/packages/FlxCs
- Size: 298 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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