Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Using Cargo

# Install from crates.io
cargo install idt

# Install from git repository
cargo install --git https://github.com/sh-cho/idt

Build from Source

Clone the repository and build:

git clone https://github.com/sh-cho/idt.git
cd idt
cargo install --path .

Using Homebrew

brew install sh-cho/tap/idt

# or
brew tap sh-cho/tap
brew install idt

Using Nix (flakes)

# Try without installing
nix run github:sh-cho/idt -- --help

# Install persistently
nix profile install github:sh-cho/idt

Using Docker

# From Docker hub
docker run --rm seonghyeon/idt:{version} --help

# From GitHub Container Registry
docker run --rm ghcr.io/sh-cho/idt:{version} --help

Docker image is published to the registries below:

Next Steps

Now that you have idt installed, head to the Quick Start guide to learn the basics.