# Installer bartib avec Homebrew, apk, MacPorts, Nix

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

## installation

```sh
sudo av install brew:bartib
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bartib
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bartib
```

  Preuve: MacPorts ports tree: office/bartib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add bartib
```

  Preuve: Alpine Linux edge package indexes: bartib from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#bartib
```

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

## Faits du paquet

- **Clé du paquet:** brew:bartib
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/bartib>
- **Version:** 1.1.0
- **Résumé source:** Simple timetracker for the command-line
- **Page d'accueil:** <https://github.com/nikolassv/bartib>
- **Dépôt:** <https://github.com/nikolassv/bartib>
- **Docs amont:** <https://github.com/nikolassv/bartib#readme>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://github.com/nikolassv/bartib/archive/refs/tags/v1.1.0.tar.gz>
- **Généré:** 2026-07-25T07:20:51+00:00

## exécutables

- bartib (cli)
- bartib (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-25
- version du gestionnaire: 1.1.0
- données locales: OK
- dépôt amont: https://github.com/nikolassv/bartib
- dernière version détectée: v1.1.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

Bartib is a Rust command-line time tracker that stores activities in a human-readable plaintext log and generates lists and reports from that file.

### Historique du projet

The upstream repository describes Bartib as an easy-to-use time tracking tool for the command line. GitHub metadata shows the repository was created in 2021, and the changelog records version 1.0.0 in November 2021 with the basic tracking, reporting, and listing features.

Bartib's design has stayed intentionally file-centered. The documented file format is one activity per line with ISO-style local timestamps, project, and optional description fields, while the CLI can start, stop, continue, list, report, edit, and check activities.

### Historique d'adoption

Bartib spread through developer-oriented distribution channels: GitHub releases, cargo install from crates.io, Homebrew, Alpine testing packages, MacPorts, and Nix. Its adoption is modest but healthy for a focused terminal productivity tool.

### Modes d'utilisation

A user records work with bartib start and bartib stop, reviews recent activity with list or report, and can point Bartib at a specific log file with --file or the BARTIB_FILE environment variable. Because the log is plaintext, manual edits and version-control-friendly workflows are practical.

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

Bartib is package-nerd significant as a modern Rust CLI that keeps state in transparent text instead of a service or database. It is easy to package, easy to audit, and useful as a small example of terminal-first personal productivity software.

### Chronologie

- 2021-02-04: The GitHub repository is created.
- 2021-11-15: Bartib 1.0.0 is released with basic tracking, reporting, and listing features.
- 2021-11-25: Bartib 1.0.1 adds weekly report arguments and documentation fixes.
- 2024-02-29: Bartib 1.1.0 adds changelog tracking, rounding, change, sanity checks, compact project listing, and CI updates.

### Related projects

- Bartib is related to terminal time trackers such as timewarrior, watson, and ledger-style plaintext workflows, but its own format is simpler: start and stop timestamps, project, and description in a single editable text file.

### Sources

- <https://api.github.com/repos/nikolassv/bartib>
- <https://github.com/nikolassv/bartib/blob/master/CHANGELOG.md>
- <https://github.com/nikolassv/bartib/blob/master/README.md>
- <https://github.com/nikolassv/bartib/blob/master/doc/bartib-file-format.md>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bartib
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - bartib: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/bartib/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bartib - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: bartib from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | simple timetracker for the command line | https://github.com/nikolassv/bartib
- MacPorts - bartib: normalized package name match | MacPorts ports tree: office/bartib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://www.automicvault.com/fr/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [amp](https://www.automicvault.com/fr/pkg/brew/amp/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [clock-rs](https://www.automicvault.com/fr/pkg/brew/clock-rs/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [ekphos](https://www.automicvault.com/fr/pkg/brew/ekphos/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [elio](https://www.automicvault.com/fr/pkg/brew/elio/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [eureka](https://www.automicvault.com/fr/pkg/brew/eureka/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [iamb](https://www.automicvault.com/fr/pkg/brew/iamb/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [intelli-shell](https://www.automicvault.com/fr/pkg/brew/intelli-shell/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [kibi](https://www.automicvault.com/fr/pkg/brew/kibi/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [tock](https://www.automicvault.com/fr/pkg/brew/tock/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity, time.
- [clac](https://www.automicvault.com/fr/pkg/brew/clac/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/bartib.yml](https://github.com/automic-vault/db/blob/main/combined/bartib.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
