Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Sep 26, 2024
1 parent 202742f commit ff6474d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# flx-ts
> Rewrite emacs-flx in TypeScript, with added support for JavaScript
[![CI](https://github.com/jcs090218/flx-ts/actions/workflows/test.yml/badge.svg)](https://github.com/jcs090218/flx-ts/actions/workflows/test.yml)
[![CI](https://github.com/the-flx/flx-ts/actions/workflows/test.yml/badge.svg)](https://github.com/the-flx/flx-ts/actions/workflows/test.yml)

## 🔧 Usage

Expand Down Expand Up @@ -46,14 +46,6 @@ In your javascript file:
console.log(flx_ts.Flx.Score("buffer-file-name", "bfn"));
```

## 🔍 See Also

- [flx][] - Original algorithm in Emacs Lisp
- [flx-rs][] - Rewrite emacs-flx in Rust for dynamic modules
- [FlxCs][] - Rewrite emacs-flx in C#
- [flx-c][] - Rewrite emacs-flx in C
- [flx-zig][] - Rewrite emacs-flx in Zig

## 📦 Other alternatives

- [fuzzysort](https://github.com/farzher/fuzzysort)
Expand All @@ -70,8 +62,3 @@ See [LICENSE](./LICENSE) for details.
<!-- Links -->

[flx]: https://github.com/lewang/flx
[flx-rs]: https://github.com/jcs090218/flx-rs
[FlxCs]: https://github.com/jcs090218/FlxCs
[flx-ts]: https://github.com/jcs090218/flx-ts
[flx-c]: https://github.com/jcs090218/flx-c
[flx-zig]: https://github.com/jcs090218/flx-zig

0 comments on commit ff6474d

Please sign in to comment.