/FlxCs

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

Primary LanguageC#MIT LicenseMIT

License: MIT Release Unity Engine .NET Nuget DT

FlxCs

Rewrite emacs-flx in C#

Compile

🔨 Usage

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

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

📂 Example

  • Mx - M-x for Unity

🔍 See Also

  • flx - Original algorithm in Emacs Lisp
  • flx-rs - Rewrite emacs-flx in Rust for dynamic modules
  • flx-ts - Rewrite emacs-flx in TypeScript, with added support for JavaScript
  • flx-c - Rewrite emacs-flx in C
  • flx-zig - Rewrite emacs-flx in Zig

⚜️ License

FlxCs is distributed under the terms of the MIT license.

See LICENSE for details.