Emil Celik is an independent developer who focuses on streamlining command-line workflows for software engineers and DevOps teams. His single published utility, soko, addresses the everyday friction of working across many Git repositories by offering a lightweight, keyboard-driven tool that can clone, fetch, status-check, branch-switch, and bulk-execute commands on dozens or hundreds of projects in seconds. Written in Go, soko is designed for speed and minimal memory footprint, making it suitable for both local development laptops and CI runners that need to keep large micro-service codebases in sync. Typical use cases include onboarding new team members who must pull entire company portfolios, nightly automation that ensures all dependencies are up-to-date, and rapid context switching for consultants who juggle client repositories. Because soko operates through a simple TUI and outputs machine-readable JSON, it integrates cleanly with shell aliases, PowerShell scripts, and existing build pipelines without imposing a graphical environment. The tool respects Git authentication helpers and SSH agent forwarding, so security policies remain unchanged. Although the catalogue is currently limited to this one utility, the publisher’s emphasis on performance and unobtrusive design signals a commitment to developer productivity utilities that slot naturally into established terminal-centric routines. Emil Celik’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always providing the latest release and allowing batch installation alongside other applications.

soko

A fast CLI to manage multiple git repositories at once

Details