layout: default title: Aliaskit Documentation

🚀 Aliaskit — Command Line Superpowers

Aliaskit is a comprehensive, modular open-source Bash alias toolkit with 17 built-in domains covering everything from system monitoring to cloud infrastructure.

Quick Install

Linux / macOS / WSL (Windows):

curl -sL https://raw.githubusercontent.com/blackstart-labs/aliaskit/main/install.sh | bash

The installer auto-detects your OS and shell profile automatically:

PlatformShell Profile InjectedAPT Auto-Hook
Ubuntu / Debian~/.bashrc✅ Optional
Arch / Fedora / Other Linux~/.bashrc❌ Skipped
macOS (Zsh, default since Catalina)~/.zprofile❌ N/A
WSL / Git Bash (Windows)~/.bashrc✅ Optional

💡 Tip: On macOS, aliaskit uses pbcopy for clipboard commands. On WSL it uses clip.exe. On Linux it uses xclip or xsel.

Then reload your terminal:

source ~/.bashrc   # Linux / WSL
source ~/.zprofile # macOS

Core Commands

CommandDescription
ak helpShow the main help menu
ak help <module>Show all aliases in a module
ak search <term>Search all aliases by keyword
ak modulesList all available modules
ak updatePull the latest version
ak addCreate a custom module (wizard mode)
ak editEdit or delete custom modules
ak customView custom module/command status
ak statsShow GitHub community statistics
ak versionShow current version

Module Overview

Aliaskit ships with 17 modules and 100+ aliases out of the box. Select a chapter in the sidebar to browse any module in detail.

#ModuleFocus
01NavigationFast directory jumping
02FilesFile operations & clipboard
03SystemCPU, RAM, disk monitoring
04ProcessKill processes & ports
05PackagesAPT shortcuts
06NetworkIPs, ports, sockets
07GitVCS aliases
08DockerContainer management
09PythonVenvs, pip, ruff
10Node / JSnpm, yarn, pnpm
11.NETBuild, run, test
12C++ & JavaCompile & execute
13ArchivesUniversal extractor
14Editorsvim, nano, VS Code
15Serverssystemctl, logs
16SSHKeys, configs
17ProductivityWeather, timers, fun