Weekly Shaarli

All links of one week in a single page.

Week 25 (June 21, 2021)

Terminal-based, hyper-fast, CRDT-backed, collaborative note-taking tool
thumbnail
GitHub - claudiodangelis/qrcp: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
thumbnail

Create a qr code on the terminal to either send or receive files from. Primarily created to exchange files with your mobile phone over wifi.

I love jq, I hate jq. Help a competent grepper get a grasp on the terse language!

I find jq to be so powerful, and I've written some really complex filters that really get to the data I'm trying to show. but... I can spend hours and hours trying to get it right when a python script would've just gotten it done and let me move on. Does anyone have a good alternative that is "like jq, but doesn't make all my projects late"? or better yet, a GOOD tutorial that helps me wrap my brain around the tersity of jq? Thanks.

reddit permalink

GitHub - weihanglo/sfz: A simple static file serving command-line tool written in Rust.
thumbnail

Simple, quick and efficient static file server while still not looking bad.
Very similar to tools like gossa and rossa, but seems like a blend of the latter's simplicity and the first one's slight design flourishes.

GitHub - coolwanglu/vim.js: JavaScript port of Vim
thumbnail

JavaScript port of Vim. Contribute to coolwanglu/vim.js development by creating an account on GitHub.

GitHub - sayanarijit/xplr: A hackable, minimal, fast TUI file explorer
thumbnail

File manager built in rust, configured through lua.
Seems pretty configurable and follows a vim-like mode (or 'layer') key binding structure.
As of now still somewhat in-development and no static lua api visible, or documented very well (but actively developed).