Accelerate your workflow, never memorize long commands again.

[thesis] why type lot word when shortk do trick. ugh.
ECOSYSTEM · INPUT → OUTPUT
RAW ALIASED
Input
raw
command &
arguments
54 chars ·
100% effort
01 · Engine
dynamic
wrapper
zero-latency
binary proxy
~80% keystroke reduction
02 · Scope
hierarchical
recursive lookup of
.shortk + .env
detect local →
inject .env →
03 · Result
instant-
execution
CLI proxy ·
zero latency
gc
fast
8 chars · 15% of
baseline
baseline: git commit -m "feat: add stuff"
after shortk: gc "feat: add stuff"
saved 85% keystrokes
01 · Shortk Core · Features

A command manager with seven core advantages.

ARCHITECTURE

Built from the ground up in Go. Zero dependencies, instant execution, and dynamic binaries that bypass traditional shell alias limitations.

Most alias managers pay the performance tax everywhere: bloated RC files, slow shell initializations, and delayed updates across tabs. Shortk squeezes out the latency by compiling dynamic binaries directly into your PATH. The result is a tool that feels instantaneous.

F01

Blazing fast execution

Written entirely in Go with zero external dependencies. Commands execute with virtually zero latency.

F02

Dynamic binaries in PATH

Creates real executables directly in your system PATH instead of relying on standard shell aliases. Active instantly without needing to source config files.

F03

Project-local scope

Define shortcuts specific to a single directory using a .shortk file. Perfect for monorepos or isolated project commands.

F04

Environment auto-injection

Automatically detects and loads .env variables into the command context right before execution.

F05

Native autocompletion

Full native tab-autocompletion support for both Bash and Zsh out of the box. No external plugins required.

F06

Zero-config hot reload

Add or modify a shortcut and it becomes instantly available across all open terminal tabs globally.

F07

Scope conflict resolution

Built-in status and management tools. Easily check the origin of a shortcut (Global vs Local) and detect overrides automatically.

command shortk status
02 · Shortk · Use Cases

Zero friction. Context-aware. Execution-first.

Shortk adapts to your workflow. Whether you need a global utility available everywhere, or a project-specific command isolated to a single repository, the API remains simple and intuitive.

| CLI · global-scope.sh
interactive
12345
# Format: shortk add [name] "[command]" shortk add dcu "docker compose up -d" # Use it directly dcu
EXEC ~/.shortk/bin