Dev Useful Stuff
2.08K subscribers
2 photos
363 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
๐Ÿฆ™Llama โ€” (โ˜…1.1k) a terminal file manager.

Why another file manager? Author wanted something simple and minimalistic. Something to help him with faster navigation in the filesystem; a cd and ls replacement. So he built "llama". It allows for quick navigation with fuzzy searching. cd integration is quite simple. And you can open vim right from the llama. That's it. As simple and dumb as a llama.

Check the animated gif with a demo.

#cli #terminal #tui
๐Ÿ‘2๐Ÿ‘ป1
โ€‹โ€‹AI Commits - (โ˜… 4.6K) is a CLI that writes your git commit messages for you with AI. Never write a commit message again.

How does it work?
This CLI tool runs git diff to grab all your latest code changes, sends them to OpenAI's GPT-3, then returns the AI generated commit message.

Happy Friday! ๐Ÿ™‚

#git #ai #gpt #cli #terminal
๐Ÿ‘6โค3๐Ÿคฎ1
โ€‹โ€‹hurl - (โ˜…5.2k at GitHub) - is a command line tool that runs HTTP requests defined in a simple plain text format.

It can chain requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.

Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs.

#http #testing #cli #rust
๐Ÿ‘4โค1
โ€‹โ€‹fzf - (โ˜…54.6k) is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.

And if you want to use fzf with your zsh, then you can use:
fzf-tab - (โ˜…2.3k) replace zsh's default completion selection menu with fzf! Check the demo in README file

#cli #terminal
๐Ÿ”ฅ2๐Ÿ‘1
โ€‹โ€‹Himalaya - (โ˜…3.1k) email client for your terminal. Written on Rust

#email #cli #terminal #tui
โ˜ƒ1
โ€‹โ€‹gh-dash - (โ˜…8.1k) is a GitHub (gh) CLI extension to display a dashboard with pull requests and issues by filters you care about.

#gh #github #pm #cli #tui
โ€‹โ€‹Bagels - (โ˜…1.8k) is a powerful expense tracker that lives in your terminal. For command line lovers.

#tui #cli #accountancy #expences
๐Ÿ‘€2๐Ÿค”1
โ€‹โ€‹Posting - (โ˜… 9.9k) a powerful HTTP client that lives in your terminal.

Posting is an HTTP client, not unlike Postman and Insomnia. As a TUI application, it can be used over SSH and enables efficient keyboard-centric workflows. Your requests are stored locally in simple YAML files, so they're easy to read and version control.

#tui #cli #terminal #curl #api #http
๐Ÿ”ฅ5๐Ÿ‘1
โ€‹โ€‹Skim - (โ˜… 6.2k) is a fuzzy finder in rust!

We spend so much of our time navigating through files, lines, and commands. That's where Skim comes in! It's a powerful fuzzy finder designed to make your workflow faster and more efficient.

If you use fzf for your finder in console, it's time to try something new. Check out a short demo here.

#cli #rust #terminal #tui #search #finder
๐Ÿ‘1
โ€‹โ€‹Mole - (โ˜… 22.1k) deep clean and optimize your Mac ๐Ÿน

Just do:

brew install tw93/tap/mole
mo clean

to clean up some space on your Mac

#utility #mac #cli
๐Ÿ‘6๐Ÿ‘2๐ŸŽ„1
โ€‹โ€‹DevTui - (โ˜… 357 at GitHub) is all-in-one terminal toolkit that consolidates everyday developer utilities into a unified TUI and CLI interfaces.

#utility #cli #tui #terminal
๐Ÿ‘3๐Ÿพ2
โ€‹โ€‹hl - (โ˜… 2.7k) is a high-performance log viewer and processor that transforms logs in JSON and logfmt formats into a human-readable output. Built with efficiency in mind, it enables quick parsing and analysis of large log files with minimal overhead.

#rust #log #cli
๐Ÿ‘2โ˜ƒ1
โ€‹โ€‹Resterm - (โ˜… 1.2k) is a terminal-based REST/GraphQL/gRPC/WebSocket/SSE client.

Although sharing a common purpose, this client doesnโ€™t feel like just another Postman alternative. Instead, it boasts a few very neat features:

โ‹… Resterm is keyboard driven.
โ‹… Everything lives in plain files (.http/.rest) - no cloud or account - everything stays local (whch is awesome)
โ‹… Built-in SSH tunnels for HTTP/gRPC/WebSocket/SSE.
โ‹… OAuth 2.0 built-in - client credentials, password grant, authorization code + PKCE with automatic browser flow and token refresh.
โ‹… RestermScript (RTS) resterm focused custom scripting lang for safe, predictable request-time logic (templates, directives, workflows). If you want JavaScript instead - this works too.
โ‹… Fast iteration loop with explorer + history + diff/compare + captures/workflows.
โ‹… Debuggable - timeline tracing, profiler, streaming transcripts and inline scripts/tests.

More screenshots can be found here.

#rest #grpc #api #cli #terminal #bobukrecommends
๐Ÿ‘3๐Ÿ‘จโ€๐Ÿ’ป2