Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 841 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 841 Bytes

x

Hands-off task management

Demo animation

(MP4 video here)

Install

  • Place x and o anywhere included in your shell's $PATH.
  • Make sure they can be executed with chmod +x <file>.

Requirements

  • fzf (>= 0.22)
  • dateseq (or compatible implementation) for the -P option

Beyond that, a POSIX-ish environment is assumed. Currently only tested on macOS, this should however work on most UNIX-like systems.

  • POSIX shell
  • BSD- or Linux-compatible: date, getopt, mktemp
  • POSIX: cat, cut, grep, ls, tail, touch, rm

FAQ

  • But... this is in Bash sh!

That's not a question.

  • The question is: why?

Because, OK?