wuzz - (★ 8,022) is an interactive cli tool for HTTP inspection. It is similar to
Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the "copy as cURL" feature.
#cli #terminal #debug #curl
curl but with handy CLI interface.Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the "copy as cURL" feature.
#cli #terminal #debug #curl
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
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
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:
Check out the GitHub page for more examples
#terminal #cli #tui #python
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
Tauri - (★13.4k on GitHub) is a framework for building tiny, blazing fast binaries for all major desktop platforms. The core is built with Rust and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.
The biggest difference from Electron is that it doesn't use Chromium under the hood, it uses system webviews. That makes it much faster and more resource efficient.
#desktop #rust #cli
The biggest difference from Electron is that it doesn't use Chromium under the hood, it uses system webviews. That makes it much faster and more resource efficient.
#desktop #rust #cli