Wasynth
WebAssembly to Lua translation library and tool (by Rerumu)
dash.nvim
🏃💨 Search Dash.app from your Neovim fuzzy finder. Built with Rust 🦀 and Lua (by mrjones2014)
Wasynth | dash.nvim | |
---|---|---|
1 | 16 | |
130 | 221 | |
- | - | |
7.3 | 0.0 | |
28 days ago | about 2 years ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Wasynth
Posts with mentions or reviews of Wasynth.
We have used some of these posts to build our list of alternatives
and similar projects.
dash.nvim
Posts with mentions or reviews of dash.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-10.
-
Looking for Vscode-like command palette in neovim.
Here's a simple example of how to build a custom Telescope picker, taken from my Dash.nvim plugin: https://github.com/mrjones2014/dash.nvim/blob/0934c31a7c6b6aa40d6866f8840f8836ff4efecc/lua/dash/providers/telescope.lua
-
Dash.nvim v0.9.0
Hi, author of dash.nvim here, a plugin for Neovim that allows you to search Dash.app directly from Neovim with your favorite fuzzy-finder plugin (currently supports Telescope, fzf-lua, and Snap).
-
Dash.nvim users, please help me test these changes
Hey y'all, author of Dash.nvim here, a Neovim plugin for Dash.app, written primarily in Rust in order to achieve true parallelism and performance.
-
Rust is the highest paid programming language of 2021
Maybe the wrong place to ask but do you think this project (my first Rust project) is good enough to get me a Rust job if I already work at the company in a different department doing HTML/CSS/TypeScript/React? https://github.com/mrjones2014/dash.nvim
-
Can you call c functions with lua?
Check out my plugin dash.nvim, the majority is written in Rust. You can do the same with C. Look up “Lua cffi”, there’s a few different libraries that work with a foreign function interface (FFI) between Lua and C.
-
Dash.nvim v0.8.0 now supports Telescope, fzf-lua, and Snap fuzzy finders!
Dash.nvim is a plugin that allows you to search Dash.app (a documentation aggregator app for Mac) from within Neovim. At first, it started as a Telescope extension, but after my first time posting it in this sub, I received demand for the same thing to support other fuzzy finders (I've also got an open issue to add Linux support using Dasht or Zeal, Linux clients for Dash docsets).
-
What are the popular fuzzy finders besides Telescope?
fzf-lua is now supported with v0.7.0!
- Dash.nvim 0.5.1 will now fallback to a search engine!
-
Plugin authors, what's the best way to communicate breaking changes to users?
I'm the author of Dash.nvim and this morning I got this issue: https://github.com/mrjones2014/dash.nvim/issues/63
-
Dash.nvim is now blazing fast with native Rust bindings!
Check out Dash.nvim and see for yourself!
What are some alternatives?
When comparing Wasynth and dash.nvim you can also consider the following projects:
wasm2lua - wasm2lua: converting WASM into Lua
zeal - Offline documentation browser inspired by Dash
rluau - Idiomatic Luau bindings in 100% Rust
LeaderF - An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Prometheus - Lua Obfuscator written in pure Lua
fine-cmdline.nvim - Enter ex-commands in a nice floating input.
script-bench-rs - Rust embedded scripting languages benchmark
nvim-rs - A rust library for neovim clients
StyLua - An opinionated Lua code formatter
zeavim.vim - Zeal for Vim
nvim-mapper - A neovim plugin that helps you keep track of your keymaps.
fzf-lua - Improved fzf.vim written in lua