Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​kind - (★ 1,626 on GitHub) is a tool for running local Kubernetes clusters using Docker container “nodes”.

kind is primarily designed for testing Kubernetes 1.11+, initially targeting the conformance tests.

#cli #testing #kubernetis #k8s
​​DevDash - (★ 177) a terminal dashboard for developers, entirely configurable.

The goal is to have the data you really need in your terminal. You can create and display an unlimited amount of dashboard with whatever widget you want.

The configuration allow you to place your widgets, change their color, size, what data they fetch, from what API.

For now, data from Github, Google Analytics and Google Search Console (useful for side projects / blogs) are available, and I have plan to implement more (Trello, Gitlab and so on).

#cli #terminal #dashboard
​​qrcp - (★ 3.2k) cli tool that helps you to transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal. Very interesting project!

#qr #cli #files #share
​​DeSed - (★ 506) is the debugger for sed: demystify and debug your sed scripts, from comfort of your terminal. Desed is a command line tool with beautiful TUI that provides users with comfortable interface and practical debugger, used to step through complex sed scripts.

#cli #tui #sed #rust
​​GoTTY - (★ 13.8k) is a simple command line tool that turns your CLI tools into web applications.

#cli #webapp #share
​​wttr.in - (★ 12.3k on GitHub) is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.

To see it in action, just open your console and hit the command:

$ curl http://v2.wttr.in

Check out the GitHub page for more examples

#terminal #cli #tui #python
​​tmpmail - (★517) is a command line utility that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive the emails.

#cli #tui #terminal #email