{"id":21849515,"url":"https://github.com/iwas-coder/trm","last_synced_at":"2025-08-01T00:02:39.351Z","repository":{"id":245884328,"uuid":"819144771","full_name":"iWas-Coder/trm","owner":"iWas-Coder","description":"A transactional, atomic, reliable POSIX's rm command implementation written in C++. 🌀","archived":false,"fork":false,"pushed_at":"2024-07-09T22:04:00.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T12:42:22.204Z","etag":null,"topics":["atomic","blockchain","coreutils","cpp","hash","hash-tree","merkle-tree","sha256","transactional"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iWas-Coder.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":"CONTRIBUTING.org","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T22:48:28.000Z","updated_at":"2024-07-09T22:04:04.000Z","dependencies_parsed_at":"2024-07-09T04:18:05.850Z","dependency_job_id":null,"html_url":"https://github.com/iWas-Coder/trm","commit_stats":null,"previous_names":["iwas-coder/trm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWas-Coder%2Ftrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWas-Coder%2Ftrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWas-Coder%2Ftrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWas-Coder%2Ftrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iWas-Coder","download_url":"https://codeload.github.com/iWas-Coder/trm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244842676,"owners_count":20519669,"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":["atomic","blockchain","coreutils","cpp","hash","hash-tree","merkle-tree","sha256","transactional"],"created_at":"2024-11-28T00:13:15.982Z","updated_at":"2025-03-21T17:44:14.401Z","avatar_url":"https://github.com/iWas-Coder.png","language":"C++","funding_links":["https://www.buymeacoffee.com/iwas.coder"],"categories":[],"sub_categories":[],"readme":"# \n# GNU trm --- A transactional POSIX’s rm command\n# Copyright (C) 2024 Wasym A. Alonso\n# \n# This file is part of trm.\n# \n# trm is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n# \n# trm is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n# \n# You should have received a copy of the GNU General Public License\n# along with trm.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n# \n\n\n#+AUTHOR: Wasym A. Alonso\n\n# Logo \u0026 Title\n#+begin_html\n\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"assets/logo.png\" alt=\"TRM Logo\"\u003e\n\u003cbr/\u003e\n\u003ccode\u003e./trm\u003c/code\u003e\n\u003c/h1\u003e\n#+end_html\n\n# Subtitle\n#+begin_html\n\u003ch4 align=\"center\"\u003e\nTransactional POSIX's \u003ccode\u003erm\u003c/code\u003e command\n\u003c/h4\u003e\n#+end_html\n\n# Repository marketing badges\n#+begin_html\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.buymeacoffee.com/iwas.coder\"\u003e\n\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-yellow.png\" alt=\"Buy Me A Coffee\" height=41\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n#+end_html\n\n# Repository info badges\n#+begin_html\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/iWas-Coder/trm?color=blue\" alt=\"License\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/C++-20-blue\" alt=\"C++ Standard\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/iWas-Coder/trm?color=blue\" alt=\"Size\"\u003e\n\u003cimg src=\"https://img.shields.io/github/v/tag/iWas-Coder/trm?color=blue\" alt=\"Release\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/speed-%F0%9F%94%A5blazing-blue\" alt=\"Blazing Speed\"\u003e\n\u003c/p\u003e\n#+end_html\n\n(...)\n\n# GNU GPLv3+ License notice\n#+begin_quote\n~trm~ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@html:\u003cbr\u003e@@\n~trm~ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@html:\u003cbr\u003e@@\nYou should have received a copy of the GNU General Public License along with ~trm~. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n#+end_quote\n\n* Table of Contents :toc:\n- [[#usage][Usage]]\n- [[#build-from-source][Build from source]]\n\n* Usage\n\n(...)\n\n#+begin_example\n$ ./trm\nusage: ./trm [-dfiPRrv] file ...\n       ./trm {--commit|--rollback[=1]}\n#+end_example\n\n(...)\n\n* Build from source\n\nFirst, ensure the source tree is absolutely clean. It's recommended this command to be issued prior to each compilation; do not rely on the source tree being clean after cloning the repository or after un-tarring:\n\n#+begin_src sh\nmake mrproper\n#+end_src\n\nTo build ~trm~, issue the following command:\n\n#+begin_src sh\nmake\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwas-coder%2Ftrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwas-coder%2Ftrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwas-coder%2Ftrm/lists"}