{"id":37115639,"url":"https://github.com/botbkcd/mayhem","last_synced_at":"2026-01-14T13:34:18.311Z","repository":{"id":192578896,"uuid":"672647029","full_name":"BOTbkcd/mayhem","owner":"BOTbkcd","description":"A minimal TUI based task tracker 📝","archived":false,"fork":false,"pushed_at":"2024-05-23T06:17:01.000Z","size":14195,"stargazers_count":96,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T17:36:54.484Z","etag":null,"topics":["bubbletea","charmbracelet","cli","command-line","golang","gorm","lipgloss","productivity","sqlite","task-management","terminal","terminal-app","todo","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BOTbkcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-30T19:34:24.000Z","updated_at":"2025-11-16T02:35:32.000Z","dependencies_parsed_at":"2024-05-23T07:27:20.621Z","dependency_job_id":"94d45910-94ab-4b17-9e77-fbc8cb15b68b","html_url":"https://github.com/BOTbkcd/mayhem","commit_stats":null,"previous_names":["botbkcd/mayhem"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/BOTbkcd/mayhem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOTbkcd%2Fmayhem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOTbkcd%2Fmayhem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOTbkcd%2Fmayhem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOTbkcd%2Fmayhem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BOTbkcd","download_url":"https://codeload.github.com/BOTbkcd/mayhem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOTbkcd%2Fmayhem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubbletea","charmbracelet","cli","command-line","golang","gorm","lipgloss","productivity","sqlite","task-management","terminal","terminal-app","todo","tui"],"created_at":"2026-01-14T13:34:17.437Z","updated_at":"2026-01-14T13:34:18.289Z","avatar_url":"https://github.com/BOTbkcd.png","language":"Go","readme":"# Mayhem 📝\n\nA minimal TUI based task tracker\n\n\u003ca href=\"./altscreen-toggle/main.go\"\u003e\n  \u003cimg src=\"gifs/Navigation.gif\"/\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\n\n\u003ca href=\"./altscreen-toggle/main.go\"\u003e\n  \u003cimg src=\"gifs/Editing.gif\"/\u003e\n\u003c/a\u003e\n\n\n\n## Installation\n\n- You can download a pre-compiled binary for your system for the [latest release](https://github.com/BOTbkcd/mayhem/releases/latest)\n- Or if you have go installed on your system you can use the following command to install this package: \n\n```\ngo install github.com/BOTbkcd/mayhem@latest\n```\n\n*SQLite is a dependency for this tool, make sure it is installed beforehand (it is fairly ubiquitous \u0026 should already be present on your system).*\n\n\n\n\n## Features\n\n- Three pane responsive layout, auto adjusts when terminal is resized\n\n- Vim key bindings for navigation\n\n- Tasks:\n\n  - Completion Status:\n    - Tasks can be marked finished/unfinished using `Tab` key\n    - Each stack has a label which denotes the number of unfinished tasks in that stack\n  - A task can be broken down into associated *\u003cu\u003esteps\u003c/u\u003e* \n    - Individual steps can be marked as finished as progress is made\n\n  - Task can be moved to a new stack after creation without any loss of data\n    \n  - Recurring tasks:\n    - A recurring task will begin from the specified start time \u0026 repeat after the recurrence interval until the deadline is reached\n    - A recurring task can only be temporarily marked as finished. It will resurface after the recurrence interval.\n    - The deadline can be extended as per requirement\n    - They are marked in task table using `📌` icon\n\n- Sorting:\n\n  - Stacks are sorted alphabetically by default\n  - Tasks are sorted by completion status, then deadline, then priority \u0026 then by title\n    - Unscheduled tasks have less precedence than scheduled tasks\n\n- Pane Footer: each pane has a footer which your relative position in the pane\n\n- Dynamic help section at the bottom shows the relevant key bindings available at a given instance\n\n  \n\n## Navigation\n\n| Key                   | Description                        |\n| --------------------- | ---------------------------------- |\n| \u003ckbd\u003ek or up\u003c/kbd\u003e    | Move up                            |\n| \u003ckbd\u003ej or down\u003c/kbd\u003e  | Move down                          |\n| \u003ckbd\u003el or right\u003c/kbd\u003e | Switch focus to the pane on right  |\n| \u003ckbd\u003eh or left\u003c/kbd\u003e  | Switch focus to the pane on left   |\n| \u003ckbd\u003eg\u003c/kbd\u003e          | Jump to top of the pane            |\n| \u003ckbd\u003eG\u003c/kbd\u003e          | Jump to bottom of the pane         |\n| \u003ckbd\u003ee\u003c/kbd\u003e          | Edit                               |\n| \u003ckbd\u003etab\u003c/kbd\u003e        | Toggle task/step completion status |\n| \u003ckbd\u003eesc\u003c/kbd\u003e        | Return                             |\n| \u003ckbd\u003em\u003c/kbd\u003e          | Move task to new stack             |\n| \u003ckbd\u003e?\u003c/kbd\u003e          | Toggle Help                        |\n| \u003ckbd\u003eq\u003c/kbd\u003e / \u003ckbd\u003ectrl+c\u003c/kbd\u003e          | Quit                               |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotbkcd%2Fmayhem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotbkcd%2Fmayhem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotbkcd%2Fmayhem/lists"}