# Installer taskopen avec Homebrew, dnf, MacPorts, Nix

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

## installation

```sh
sudo av install brew:taskopen
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install taskopen
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install taskopen
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install taskopen
```

  Preuve: Fedora Rawhide package metadata: taskopen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#taskopen
```

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

## Faits du paquet

- **Clé du paquet:** brew:taskopen
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.3
- **Résumé source:** Tool for taking notes and open urls with taskwarrior
- **Page d'accueil:** <https://codeberg.org/jschlatow/taskopen>
- **Dépôt:** <https://github.com/jschlatow/taskopen>
- **Dernière mise à jour:** 2026-07-10T10:41:25-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- taskopen (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

taskopen is a Taskwarrior companion CLI for opening, editing, and executing annotations such as files, URLs, and note links attached to tasks. Its README describes it as an enhancement to Taskwarrior rather than a standalone task manager.

### Historique du projet

The README and wiki say taskopen began as a simple wrapper script for Taskwarrior annotations and evolved into a customizable tool. The 2.0 planning wiki explains that the original monolithic Perl script had become hard to extend and that the rewrite aimed for a clearer CLI, clearer configuration, modular structure, and new use cases.

The NEWS file records 1.x improvements around taskwarrior compatibility, arbitrary attributes/UDAs, helper scripts, TASKOPENRC, and taskopen 2.0.0 beta changes including a move from Perl to Nim, a new command-line interface, a new config syntax, label-based actions, and colored output.

### Historique d'adoption

The wiki records an AUR package as early as 2013. The source facts list Homebrew, Fedora/dnf, MacPorts, and Nix packages, showing the tool's spread through Taskwarrior-oriented Unix package channels.

### Modes d'utilisation

Typical usage is to annotate a Taskwarrior task with a file path, web link, URI, or a note marker, then run taskopen with a task ID or Taskwarrior filter. taskopen determines actionable annotations and can open one, present a menu, or batch-run matching actions.

Configuration is central to taskopen's model. Official docs list TASKOPENRC, XDG config, ~/.config/taskopen/taskopenrc, and ~/.taskopenrc as lookup locations, and describe arbitrary regex-based actions and hooks.

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

taskopen is significant in CLI culture because it shows Taskwarrior's ecosystem style: small companion programs that compose with task annotations, shell commands, desktop openers, and text notes instead of adding everything to the core task binary.

### Chronologie

- 2013-02-25: Official wiki Packages page records an AUR package.
- taskopen 1.0.1: Adds environment variables for customizable commands, Cygwin support, examples, auto-attaching annotations, and arbitrary Taskwarrior attributes/UDAs.
- taskopen 1.1.5: Adds TASKOPENRC environment variable.
- 2021-03-16: Official rewrite rationale page documents limitations of the monolithic Perl script.
- 2021-03-26: Official 2.0 wiki page documents goals for the rewrite.
- taskopen 2.0.0 beta: Moves from Perl to Nim and introduces a new CLI and config syntax.

### Related projects

- Taskwarrior is the required base tool and taskopen's core integration point.
- Alan Bowen's tasknote is named in the README as inspiration for default notes.

### Sources

- <https://github.com/jschlatow/taskopen#readme>
- <https://github.com/jschlatow/taskopen/blob/master/NEWS>
- <https://github.com/jschlatow/taskopen/wiki/2.0>
- <https://github.com/jschlatow/taskopen/wiki/Packages>
- <https://github.com/jschlatow/taskopen/wiki/Why-another-rewrite%3F>
- 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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $TASKOPENRC, $XDG_CONFIG_HOME/taskopen/taskopenrc, ~/.config/taskopen/taskopenrc, ~/.taskopenrc
## Autres enregistrements de gestionnaires de paquets

- Nix - taskopen: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/taskopen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - taskopen - 1.1.5-14.fc45: normalized package name match | Fedora Rawhide package metadata: taskopen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Script for taking notes and open urls with taskwarrior | https://github.com/ValiValpas/taskopen
- MacPorts - taskopen: normalized package name match | MacPorts ports tree: office/taskopen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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