Thank you.
Ask HN: Tools you have made for yourself?
1–10 of 458 posts
Re: Ask HN: Tools you have made for yourself?
#2 - https://github.com/linkdd/manyssh : Before discovering ansible/puppet/etc...
- https://github.com/linkdd/i3tools : For when I was using i3wm
- https://github.com/linkdd/xautostart : Also for when I was using i3wm without a Display Manager
For more recent projects: - https://klifter.datapio.co : Easy GitOps
- https://klander.datapio.co : Kubernetes Compliance as CodeRe: Ask HN: Tools you have made for yourself?
#3Re: Ask HN: Tools you have made for yourself?
#4I'd generally "print to PDF".it before sending it out. I was in the process of automating PDF generation when 1) I got hired and 2) Chrome was changing up the API in the next release so I just kinda... Lost motivation I guess, especially since I didn't need it anymore either.
https://github.com/omninonsense/spotlight-thief
This saves the windows spotlight images (on lock screen) to a folder that I use for randomised background images. I manually filter out the ones I dislike. It runs automatically on Linux (it's wrapped though).
Interesting that they're both in Ruby. I guess Ruby is my go-to scripting language, even though I usually never write Ruby. Maybe it's the language's ergonomics or something.
Re: Ask HN: Tools you have made for yourself?
#5I also wrote my own classless UI library. I can drop in a single style sheet and write plain HTML, no classes or anything, and get beautiful cross-platform UI that is accessible and functional out-of-the-box. I use this for a lot of my projects. I plan on polishing it, open-sourcing it, and selling it in the future.
Re: Ask HN: Tools you have made for yourself?
#6Re: Ask HN: Tools you have made for yourself?
#7Fails for lot of corner cases, but still useful most of the time. Here's an example:
$ ch ls -Gv
ls - list directory contents
-G, --no-group
in a long listing, don't print group names
-v natural sort of (version) numbers within textRe: Ask HN: Tools you have made for yourself?
#8Re: Ask HN: Tools you have made for yourself?
#9https://github.com/scriptnull/sblog
(Been saving me a few minutes ever since)
Re: Ask HN: Tools you have made for yourself?
#10https://github.com/dcminter/define/blob/master/define
I am pleased with the utility:simplicity ratio but slightly ashamed of its limitations.