{"id":24865123,"url":"https://github.com/codegram01/gfm","last_synced_at":"2025-04-13T00:53:18.983Z","repository":{"id":251425539,"uuid":"837380717","full_name":"codegram01/gfm","owner":"codegram01","description":"Golang File Manager","archived":false,"fork":false,"pushed_at":"2024-08-04T10:33:05.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T00:53:12.186Z","etag":null,"topics":["cli","file-manager","golang-cli","golang-tool","linux-tool"],"latest_commit_sha":null,"homepage":"https://youtu.be/UolQMQBzOGs?si=w1CG1hcBEwMR2lN-","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegram01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T20:50:53.000Z","updated_at":"2024-12-27T13:53:37.000Z","dependencies_parsed_at":"2024-08-02T23:29:40.221Z","dependency_job_id":"e0a95435-148d-4f35-94d9-c9906874bac4","html_url":"https://github.com/codegram01/gfm","commit_stats":null,"previous_names":["codegram01/gfm"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegram01","download_url":"https://codeload.github.com/codegram01/gfm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650439,"owners_count":21139672,"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":["cli","file-manager","golang-cli","golang-tool","linux-tool"],"created_at":"2025-01-31T23:57:42.324Z","updated_at":"2025-04-13T00:53:18.961Z","avatar_url":"https://github.com/codegram01.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gfm - Golang File Manager\n\ngfm is a command-line file manager written in Go. It provides a simple and unified interface to commonly used file management functionalities, eliminating the need to remember individual Linux commands.\n\n[Video when i create gfm](https://youtu.be/UolQMQBzOGs)\n\n## Features\n- Files manger: info, create, delete, move, copy, read, write file\n- Replaces core Linux commands: ls, rm, pwd, mv, mkdir, cat, touch, cp, and echo.\n\n## Usage\n```sh\ngfm [command] [arg1] [arg2]\n```\n\nUse the commands like their Linux counterparts, with gfm preceding them.\n\nExamples: \n```sh\n# List files in the current directory\ngfm ls\n\n# Get the current working directory\ngfm pwd\n\n# View the contents of a file\ngfm cat abc.txt\n\n# Move a file\ngfm mv abc.txt def.txt \n\n# Delete a file\ngfm rm abc.txt\n```\n\n## Install\nPrerequisites: [Install Golang](https://go.dev/doc/install) \n\n### Option 1: Install Binary\n```sh\ngo install github.com/codegram01/gfm@latest\n```\n\n### Option 2: Install and build from source\n```sh\ngit clone https://github.com/codegram01/gfm.git\ncd gfm\n\n# Run code: \n# Use go run . + command\ngo run . \n\n# Build \ngo build .\n\n# Install command \ngo install \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegram01%2Fgfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegram01%2Fgfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegram01%2Fgfm/lists"}