{"id":13451065,"url":"https://github.com/lecram/rover","last_synced_at":"2025-12-17T06:01:03.265Z","repository":{"id":22985800,"uuid":"26336148","full_name":"lecram/rover","owner":"lecram","description":"simple file browser for the terminal","archived":false,"fork":false,"pushed_at":"2023-01-07T21:10:36.000Z","size":384,"stargazers_count":335,"open_issues_count":8,"forks_count":29,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-21T16:39:12.286Z","etag":null,"topics":["file-browser","file-manager","terminal"],"latest_commit_sha":null,"homepage":"http://lecram.github.io/p/rover/","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/lecram.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-07T20:12:49.000Z","updated_at":"2025-06-21T15:55:41.000Z","dependencies_parsed_at":"2023-01-13T22:33:55.413Z","dependency_job_id":null,"html_url":"https://github.com/lecram/rover","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/lecram/rover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lecram%2Frover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lecram%2Frover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lecram%2Frover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lecram%2Frover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lecram","download_url":"https://codeload.github.com/lecram/rover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lecram%2Frover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27778385,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file-browser","file-manager","terminal"],"created_at":"2024-07-31T07:00:47.046Z","updated_at":"2025-12-17T06:01:03.218Z","avatar_url":"https://github.com/lecram.png","language":"C","funding_links":[],"categories":["C","terminal","Packages"],"sub_categories":["CLI Tools"],"readme":"Introduction\n============\n\n Rover is a file browser for the terminal.\n\n![Rover screenshot](/../screenshots/screenshot.png?raw=true \"Screenshot\")\n\n The main goal is to provide a faster way to explore a file system from the\nterminal, compared to what's possible by using `cd`, `ls`, etc. Rover has\nvi-like key bindings for navigation and can open files in $PAGER and $EDITOR.\nBasic file system operations are also implemented (see rover(1) for details).\nRover is designed to be simple, fast and portable.\n\n\nQuick Start\n===========\n\n Building and Installing:\n ```\n $ make\n $ sudo make install\n ```\n\n Running:\n ```\n $ rover [DIR1 [DIR2 [DIR3 [...]]]]\n ```\n\n Basic Usage:\n ```\n       q - quit Rover\n       ? - show Rover manual\n     j/k - move cursor down/up\n     J/K - move cursor down/up 10 lines\n     g/G - move cursor to top/bottom of listing\n       l - enter selected directory\n       h - go to parent directory\n       H - go to $HOME directory\n     0-9 - change tab\n  RETURN - open $SHELL on the current directory\n   SPACE - open $PAGER with the selected file\n       e - open $VISUAL or $EDITOR with the selected file\n       / - start incremental search (RETURN to finish)\n     n/N - create new file/directory\n       R - rename selected file or directory\n       D - delete selected file or (empty) directory\n ```\n\n Please read rover(1) for more information.\n\n\nRequirements\n============\n\n * Unix-like system;\n * curses library.\n\n\nConfiguration\n=============\n\n Rover configuration (mostly key bindings and colors) can only be changed by\nediting the file `config.h` and rebuilding the binary.\n\n Note that the external programs executed by some Rover commands may be changed\nvia the appropriate environment variables. For example, to specify an editor:\n ```\n $ VISUAL=vi rover\n ```\n\n Rover will first check for variables prefixed  with ROVER_. This can be used to\nchange Rover behavior without interfering with the global environment:\n ```\n $ ROVER_VISUAL=vi rover\n ```\n\n Please read rover(1) for more information.\n\n\nCopying\n=======\n\n All of the source code and documentation for Rover is released into the public\ndomain and provided without warranty of any kind.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecram%2Frover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flecram%2Frover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecram%2Frover/lists"}