Swapnil
-
TIL `ripgrep` can output the search results in json format. And it can be used by utilities like `delta` to render syntax highlighted output!
rg --json -C 2 handle | delta
https://dandavison.github.io/delta/grep.html
Also, `delta` is cool :)
#TIL #ripgrep #delta #grep #SyntaxHighlighting #json #rg #commandline #cli
-
https://github.com/erikw/vim-keybindings-everywhere-the-ultimate-list
Wow! Thanks, Erik and contributors :D
In fact, I even tried to blog around this concept in this post
https://swapniljoshi.xyz/vim-bindings-everywhere#vim #productivity #keybindings #shortcuts #linux #opensource
-
https://github.com/ventoy/Ventoy
"With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly."
Pretty impressive.
-
"Spreadsheet calculator improved" (fork of the discontinued sc) also stores it's spreadsheet files in a plaintext format.
Plus, it runs in the terminal.
-
Loving these FOSS apps on windows:
- scoop (package manager)
Easy installation and upgrades from a uniform CLI interface.- cmder (terminal emulator)
-
https://manual.calibre-ebook.com/conversion.html#pdfconversion
Reading PDFs on ebook readers and smart phones is a pain.
Hope content creators get to use a better format. (Epub, Single file Html? )PDF format is perfect for many use cases, but not for everything.