awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesTask Tagging Systems

Systems for categorizing and grouping tasks using flexible tags.

Distinguishing note: Focuses on the tagging mechanism itself rather than the workstream management logic.

Explore 7 awesome GitHub repositories matching development tools & productivity · Task Tagging Systems. Refine with filters or upvote what's useful.

Awesome Task Tagging Systems GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • eyaltoledano/claude-task-masterAvatar de eyaltoledano

    eyaltoledano/claude-task-master

    27,567Voir sur GitHub↗

    This project is an autonomous, multi-model orchestrator designed to manage the full software development lifecycle through a command-line interface. It functions as an intelligent agent that decomposes high-level product goals into actionable, prioritized subtasks, manages dependency graphs, and executes development cycles. By automating requirement parsing, technical research, and task tracking, it maintains project alignment and momentum throughout the implementation process. The system distinguishes itself through a provider-agnostic abstraction layer that allows users to assign specific a

    Assigns tasks to specific tags to allow for organized project tracking.

    JavaScriptaicursorcursor-ai
    Voir sur GitHub↗27,567
  • super-productivity/super-productivityAvatar de super-productivity

    super-productivity/super-productivity

    17,541Voir sur GitHub↗

    This project is a local-first task manager and time tracking tool designed to consolidate work items from multiple external project management platforms into a single, unified interface. By prioritizing local data sovereignty, it ensures that all task lists, time logs, and application states remain on the user's device, providing full functionality in offline environments while maintaining privacy. The application distinguishes itself through a focus on deep work and structured productivity rituals. It integrates distraction-free modes, configurable focus timers, and automated time tracking t

    Categorizes work using tags to filter tasks by context, location, or energy level.

    TypeScriptandroidelectron-appflowmodoro
    Voir sur GitHub↗17,541
  • kanboard/kanboardAvatar de kanboard

    kanboard/kanboard

    9,663Voir sur GitHub↗

    Kanboard est un outil de gestion de projet Kanban auto-hébergé et une suite de productivité conçue pour le suivi des tâches logicielles et la collaboration d'équipe. Il fournit un système visuel pour gérer les flux de travail via l'utilisation de tableaux, de colonnes et de cartes. Le projet dispose d'un framework de plugin extensible et d'une API complète pour l'administration programmatique des tâches et des projets. Il inclut une gestion d'identité spécialisée via l'intégration LDAP, permettant la synchronisation des comptes utilisateurs et des permissions de groupe depuis les serveurs d'annuaire. Le système couvre un large éventail de capacités, y compris l'automatisation du flux de travail pilotée par les événements, des analyses de projet détaillées telles que les graphiques d'avancement et la mesure du temps de cycle, et un contrôle d'accès granulaire basé sur les rôles. Il prend également en charge le suivi du temps intégré, la décomposition des sous-tâches et l'authentification multi-méthodes, y compris l'authentification à deux facteurs et le support de proxy inverse. L'application est compatible avec MySQL et PostgreSQL pour le stockage de données persistant et peut être déployée en utilisant Docker Compose.

    Provides a flexible tagging system for categorizing and grouping tasks.

    PHPagilekanbankanboard
    Voir sur GitHub↗9,663
  • evilmartians/lefthookAvatar de evilmartians

    evilmartians/lefthook

    7,598Voir sur GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Assigns labels to commands to allow selective execution or exclusion of related tasks.

    Gogitgogolang
    Voir sur GitHub↗7,598
  • gothenburgbitfactory/taskwarriorAvatar de GothenburgBitFactory

    GothenburgBitFactory/taskwarrior

    5,906Voir sur GitHub↗

    Taskwarrior is a command-line task manager that lets you create, modify, filter, and complete to-do items directly from the terminal. It stores all tasks in a single plain-text file for portability and manual editing, and includes a custom expression language for selecting tasks by status, priority, tags, and date ranges. The tool distinguishes itself through several integrated capabilities. It computes a numeric urgency score for each task based on weighted factors like age, tags, and due date to determine ordering. A recurrence template engine generates new task instances from a template af

    Attaches labels to tasks for categorization and filtering, including a virtual tag system for dynamic tags.

    C++gtdtask-managertaskwarrior
    Voir sur GitHub↗5,906
  • tasks/tasksAvatar de tasks

    tasks/tasks

    5,344Voir sur GitHub↗

    This is an Android productivity application for managing tasks and subtasks. It functions as a cross-platform task manager and synchronization tool, utilizing the CalDAV protocol to mirror task lists, tags, and reminders across multiple devices and external servers. The application is distinguished by its location-based reminder system, which uses geofencing to trigger notifications when a user enters or leaves specific geographic areas. It also features a markdown-based text editor for structuring task descriptions and a dedicated integration for Wear OS that allows task tracking and control

    Uses a flexible tagging system with custom icons to group related tasks across lists.

    Kotlin
    Voir sur GitHub↗5,344
  • zvtvz/zvtAvatar de zvtvz

    zvtvz/zvt

    4,176Voir sur GitHub↗

    zvt est un framework de trading quantitatif conçu pour construire, backtester et exécuter des stratégies de trading algorithmique. Il fonctionne comme un système modulaire qui intègre un pipeline de données financières pour la collecte de données de marché, un moteur de backtesting algorithmique pour l'évaluation des stratégies et un système de trading piloté par les événements pour automatiser les exécutions sur le marché. Le projet se distingue par une approche hybride de la gestion des signaux, utilisant un système de marquage dynamique qui combine une logique quantitative automatisée avec une intervention humaine. Il inclut un tableau de bord d'analyse quantitative pour visualiser les facteurs de recherche et les métriques de performance, ainsi qu'une interface pour intégrer des signaux pilotés par l'IA. Le framework couvre plusieurs domaines de capacités fondamentaux, incluant la transformation de données quantitatives et le calcul de facteurs techniques, l'acquisition automatisée de données de marché auprès de multiples fournisseurs et la génération de pools d'actifs filtrés basés sur des métriques financières. Il gère également des tâches d'arrière-plan récurrentes pour la synchronisation des données et envoie des alertes de marché automatisées par e-mail ou via des bots.

    Implements a dynamic tagging system to combine automated quantitative logic with manual human intervention.

    Python
    Voir sur GitHub↗4,176
  1. Home
  2. Development Tools & Productivity
  3. Task Tagging Systems

Explorer les sous-tags

  • Dynamic TagsAssigns tags automatically based on task state and attributes, enabling filtering without explicit user-defined labels. **Distinct from Task Tagging Systems:** Distinct from Task Tagging Systems: tags are computed dynamically rather than manually assigned by the user.