snm
uivonim
snm | uivonim | |
---|---|---|
6 | 6 | |
109 | 624 | |
- | - | |
0.0 | 7.2 | |
about 2 years ago | about 1 year ago | |
Rust | TypeScript | |
GNU General Public License v3.0 only | GNU Affero General Public License v3.0 |
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.
snm
- snm v0.7.0: A completely revamped node version manager
-
snm v0.7.0: A complete refactor
I'm pleased to announce snm v0.7.0. This release is a complete refactor of the codebase, removing redundant code and using idiomatic rust. Also, fixing some bugs that I found while refactoring the codebase and with some perf improvements.
- What's everyone working on this week (31/2021)?
- It's fast as it is written in Rust.
- snm now supports package.json
- snm: Smol Node Manager | Cross-platform written in Rust
uivonim
- Pulsar, the best code editor since Atom
-
Rebuilding the same project 11 different ways: This week using global state management (with Redux) to help me update the different components with the current application state, but using React to build the UI (not manually building the UI with HTML like in a previous flavor).
I’ve never used Redux, just haven’t cared to look into it for any projects I’ve worked on, but from a quick glance at an example it seems like it could be useful/convenient. Although then again you can write an event dispatcher in like 30 lines of TS, probably with redux-like state with a little extra work, although I’ve never tried, and that could be a bad idea in practice idk.
-
Vim is the #4 most loved editor with a 70% rating, according to the 2021 Stackoverflow Developer Survey (Neovim is #1, VSCode #2)
Instead, Nvim provides an RPC protocol that may be implemented by external GUIs. For example, there exists a plugin that embeds Nvim into Firefox when editing textboxes, GUIs that leverage Nvim's multigrid support to support smooth scrolling, translucent popups, minimaps, etc. such as Uivonim, Goneovim and Neovide, and more.
-
What's everyone working on this week (31/2021)?
Porting my (forked, so not all my work) text editor uivonim to use Tauri instead of Electron. PR for those curious is here: https://github.com/smolck/uivonim/pull/336
-
Microsoft Teams 2.0 will use half the memory, dropping Electron for Edge Webview2
Of course, I'm biased, since I work on a GUI frontend to neovim written in electron (that I forked from a project that already used electron), but I have found that it's not as bad as people make it out to be, or at least that it doesn't have to be that bad. I would like to get rid of it though if I can, maybe by doing the rendering with wgpu-rs and GUI things with egui.
-
Shifting GUI colors - seems pretty useless but I kinda like it
I came up with this idea one day as something I could add to uivonim and the result was kinda cool; just thought I'd clean it up a bit and share. Not sure if I'll ever end up adding this for-real, but it's at least a little fun to play with ;)
What are some alternatives?
fnm - 🚀 Fast and simple Node.js version manager, built in Rust
fuzzcheck-rs - Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions
ny - 🗽 Fast, Proxy Package Manager for JavaScript
cef - Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
gg - Universal version manager
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
volt - An experimental package management tool for JavaScript. Upto 30x faster installation of dependencies using pre-flattened dependency trees.
goneovim - A GUI frontend for neovim.
grep_clone
neovim - Vim-fork focused on extensibility and usability
cotton - A package manager for JavaScript projects. `cotton install` runs faster than `rm -rf node_modules`.
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native