{"id":20179481,"url":"https://github.com/sinabehmanesh/rtm","last_synced_at":"2025-04-10T04:45:39.567Z","repository":{"id":111338046,"uuid":"529316000","full_name":"sinabehmanesh/RTM","owner":"sinabehmanesh","description":"Task Manager for lazy folks","archived":false,"fork":false,"pushed_at":"2024-09-05T07:01:59.000Z","size":25,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:03:15.413Z","etag":null,"topics":["bash","cli-app","task"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sinabehmanesh.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.MD","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":"2022-08-26T15:43:39.000Z","updated_at":"2024-09-06T07:24:48.000Z","dependencies_parsed_at":"2024-09-06T11:59:15.740Z","dependency_job_id":"8f367cb5-74cf-49ce-8150-b9d4ba1eb63e","html_url":"https://github.com/sinabehmanesh/RTM","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinabehmanesh%2FRTM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinabehmanesh%2FRTM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinabehmanesh%2FRTM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinabehmanesh%2FRTM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinabehmanesh","download_url":"https://codeload.github.com/sinabehmanesh/RTM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161237,"owners_count":21057552,"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":["bash","cli-app","task"],"created_at":"2024-11-14T02:26:50.562Z","updated_at":"2025-04-10T04:45:39.546Z","avatar_url":"https://github.com/sinabehmanesh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTM\n![alt text](https://cdn.dribbble.com/users/32384/screenshots/3225544/media/3492fc2c4ca08e9cfcbf94c065c596fa.png)\n### royall task management\nWith this tool you can add tasks and update them, easily in your Linux/Windows terminal.\nthere are two simple status for each task, **TODO** and **DONE** .\nYou can delete tasks by their ID, editing tasks are not supported yet, it is planned for the next stable release.\nthis tool is built for **CLI** environtment and requests the minimum to be functional.\n\n## Build\nto build and use this applications, easliy:\n- Clone source code\n- Build with `go build -o rtm main.go `\n- Output binary is the target binary, you can put it in you **USER** path.\n\n## Info\nThis application uses sqlite to store tasks for each user, you can find the db file in you ~/.RTM/gorm.db\n\n\n## Commands:\n\n### Status\nusing Status command gives you a view of current tasks and their status.\ncontains 3 columns, **ID**,**Name** and **Status**.\n\u003e rtm status\n\n### Add\nadd tasks using rtm add command(id will assigns automatically).\n\u003e rtm add fixing logging issue at elk\n\n### Done\nuse done command to change status from **TODO** to **DONE**, this command demands and id assigned to the task in order to update its status.\nyou can list tasks and ids using command **rtm status**.\nthis feature will be modified in future releases.\n\u003e rtm done 1\n\n### Delete\nyou can easily delete tasks by their ID, just get the latest status using status command and then try **rtm del ID**.\nboth del and rm can be used, this will run a delete query on the table.\n\n\n### Export\nIf you ever wanted to have a backup of you work, you can run **rtm export**.\nthis command will create a backup from your current work status in the config directory.\nit also appends a date to the file name so the file can be recognized.\n\n\nDo not forget to write feedback!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinabehmanesh%2Frtm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinabehmanesh%2Frtm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinabehmanesh%2Frtm/lists"}