Home

Open source

Open Source
@jaredrummler

Code I gave away.

Libraries, tools, and side projects I’ve put on GitHub.

total stars
0
public repos
0
followers
0
years on github
13
jaredrummler/KtSh

KtSh

Run shell commands from Kotlin without the ProcessBuilder boilerplate.

746155Kotlin

KtSh is a small Kotlin library for executing shell commands on the JVM or Android. Construct a Shell, call run, and you get stdout, stderr, exit code, and timing in one result — with per-command timeouts, line listeners, and stderr→stdout redirection. The ProcessBuilder boilerplate every CLI-facing tool ends up rewriting, packaged once.

implementation("com.jaredrummler:ktsh:1.0.2")
By the numbers

Live activity

6,304contributions in the last year

Jun 1, 2025 – Jun 4, 2026 · 313 active days · 118.9 /week

LessMore
current streak
10days

since May 26

longest streak
44days

Apr 9 – May 22

busiest day
91commits

Nov 10, 2025

S
M
T
W
T
F
S

Language mix

Aggregated by bytes across non-archived public repos.

  • Java74.6%
  • Python23.8%
  • Kotlin0.8%
  • HCL0.2%
  • Shell0.2%
  • Lua0.1%
  • JavaScript0.1%
  • TypeScript0.0%
Timeline

What I built, when

  1. 2015
    5 repos
  2. 2016
    16 repos
  3. 2017–2018
    6 repos
  4. 2019–2023
    4 repos
  5. 2024
    4 repos
  6. 2025
    2 repos
Stars worth your time

Awesome Projects

Artificial Intelligence

Android

Terminal

Kotlin

Philosophy

Why I open source

I started publishing code on GitHub because I kept running into problems that didn’t already have good solutions, and once I built something useful, sharing it just felt natural.

Over time, that decision turned into something much bigger than I expected. People I’ve never met have reported bugs, contributed improvements, and used my code in apps that have reached billions of users around the world.

If you’ve used something I built, I’d genuinely love to hear about it. One of the best parts of open source is seeing where the code ends up.

Everything else is on GitHub

Browse 36 public repositories, forks, and gists.