Guake / Guake/guake

Quick Open with Atom

Open
#1,001 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.7k
Forks
604
PR merge metrics
No merged PRs in 30d

Description

When I enter `atom %(file_path)s:%(line_number)s` in the **Quick Open** box. Then the command that is executed is:
```atom at test/file.js:123```
this just creates a file called **'at'**.

What needs to be executed is:
```atom test/file.js:123```

This opens the correct file at the correct line in atom editor.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.