xFA25E / pueue

Emacs interface for Pueue
GNU General Public License v3.0
19 stars 3 forks source link

+TITLE: pueue

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

This package provides an intuitive GUI for [[https://github.com/Nukesor/pueue][pueue]] task manager.

[[scrot.png]]

** Nix

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

+begin_src nix

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

YOUR OUTPUTS

}; }

+end_src

** 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:

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

+begin_src elisp

(require 'pueue)

+end_src

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

** Tips

GPLv3