75 private links
Science based practices for a meaningful life
The Crystal Programming Language.
An interesting mix of ruby-ish syntax, static type checking and compilation, with the ability to create C-bindings. Looks like a neat little language!
Make Linux (made for debian/xubuntu) look exactly like Win95 - just in case you ever feel nostalgic for a weirdly homey desktop feel.
A jq clone focussed on correctness, speed, and simplicity
jq in a different dress. As far as I can see the syntax is esentially the same but it is faster and wants to be 'correct'. Neat!
JSON Stream Editor (command line utility).
Another similar-but-different query language based tool to jq - just with what seems like much simpler syntax at least for simple queries.
Not sure how well it fares for more advanced requirements, but it might just do fine.
jq for binary formats - tool, language and decoders for working with binary and text formats
I suppose the description says it all. There are some usage examples on the README.md and they look avery intriguing - basically exploring an mp3 file kinda like through a hexdump/hexviewer but with jq-like query language built in
Update multiple repositories in with one command.
Similar to git-xargs but seems to work for repositories not hosted on Github. Takes any kind of script and applies it to all repositories you pass in. Very nice! Only the name is a bit worse.
Very interesting, the name basically gives the game away.
You give the tool a list of git(hub) repositories and a command (or more advanced script files) and it runs it against them.
You could for example create a file in each one. Or change some variable. Or grep and sed something from one thing to another thing. Or or or.
Honestly not seeing myself using it that often - but the fact it exists is fascinating to me, and the naming is just genius. Though I am a little sad that it seems to only work for Github projects.
Same thing as GRON - turn JSON into stream-friendly (i.e. greppable) destructured text.
Just faster! I suppose. Haven't really tried it myself
GReppablejsON!
Super awesome for de-structuring json responses to then simply work with through grep or other text-only speaking stream tools on the command line.
A JSON Query Language CLI tool. A little like the venerable jq a little not, has different selection (or 'query') syntax.
Basically you pass in JSON to select specific JSON from whatever data.
Feels a little weird to me at first, but might actually be easier for intermediate/advanced use cases then the mind-bending mess jq sometimes turns into for me
(or rather, the constant trial and error with jiq that it turns into)
abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.
(dvtm being a terminal window manager to have multiple tabs or buffers)
However, on its own it can also bring session management to something like wezterm which has amazing window management on its own but no real session management. Very neat and 'unix-y'
A small python script to send files through KDEConnect - can presumably be adapted for any other non-ranger related use (e.g. other TUI fm such as nnn, xplr or vifm) or even just as a one-off script to be invoked
Paste any magnet link/ info hash or open the torrent file and start downloading or watching torrent content safely and anonymously through your web browser. Works instantly without client and registration!
Can stream videos, download files, and a little more - very neat!
Zotero plugin that links your Markdown database to Zotero. Jump directly from Zotero Items to connected Markdown files. Automatically tags Zotero Items so you can easily see which papers you've made notes for
Takes a CSV file from the Sleep as Android app and generates monthly JSON files with the data provided, excluding noise recording information. - GitHub - GwynHannay/sleep_parser: Takes a CSV file from the Sleep as Android app and generates monthly JSON files with the data provided, excluding noise recording information.
Efficient Duplicate File Finder with extensive cli interface
GitHub - qarmin/czkawka: Multi functional app to find duplicates, empty folders, similar images etc.
File duplicate finder with a simple GUI. Has a cli frontend as well.
🐍🕸 WebAssembly runtime for Python
Target your python program to wasm blobs