{"id":20392789,"url":"https://github.com/g3th/terminal-tasklist","last_synced_at":"2026-05-10T10:41:04.107Z","repository":{"id":172351136,"uuid":"648327070","full_name":"g3th/Terminal-Tasklist","owner":"g3th","description":"Terminal Task List in Kotlin, with full colour customization and Edit-mode.","archived":false,"fork":false,"pushed_at":"2023-06-30T04:39:31.000Z","size":3314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T10:27:11.789Z","etag":null,"topics":["colours","escape-sequences","kotlin","task-list","terminal","text-user-interface","tui"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g3th.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-01T18:02:05.000Z","updated_at":"2023-07-08T18:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfc3dc3c-f250-4124-9ed9-1b7a533a16e4","html_url":"https://github.com/g3th/Terminal-Tasklist","commit_stats":null,"previous_names":["g3th/terminal-tasklist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g3th%2FTerminal-Tasklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g3th%2FTerminal-Tasklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g3th%2FTerminal-Tasklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g3th%2FTerminal-Tasklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g3th","download_url":"https://codeload.github.com/g3th/Terminal-Tasklist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241942035,"owners_count":20046228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["colours","escape-sequences","kotlin","task-list","terminal","text-user-interface","tui"],"created_at":"2024-11-15T03:45:58.987Z","updated_at":"2026-05-10T10:40:59.044Z","avatar_url":"https://github.com/g3th.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Tasklist for Terminals\n## Implementing a daily task list TUI\nhttps://github.com/g3th/Terminal-Tasklist/assets/74467654/4c83d008-1a9c-4fc0-a3a8-3cb271c0507e\n\nA project which implements a task-list for terminals, with simple TUI menu which allows the user to choose different options. The menu now includes a proper print layout, composed of a table which includes time, date, task, and colour-coded priority and due tags. The user has the option to change every colour property of the layout, including table border and table text. All changes take effect while the program is running, without needing to restart.\n\nThe task section of the table only has space for 44 characters at most, and the layout class is able to adequately split larger inputs into various chunks, and subsequently organize them into the appropriate format.\n\nThe program will also attach a 'due-date-tag' to the top of the task, next to date/time, to indicate whether the task is overdue or ontime.\n\nFinally, save the task-list in Json format using the Moshi library, and re-load the list everytime the program starts.\n\n------------------------------------------------------------------\n\nHow to compile/run in terminal:\n\nRequires Kotlin command-line compiler, get the latest version:\n\n```https://github.com/JetBrains/kotlin/releases/tag/v1.8.22```\n\n\nCompile with:\n\n```kotlinc tasklist.kt printout.kt saveToJson.kt colours.kt -include-runtime -d tasklist.jar -cp libs/kotlinx-datetime-jvm-0.3.1.jar:libs/kotlinx-datetime-jvm-0.3.1.jar:libs/moshi-1.15.0.jar:libs/moshi-kotlin-1.15.0.jar:libs/okio-2.10.0-sources.jar:libs/okio-2.10.0-sources.jar:libs/okio-jvm-2.10.0.jar```\n\nRun with:\n\n```java -cp tasklist.jar:libs/kotlinx-datetime-jvm-0.3.1.jar:libs/kotlinx-datetime-jvm-0.3.1.jar:libs/moshi-1.15.0.jar:libs/moshi-kotlin-1.15.0.jar:libs/okio-2.10.0-sources.jar:libs/okio-2.10.0-sources.jar:libs/okio-jvm-2.10.0.jar tasklist.TasklistKt```\n\nTODO:\n\nPrint to PDF\n\nMore customization options (i.e. skip task date)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg3th%2Fterminal-tasklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg3th%2Fterminal-tasklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg3th%2Fterminal-tasklist/lists"}