{"id":17880737,"url":"https://github.com/gibbok/jjj","last_synced_at":"2026-05-04T08:42:34.363Z","repository":{"id":37073957,"uuid":"473659789","full_name":"gibbok/jjj","owner":"gibbok","description":"Minimal and fast command-line file lister with Vim key bindings.","archived":false,"fork":false,"pushed_at":"2022-07-27T18:02:03.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T03:16:22.301Z","etag":null,"topics":["c","command-line","command-line-tool","developer-tools","file-manager","filesystem","launcher","ncurses","productivity","terminal","vim"],"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/gibbok.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":"2022-03-24T15:15:46.000Z","updated_at":"2023-08-20T07:06:57.000Z","dependencies_parsed_at":"2022-08-29T16:20:09.193Z","dependency_job_id":null,"html_url":"https://github.com/gibbok/jjj","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gibbok/jjj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibbok%2Fjjj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibbok%2Fjjj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibbok%2Fjjj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibbok%2Fjjj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gibbok","download_url":"https://codeload.github.com/gibbok/jjj/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibbok%2Fjjj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["c","command-line","command-line-tool","developer-tools","file-manager","filesystem","launcher","ncurses","productivity","terminal","vim"],"created_at":"2024-10-28T12:28:03.404Z","updated_at":"2026-05-04T08:42:34.340Z","avatar_url":"https://github.com/gibbok.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jjj\n\n`jjj` is a minimal and fast command-line file lister with Vim key bindings.\n\n`jjj` can be used to navigate swiftly your OS and pipe a selected file to other Linux utilities.\n\nUsage examples:\n\nSelect a file and pipe it to cat:\n\n```shell\njjj . | xargs cat\n```\n\nSelect a file and open it with macOS finder:\n\n```shell\njjj /Users | xargs open\n```\n\nSelect a folder and change directory:\n\n```shell\ncd $(jjj .)\n```\n\n## Downloads\n\n- Visit the [release page](https://github.com/gibbok/jjj/releases) to download the binaries\n- Change the permission of the downloaded file using `chmod +x ./jjj`\n\n*Notes: to install jjj to macOS please follow these instructions [Open a Mac app from an unidentified developer](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). In order to add jjj to your path follow this [guide](https://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7).*\n\n## Key binding\n\n| Key      | Description                                                     |\n| -------- | --------------------------------------------------------------- |\n| j        | Move cursor down                                                |\n| k        | Move cursor up                                                  |\n| h        | Visit parent folder                                             |\n| l        | If directory, visit it, otherwis do nothing                     |\n| q        | Exit program                                                    |\n| esc      | Exit program                                                    |\n| enter    | Exit returning path                                             |\n| spacebar | Exit returning path                                             |\n| r        | Update view of the current folder and reset the cursor position |\n\n*Notes: you can also navigate using the arrow keys.*\n\n## Video demo\n\nhttps://user-images.githubusercontent.com/17195702/175805159-d82c101e-f8b2-4aae-9e8a-490b1d9ab716.mov\n\n## For development\n\nClone the repository and install dependencies:\n\n```shell\ngit clone https://github.com/gibbok/jjj.git\nbrew install ncurses\ncd ./jjj\n```\n\nCompile and run on macOS:\n\n```shell\nmake test-files\nmake dev \n```\n\nBuild for macOS and Linux using Docker:\n\n```shell\nmake build-mac\nmake build-linux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgibbok%2Fjjj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgibbok%2Fjjj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgibbok%2Fjjj/lists"}