ββoxker - (β
1.1k) a yet another simple tui to view & control docker containers.
(similar projects are lazydocker, as well as dockly and ctop)
#docker #tui #rust #container #console #terminal
(similar projects are lazydocker, as well as dockly and ctop)
#docker #tui #rust #container #console #terminal
π2
ββ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
#cli #rust #terminal #tui #search #finder
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
ββimmich - (β
88.6k at GitHub) is a high performance self-hosted photo and video management solution, that can be run on your server. It's like your private Google Photos.
#selfhosted #photos
#selfhosted #photos
π2
ββtunnelto.dev - (β
4.5k at GitHub) - lets you expose your locally running web server via a public URL. Written in Rust. Built completely with async-io on top of tokio.
If you want to expose your localhost for debugging or demonstration purposes, the default option was ngrok. Tunnelto is a simpler, open-source alternative that you can host yourself.
When you run the command
#deployment #debug
If you want to expose your localhost for debugging or demonstration purposes, the default option was ngrok. Tunnelto is a simpler, open-source alternative that you can host yourself.
When you run the command
tunnelto --port 8000, your localhost is exposed at the tunnelto.dev URL. However, you can also set up your private server and deploy it with any URL you choose.#deployment #debug
π₯3β1β€1
ββFresh - (β
4.6k at GitHub) is a text editor for your terminal: easy, powerful and fast.
Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
#rust #editor #terminal #console
Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
#rust #editor #terminal #console
π3π1
ββBlinko - (β
9k at GitHub) is an AI-powered card note-taking project. Designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.
It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.
You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.
#ai #notes #editor
It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.
You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.
#ai #notes #editor
π2β€1π1
ββdrawDB - (β
35.5k at GitHub) is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, customize your editor, and more without creating an account.
You can try it for yourself here.
#database #schema #editor
You can try it for yourself here.
#database #schema #editor
π3π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 (
β 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
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
ββmaptoposter - (β
6.6k) is a fun project, allowing you to transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.
clone the repo, then run it with:
and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
clone the repo, then run it with:
uv venv
uv pip install -r requirements.txt
uv run create_map_poster.py -c "London" -C "UK" -t sunset -d 15000 and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
β€1π1
ββprek - (β
4k at GitHub) is a better
pre-commit is a popular framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.
#hooks #precommit #commit #rust
pre-commit, re-engineered in Rust.pre-commit is a popular framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.
#hooks #precommit #commit #rust
π1πΎ1
ββTrailBase - (β
4,5k at GitHub) is an open, sub-millisecond, single-executable Firebase alternative with type-safe REST APIs, realtime subscriptions, built-in WebAssembly runtime, SSR, auth and admin UI built on Rust, SQLite & Wasmtime.
Simplify with fewer moving parts: an easy to self-host, single-executable, extensible backend for your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated caches, no more stale or inconsistent data.
#rapid #rust #selfhosted #cloud
Simplify with fewer moving parts: an easy to self-host, single-executable, extensible backend for your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated caches, no more stale or inconsistent data.
#rapid #rust #selfhosted #cloud
π1
ββSQL Explain Plan Visualizer by Datadog.
This is a very useful tool for analysing your SQL query performance and identifying bottlenecks. Simply call the command for your SQL database, like this:
The console will then generate a detailed JSON report. Copy this report and paste it into the visualiser to explore your queryβs weaknesses.
#sql #report #analyse #postgresdb #mysql
This is a very useful tool for analysing your SQL query performance and identifying bottlenecks. Simply call the command for your SQL database, like this:
EXPLAIN (ANALYSE, FORMAT JSON, VERBOSE, BUFFERS) [your query]The console will then generate a detailed JSON report. Copy this report and paste it into the visualiser to explore your queryβs weaknesses.
#sql #report #analyse #postgresdb #mysql
π2
ββHyprnote - (β
7.7k at GitHub) is an AI notetaking app specifically designed to take meeting notes. With Hyprnote, you can transcribe all kinds of meetings whether it be online or offline.
γ» Listens to your meetings so you can only jot down important stuff
γ» No bots joining your meetings - Hyprnote listens directly to sounds coming in & out of your computer
γ» Crafts perfect summaries based on your memos, right after the meeting is over
γ»You can run Hyprnote completely offline by using LM Studio or Ollama
You can also use it for taking notes for lectures or organizing your thoughts
#ai #notes #meetings
γ» Listens to your meetings so you can only jot down important stuff
γ» No bots joining your meetings - Hyprnote listens directly to sounds coming in & out of your computer
γ» Crafts perfect summaries based on your memos, right after the meeting is over
γ»You can run Hyprnote completely offline by using LM Studio or Ollama
You can also use it for taking notes for lectures or organizing your thoughts
#ai #notes #meetings
π1