{"id":37110515,"url":"https://github.com/goldenpathtechnologies/ci","last_synced_at":"2026-01-14T13:08:30.275Z","repository":{"id":90701716,"uuid":"412319929","full_name":"goldenpathtechnologies/ci","owner":"goldenpathtechnologies","description":"An interactive version of the familiar cd command. Easily traverse directories in the terminal without having to cycle between cd and ls.","archived":false,"fork":false,"pushed_at":"2023-01-05T03:44:37.000Z","size":1926,"stargazers_count":1,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T15:43:07.632Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goldenpathtechnologies.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-10-01T04:03:44.000Z","updated_at":"2023-09-26T17:44:49.000Z","dependencies_parsed_at":"2024-01-10T19:32:00.989Z","dependency_job_id":null,"html_url":"https://github.com/goldenpathtechnologies/ci","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/goldenpathtechnologies/ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goldenpathtechnologies%2Fci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goldenpathtechnologies%2Fci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goldenpathtechnologies%2Fci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goldenpathtechnologies%2Fci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goldenpathtechnologies","download_url":"https://codeload.github.com/goldenpathtechnologies/ci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goldenpathtechnologies%2Fci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":[],"created_at":"2026-01-14T13:08:28.641Z","updated_at":"2026-01-14T13:08:30.268Z","avatar_url":"https://github.com/goldenpathtechnologies.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `ci` - Interactive `cd`\n\n[![codecov](https://codecov.io/gh/goldenpathtechnologies/ci/branch/main/graph/badge.svg?token=GEB8897GK7)](https://codecov.io/gh/goldenpathtechnologies/ci)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n`ci` is an interactive version of the familiar `cd` command. Easily traverse directories in the terminal without having to cycle between `cd` and `ls`.\n\n## Demo\n![Demo](.github/assets/demo.gif)\n\n## Installation\n\nDownload and extract the [latest release](https://github.com/GoldenPathTechnologies/ci/releases/latest) package for your operating system and run the installation script from the extracted location.\n\n**Linux (Bash)**\n```bash\n# Install\n./install.sh\n\n# Uninstall\n./uninstall.sh\n```\n\n**Windows (PowerShell)**\n```powershell\n# Install\n.\\install.ps1\n\n# Uninstall\n.\\uninstall.ps1\n```\n\nAlternatively, you can build from source from either the release's source archive or from a git clone.\n\n```bash\n# TODO: Create a build command or makefile for others to build the project themselves.\n```\n\n## Usage\n\n```\n# Open a terminal GUI to traverse directories\nci\n\n# Get help\nci -h\nci --help\n\n# Check version information\nci -v\nci --version\n```\n\n### Basic controls\n- Left and right arrows navigate to parent and child directories respectively\n- Up and down arrows select different child directories or menu items\n- `Enter` navigates to the selected directory and exits\n- `q` quits without navigating\n- Press `h` to view additional keymappings and information\n\n## Support\nIf you discover an issue while using or contributing to `ci`, please open an issue. For all other inquiries or comments, please use the following in order of increasingly general requests/concerns:\n- [GitHub Discussion Page](https://github.com/goldenpathtechnologies/ci/discussions)\n- [Email](mailto:daryl@goldenpath.ca)\n\n## Roadmap\nSee the [open issues](https://github.com/goldenpathtechnologies/ci/issues) and give a thumbs up for those you would like to see resolved first. How much positive attention an issue has plays a role in how soon it gets released. Showstopping defects/bugs always have top priority. \n\n## Contributing\nThere are several ways you can contribute to `ci`. You can do so by:\n\n- Creating new issues if you find any defects, or if there is a feature you would like implemented.\n- Forking the project and creating pull requests. Please see the [contributing guidelines](CONTRIBUTING.md) for more information.\n- Donating to help fund project maintenance and to support an independent developer. (TBD)\n- Giving `ci` a GitHub star if you've found it helpful.\n\n## Acknowledgements\nSpecial thanks goes to these resources and tools, without which `ci` would not have been made possible.\n- [JetBrains GoLand](https://www.jetbrains.com/go/)\n- [`tview`](https://github.com/rivo/tview)\n- [Tcell](https://github.com/gdamore/tcell)\n- [go-flags](https://github.com/jessevdk/go-flags)\n- [semantic-release](https://github.com/semantic-release/semantic-release)\n- [commitizen](https://github.com/commitizen-tools/commitizen) for helping to keep `ci`'s commits clean\n- ... and all the resources credited throughout the source code\n\nFeel free to [reach out](https://github.com/goldenpathtechnologies) if you discover a resource that hasn't been properly acknowledged here.\n\n## License\n\n`ci` is [MIT](https://github.com/goldenpathtechnologies/ci/blob/main/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoldenpathtechnologies%2Fci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoldenpathtechnologies%2Fci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoldenpathtechnologies%2Fci/lists"}