Git Product home page Git Product logo

mayhem's Introduction

Mayhem ๐Ÿ“

A minimal TUI based task tracker



Installation

  • You can download a pre-compiled binary for your system for the latest release
  • Or if you have go installed on your system you can use the following command to install this package:
go install github.com/BOTbkcd/mayhem@latest

SQLite is a dependency for this tool, make sure it is installed beforehand (it is fairly ubiquitous & should already be present on your system).

Features

  • Three pane responsive layout, auto adjusts when terminal is resized

  • Vim key bindings for navigation

  • Tasks:

    • Completion Status:

      • Tasks can be marked finished/unfinished using Tab key
      • Each stack has a label which denotes the number of unfinished tasks in that stack
    • A task can be broken down into associated steps

      • Individual steps can be marked as finished as progress is made
    • Task can be moved to a new stack after creation without any loss of data

    • Recurring tasks:

      • A recurring task will begin from the specified start time & repeat after the recurrence interval until the deadline is reached
      • A recurring task can only be temporarily marked as finished. It will resurface after the recurrence interval.
      • The deadline can be extended as per requirement
      • They are marked in task table using ๐Ÿ“Œ icon
  • Sorting:

    • Stacks are sorted alphabetically by default
    • Tasks are sorted by completion status, then deadline, then priority & then by title
      • Unscheduled tasks have less precedence than scheduled tasks
  • Pane Footer: each pane has a footer which your relative position in the pane

  • Dynamic help section at the bottom shows the relevant key bindings available at a given instance

Navigation

Key Description
k or up Move up
j or down Move down
l or right Switch focus to the pane on right
h or left Switch focus to the pane on left
g Jump to top of the pane
G Jump to bottom of the pane
e Edit
tab Toggle task/step completion status
esc Return
m Move task to new stack
? Toggle Help
q / ctrl+c Quit

mayhem's People

Contributors

botbkcd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.