Package Exports
- cli-time-warp
- cli-time-warp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cli-time-warp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cli-time-warp
Jump your command line between computing eras — nostalgic terminal themes for Windows Terminal, VS Code, iTerm2, and any ANSI terminal.
Install
npm install -g cli-time-warpQuick Start
# List all 15 themes
cli-time-warp list
# Warp to an era by name
cli-time-warp Windows 95
# Or use a short alias
cli-time-warp retroCommands
| Command | Description |
|---|---|
list |
List all available themes with color swatches |
warp <era> |
Warp to a computing era |
apply <path> |
Apply a theme from a JSON file |
reset |
Reset terminal to default |
Era Aliases
| Alias | Theme |
|---|---|
1995, 95, win95 |
Windows 95 |
2001, xp |
Windows XP Luna |
2007, vista |
Windows Vista Aero Glass |
modern, 2015, win10 |
Windows 10 Dark |
retro, crt |
Phosphor Green CRT |
amber |
Amber CRT Monochrome |
anime |
Anime Terminal UI |
neon, winamp |
Winamp Neon Green |
purple |
Winamp Electric Purple |
orange |
Winamp Cyber Orange |
midnight |
Winamp Midnight Blue |
apple, mac, aqua |
Mac OS X Aqua |
os9 |
Mac OS 9 |
yosemite |
OS X Yosemite |
mojave |
Mac OS Mojave |
You can also use any theme slug directly: cli-time-warp phosphor-green
Terminal Support
- Windows Terminal — writes to
settings.jsoncolor schemes - VS Code — applies via
workbench.colorCustomizations - iTerm2 — applies via escape sequences
- Any ANSI terminal — applies via OSC color codes
npx
No install required:
npx cli-time-warp list
npx cli-time-warp 1995License
MIT