{"id":20735623,"url":"https://github.com/geoffrey1330/filecommander","last_synced_at":"2025-04-23T23:43:14.506Z","repository":{"id":179382275,"uuid":"655450795","full_name":"geoffrey1330/filecommander","owner":"geoffrey1330","description":"A Golang Cli tool for performing file operations","archived":false,"fork":false,"pushed_at":"2025-01-27T20:01:17.000Z","size":44,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T04:41:28.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geoffrey1330.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-06-18T23:29:26.000Z","updated_at":"2024-07-04T16:17:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"59b16384-3755-48ea-aab2-27bbd2529d63","html_url":"https://github.com/geoffrey1330/filecommander","commit_stats":null,"previous_names":["geoffrey1330/filecommander","geoffrey1330/file-commander"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffrey1330%2Ffilecommander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffrey1330%2Ffilecommander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffrey1330%2Ffilecommander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffrey1330%2Ffilecommander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geoffrey1330","download_url":"https://codeload.github.com/geoffrey1330/filecommander/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535059,"owners_count":21446503,"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":[],"created_at":"2024-11-17T05:38:52.717Z","updated_at":"2025-04-23T23:43:14.330Z","avatar_url":"https://github.com/geoffrey1330.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Commander\n\nFile Commander is a command-line tool for performing various file operations such as `DELETE`, `COPY`, `MOVE`,`READ`, `SEARCH`, `LIST` with the terminal.\n\n## Installation\n\nTo install File Commander, follow this [Guide](https://github.com/geoffrey1330/filecommander/blob/main/Installation.md)\n\n## Getting Repo\n\nfollow these steps:\n\n1. Make sure you have Go installed on your machine.\n\n```shell\n# Check Go version\ngo version\n```\n\nor visit https://go.dev/ to install Go on your local machine.\n\n2. Clone the repository or download the source code.\n\n```shell\ngit clone https://github.com/geoffrey1330/filecommander.git\n```\n\n3. Navigate to the project directory.\n\n```shell\ncd filecommander\n```\n\n4. Run the following command to build the executable:\n\n```shell\ngo build -o filecommander main.go search.go utils.go\n```\n\nThis will generate an executable named filecommander.\n\n## Usage\n\nFile Commander supports the following commands:\n\n#### Create\n\nCreate a new file.\n\n```shell\nfilecommander create \u003cfilename\u003e\n```\n\n#### Read\n\nRead the content of a file.\n\n```shell\nfilecommander read \u003cfilename\u003e\n```\n\n#### Write\n\nWrite content to a file.\n\n```shell\nfilecommander write \u003cfilename\u003e \u003ccontent\u003e\n```\n\n#### Delete\n\nDelete a file.\n\n```shell\nfilecommander delete \u003cfilename\u003e\n```\n\n#### List\n\nList all files in a directory.\n\n```shell\nfilecommander list \u003cdirectory\u003e\n```\n\n#### Copy\n\nCopy a file to a new destination.\n\n```shell\nfilecommander copy \u003csrcfile\u003e \u003cdestfile\u003e\n```\n\n#### Move\n\nMove a file to a new destination.\n\n```shell\nfilecommander move \u003csrcfile\u003e \u003cdestfile\u003e\n```\n\n#### Search\n\nSearch for files in a directory based on a given search term.\n\n```shell\nfilecommander search \u003cdirectory\u003e \u003cfilename\u003e\n```\n\nOR\n\n```shell\nfilecommander search \u003cdirectory\u003e \u003cfilename extension\u003e\n```\n\n#### Open\n\nOpen a file in the default editor.\n\n```shell\nfilecommander open \u003cfilename\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffrey1330%2Ffilecommander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeoffrey1330%2Ffilecommander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffrey1330%2Ffilecommander/lists"}