{"id":25089589,"url":"https://github.com/arkeasz/remof","last_synced_at":"2025-04-01T17:23:04.739Z","repository":{"id":275244583,"uuid":"923878084","full_name":"arkeasz/remof","owner":"arkeasz","description":"my own rm command","archived":false,"fork":false,"pushed_at":"2025-02-18T03:43:22.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T04:27:28.691Z","etag":null,"topics":["c","command","rm"],"latest_commit_sha":null,"homepage":"","language":"C","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/arkeasz.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":"2025-01-29T01:29:46.000Z","updated_at":"2025-02-18T03:43:25.000Z","dependencies_parsed_at":"2025-02-01T05:34:15.059Z","dependency_job_id":null,"html_url":"https://github.com/arkeasz/remof","commit_stats":null,"previous_names":["arkeasz/remof"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fremof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fremof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fremof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fremof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkeasz","download_url":"https://codeload.github.com/arkeasz/remof/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246679068,"owners_count":20816402,"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":["c","command","rm"],"created_at":"2025-02-07T11:17:57.533Z","updated_at":"2025-04-01T17:23:04.734Z","avatar_url":"https://github.com/arkeasz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom `rm` Implementation in C\n\nThis project is a custom implementation of the `rm` command in C, designed to provide basic file deletion functionality with additional features and improvements.\n\n## Features\n\n- **File Deletion:** Delete files specified by the user.\n- **File Information:** Use `FileData` structure to check file type before deletion.\n\n## Getting Started\n\n### Prerequisites\n\n- GCC (GNU Compiler Collection) or any C compiler.\n- Basic knowledge of terminal commands.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/arkeasz/remof.git\n   cd remof\n   ```\n\n2. Compile the program:\n   ```bash\n   make\n   ```\n\n3. Run the program:\n   ```bash\n   ./rf file1.txt file2.txt\n   ```\n\n### Usage\n\nTo delete files, provide the filenames as arguments:\n```bash\n./rf file1.txt file2.txt\n```\n\n### Example\n\n```bash\n$ ./rf test.txt\nFile deleted successfully. (test.txt)\n\n$ ./rf non_existent.txt\nError: Unable to delete the file.\n```\n\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkeasz%2Fremof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkeasz%2Fremof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkeasz%2Fremof/lists"}