Skip to content

the-flx/FlxCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🛠️ Development

For testing, we use the Visual Studio built-in testing library.

See Microsoft's support page for more information: Walkthrough: Create and run unit tests for managed code.

📂 Example

  • Mx - M-x for Unity

⚜️ License

FlxCs is distributed under the terms of the MIT license.

See LICENSE for details.