{"id":17982840,"url":"https://github.com/t9md/atom-open-this","last_synced_at":"2025-07-24T22:35:57.984Z","repository":{"id":32472367,"uuid":"36052329","full_name":"t9md/atom-open-this","owner":"t9md","description":"Open file under cursor like `gf`(Vim), `C-x C-f`(Emacs)","archived":false,"fork":false,"pushed_at":"2017-10-06T08:32:13.000Z","size":37,"stargazers_count":19,"open_issues_count":7,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T09:47:11.287Z","etag":null,"topics":["atom","vim-mode","vim-mode-plus"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/open-this","language":"CoffeeScript","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/t9md.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-22T04:32:01.000Z","updated_at":"2022-12-23T03:12:21.000Z","dependencies_parsed_at":"2022-08-07T17:31:22.383Z","dependency_job_id":null,"html_url":"https://github.com/t9md/atom-open-this","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/t9md/atom-open-this","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-open-this","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-open-this/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-open-this/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-open-this/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t9md","download_url":"https://codeload.github.com/t9md/atom-open-this/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-open-this/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266913809,"owners_count":24005584,"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-07-24T02:00:09.469Z","response_time":99,"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":["atom","vim-mode","vim-mode-plus"],"created_at":"2024-10-29T18:15:21.729Z","updated_at":"2025-07-24T22:35:57.927Z","avatar_url":"https://github.com/t9md.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# open-this [![Build Status](https://travis-ci.org/t9md/atom-open-this.svg)](https://travis-ci.org/t9md/atom-open-this)\n\nOpen file under cursor.  \nLike `gf` on Vim, `C-x C-f` on Emacs.\n\n![gif](https://raw.githubusercontent.com/t9md/t9md/27a8b5d0b7dc4e080e615467e0daf3727c991835/img/atom-open-this.gif)\n\n# How to use.\n\n1. Place cursor on filename in text like on `./styles-element` in following code.\n2. Invoke `open-this:here` via command palette or keymap.\n3. file `./styles-element` opened in current pane.\n\n```coffeescript\nStylesElement = require './styles-element'\nStorageFolder = require './storage-folder'\n```\n\n# Keymap\n\nNo default keymap, copy and paste to your `keymap.cson` from following example.\n\n* Normal user\n\n```coffeescript\n'atom-workspace atom-text-editor:not([mini])':\n  'cmd-k f f': 'open-this:here'\n  'cmd-k f d': 'open-this:split-down'\n  'cmd-k f r': 'open-this:split-right'\n```\n\n* [vim-mode](https://atom.io/packages/vim-mode) user.\n\n```coffeescript\n'atom-text-editor.vim-mode.normal-mode':\n  'g f':      'open-this:here'\n  'ctrl-w f': 'open-this:split-down'\n  'ctrl-w F': 'open-this:split-right'\n```\n\n* [vim-mode-plus](https://atom.io/packages/vim-mode-plus) user.\n\n```coffeescript\n'atom-text-editor.vim-mode-plus.normal-mode':\n  'g f':      'open-this:here'\n  'ctrl-w f': 'open-this:split-down'\n  'ctrl-w F': 'open-this:split-right'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-open-this","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft9md%2Fatom-open-this","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-open-this/lists"}