Skip to content

xFA25E/pueue

Repository files navigation

pueue

https://github.com/xFA25E/pueue/actions/workflows/test.yml/badge.svg https://melpa.org/packages/pueue-badge.svg https://stable.melpa.org/packages/pueue-badge.svg

This package provides an intuitive GUI for pueue task manager.

scrot.png

Installation

Nix

This repo is a nix flake. You can just add overlays.default output to your nixpkgs overlays.

{
  inputs.pueue.url = "github:xFA25E/pueue";
  outputs = { self, pueue, nixpkgs }: let
    pkgs = import nixpkgs {
      system = "your-system";
      overlays = [ pueue.overlays.default ];
    };
  in {
    # YOUR OUTPUTS
  };
}

Package manager

If you’ve installed it with your package manager, you’re done. pueue command is autoloaded, so you can call it right away.

Manual

It depends on the following packages:

  • with-editor

Then put pueue.el file in your load-path, and put the following in your init file:

(require 'pueue)

Usage

Run pueue command. You can press ? key or call describe-mode to discover available keybindings. Dired-like marking also works.

Tips

  • You can customize settings in the pueue group.
  • Required version of pueue is 2.0.0. Although the visualization of tasks and detailed view will work with 1.0.0, some commands (like group) have changed their API since 2.0.0.

License

GPLv3

About

Emacs interface for Pueue

Resources

License

Stars

Watchers

Forks

Packages

No packages published