{"id":36492980,"url":"https://github.com/as27/gomd","last_synced_at":"2026-01-12T01:57:45.761Z","repository":{"id":56661515,"uuid":"300201463","full_name":"as27/gomd","owner":"as27","description":"Prototype for a cli file browser","archived":false,"fork":false,"pushed_at":"2020-10-26T16:49:47.000Z","size":4769,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-19T06:50:06.556Z","etag":null,"topics":["filebrowser","go","hacktoberfest","tview"],"latest_commit_sha":null,"homepage":"","language":"Go","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/as27.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}},"created_at":"2020-10-01T08:17:40.000Z","updated_at":"2023-09-08T18:13:05.000Z","dependencies_parsed_at":"2022-08-15T22:50:28.901Z","dependency_job_id":null,"html_url":"https://github.com/as27/gomd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/as27/gomd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as27%2Fgomd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as27%2Fgomd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as27%2Fgomd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as27%2Fgomd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/as27","download_url":"https://codeload.github.com/as27/gomd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as27%2Fgomd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["filebrowser","go","hacktoberfest","tview"],"created_at":"2026-01-12T01:57:45.702Z","updated_at":"2026-01-12T01:57:45.755Z","avatar_url":"https://github.com/as27.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomd\n\n_Important: This tool is a prototype and not production ready! Use it play with it and send some feedback. Just open an issue at github for this._\n\n* A prototype of file browser for command line. \n\n* Main Motive:\n    * To use tview and create something useful.\n    * Get more people to contribute via hacktoberfest. \n\nThe logic of gomd is to have split file browsers. Not a new idea though (say for example, the midnight commander).\n\n\n![gomd screenshot](gomd_screenshot.png)\n\n\nThe navigation within the file browsers is slightly similar to vim. In order to make selection and move down you should use the key under your index finger. \n\n\nAt present the navigation logics are quite simple:\n\n* index-finger navigates down\n    * f: navigates down to the left side\n    * j: navigates down to the right side\n* middle-finger navigates up\n    * d: navigates up to the left side\n    * k: navigates up to the right side\n* ring-finger goes one folder up\n    * s: one folder up left\n    * l: one folder up right\n* the keys in the middle let you navigate inside a folder\n    * g: for the left side\n    * h: for the right side\n\nFor copying or other commands there is a command-mode. To activate that mode, just press `:`. To go back into normal mode use `esc`\n\nAt the moment there are following commands implemented:\n\n* `copy`, `cp`: copies the file from the left to the right side\n* `move`, `mv`: moves the file from the left to the right side\n* `remove`,\t`rm`: removes the file from the right side\n* `mkdir [dirname]`, `makedir [dirname]`: creates that folder on the left side\n* `q`, `quit`: exits the app\n\n## Installation\n\nThis tool is written in Go. For a fast installation just run \n\n`go get github.com/as27/gomd/cmd/gomd`\n\nTo update just type\n\n`go get -u github.com/as27/gomd/cmd/gomd`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas27%2Fgomd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fas27%2Fgomd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas27%2Fgomd/lists"}