{"id":28958827,"url":"https://github.com/cristianofmc/runp","last_synced_at":"2026-04-16T12:01:50.927Z","repository":{"id":300434063,"uuid":"973837477","full_name":"cristianofmc/runp","owner":"cristianofmc","description":"runp is a command-line tool designed to speed up navigation between your projects. ","archived":false,"fork":false,"pushed_at":"2025-10-04T21:01:13.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T23:17:57.708Z","etag":null,"topics":["cpp","selection","shell-script"],"latest_commit_sha":null,"homepage":"","language":"C++","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/cristianofmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-04-27T20:51:50.000Z","updated_at":"2025-10-04T21:01:16.000Z","dependencies_parsed_at":"2025-06-21T17:35:46.694Z","dependency_job_id":"f75e6b50-d456-4a15-936b-acc380cbaeb1","html_url":"https://github.com/cristianofmc/runp","commit_stats":null,"previous_names":["cristianofmc/runp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristianofmc/runp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianofmc%2Frunp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianofmc%2Frunp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianofmc%2Frunp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianofmc%2Frunp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristianofmc","download_url":"https://codeload.github.com/cristianofmc/runp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianofmc%2Frunp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cpp","selection","shell-script"],"created_at":"2025-06-23T23:31:36.636Z","updated_at":"2026-04-16T12:01:50.902Z","avatar_url":"https://github.com/cristianofmc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runp - Navigate Your Projects Quickly\n\n`runp` is a command-line tool designed to speed up navigation between your projects. It allows you to define a base directory and then quickly \"jump\" to subdirectories within it using short names.\n\n## Features\n\n* **Set a Base Directory:** Configure a central location where your projects reside.\n* **Quick Navigation:** Use short names to print the full path of subdirectories within the base directory.\n* **`cd` Integration:** Easily integrate with your shell's `cd` command to quickly change directories.\n* **Ignore Directories:** Configure a list of directories to be ignored when listing subdirectories.\n* **Help Information:** Get usage instructions with the `--help` option.\n\n## Compilation\n\nThis project is written in C++ and requires a C++ compiler (like g++) and the `filesystem` library (available in C++17 and later).\n\nTo compile `runp`, open your terminal in the project directory and run the following command:\n\n`make` and `sudo make install`\n\n### Manually add the content of the following file to your `~/.bashrc` file:\n\nYou can find the content to add here: [add_to_bashrc.txt](add_to_bashrc.txt)\n\nafter adding run the command `source ~/.bashrc`\n\n\n\n## Running\n### Usage:\n`runp [options] [directory]`\n\n#### Options:\n\n- `--use [path]` : Set the base directory to [path]. If no path is provided, it defaults to the current working directory. This setting is saved in ~/.runpconfig.\n- `--exclude \u003cdir\u003e`: Add `\u003cdir\u003e` to the list of ignored directories in the configuration.\n- `--help` : Show this help message.\n#### Without Options:\n\n- `runp`: Lists the subdirectories within the configured base directory.\n- `runp \u003csubdir\u003e`: Prints the full path to the `\u003csubdir\u003e` within the configured base directory.\n\n\n## Test\nRun `bats script_test.sh` inside the tests directory\n\n\n## License\n\nDistributed under the terms of the [LICENSE.txt](./LICENSE.txt) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianofmc%2Frunp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristianofmc%2Frunp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianofmc%2Frunp/lists"}