Skip to content

guenti/tmux-tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tmux Tasks

This tmux plugin shows a simple count of your urgent and non-urgent tasks.

docker status

Usage

Add #{tasks_status} to your status-left or status-right:

set -g status-right '#{tasks_status} %a %Y-%m-%d %H:%M'

Installation

  1. Install Tmux Plugin Manager.

  2. Add this plugin to your ~/.tmux.conf:

set -g @plugin 'chriszarate/tmux-tasks'
  1. Press [prefix] + I to install.

Configuration

The following configuration variables can be set in your ~/.tmux.conf (shown here with their default values):

# Task manager
set -g @tasks_manager 'taskwarrior'

# Colors
set -g @tasks_format_begin '#[fg=white,bg=colour236]'
set -g @tasks_format_end '#[fg=white,bg=black]'

# Icons
set -g @tasks_icon_urgent '⧗ '
set -g @tasks_icon_outstanding '+'

Supported task managers

Currently, TaskWarrior is the only supported task manager. Suggestions for additional task managers to support is welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%