Today I Learned
Short TIL posts
The work on Heimdall by linuxserver.
An Application dashboard and launcher
The work on tinysearch by tinysearch.
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm
Looking for inspiration? templates by zevaverbach.
No description available.
Check out lukas-reineke and their project cmp-rg.
ripgrep source for nvim-cmp
Check out photoview and their project photoview.
Photo gallery for self-hosted personal servers
I like mizlan’s project iswap.nvim.
Interactively select and swap function arguments, list elements, and much more. Powered by tree-sitter.
Check out rhysd and their project conflict-marker.vim.
Weapon to fight against conflicts in Vim.
I like Textualize’s project rich-cli.
Rich-cli is a command line toolbox for fancy output in the terminal
If you’re into interesting projects, don’t miss out on jupyterlite, created by jupyterlite.
Wasm powered Jupyter running in the browser 💡
I’m really excited about nbterm, an amazing project by davidbrochart. It’s worth exploring!
Jupyter Notebooks in the terminal.
I came across stylish.nvim from sunjon, and it’s packed with great features and ideas.
Stylish UI components for Neovim
Check out neovim-grimoire by alanwsmith. It’s a well-crafted project with great potential.
No description available.
functools.total_ordering makes adding all of six of the rich comparison operators to your custom classes much easier, and more likely that you remember all of them.
From the Docs: The class must define one of __lt__(), __le__(), __gt__(), or __ge__ In addition, the class should supply an __eq__() method.
one of these
and required to have this one
...
I came across outputformat from delestro, and it’s packed with great features and ideas.
Python library to decorate and beautify strings