# Installer doitlive avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de doitlive pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:doitlive
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install doitlive
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#doitlive
```

  Preuve: nixpkgs package indexes: pkgs/by-name/do/doitlive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:doitlive
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.2.1
- **Résumé source:** Replay stored shell commands for live presentations
- **Page d'accueil:** <https://doitlive.readthedocs.io/en/latest/>
- **Dépôt:** <https://github.com/sloria/doitlive>
- **Dernière mise à jour:** 2026-07-13T10:27:02Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- doitlive (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 5.2.1
## Historique du projet et usages

doitlive is a terminal-presentation helper that replays scripted shell commands as the presenter types, turning demos into controlled performances while preserving the look of live typing.

### Historique du projet

The doitlive repository was created in June 2014. Its README says the idea came from Jordi Gutierrez Hermoso's Revsets talk at PyCon 2014, with Click helping make the tool quick to implement.

The release history began immediately in June 2014 with 0.1.0 and 0.2.0, reached 1.0 on June 18, 2014, and continued through larger Python packaging and shell support changes. The 4.0.0 release in 2018 added shell completion for bash, zsh, and fish, environment and alias handling, and broader internal reorganization.

The 5.x line modernized the project for contemporary Python and IPython versions, including dropping Python 2 in 5.0.0 and later supporting newer IPython and Python releases.

### Historique d'adoption

doitlive became a recognizable tool among conference speakers, developer advocates, and CLI demo authors because it solves a familiar live-demo problem: commands can be scripted and rehearsed while still appearing to be typed in a terminal. Its README advertises installation through both Homebrew and pip.

### Modes d'utilisation

The core workflow is intentionally simple: create a shell-command file such as session.sh, run doitlive play session.sh, then type arbitrary keys to reveal and execute the stored commands in a fake terminal session.

### Pourquoi les passionnés de paquets s'y intéressent

doitlive sits in a charming package niche: not a shell, not a recorder, and not a slide deck system, but a tiny CLI for making command-line demos reliable. Its history also ties together Click, IPython compatibility, shell completion, and Homebrew/PyPI packaging.

### Chronologie

- 2014: Repository created; 0.1.0, 0.2.0, and 1.0 releases published in June.
- 2014: README credits a PyCon 2014 Revsets talk as the idea source.
- 2018: 4.0.0 adds shell completion and larger command-handling improvements.
- 2024: 5.0.0 drops Python 2 and old Python/IPython support.
- 2026: 5.2.1 released with continued maintenance.

### Related projects

- The README names Click as an implementation influence, prezto themes as prompt-theme inspiration, and HackerTyper and PlayerPiano as related presentation/performance tools.

### Sources

- <https://github.com/sloria/doitlive#readme>
- <https://doitlive.readthedocs.io/en/latest/changelog.html>
- <https://api.github.com/repos/sloria/doitlive>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - doitlive: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/doitlive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/doitlive.yml](https://github.com/mxcl/pkgdb/blob/main/combined/doitlive.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
