Open directory in sidebar if passed a directory
Bug #1570661 reported by
Cassidy James Blaede
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
In Progress
|
Wishlist
|
Adam Bieńkowski |
Bug Description
One of my favorite features of Atom is that I can be in a Git project in the Terminal and just `atom .` to open that directory as a project in Atom. It'd be awesome if we could do something similar in Scratch.
Related branches
lp://staging/~donadigo/scratch/open-dir-sidebar
On hold
for merging
into
lp://staging/~elementary-apps/scratch/scratch
- elementary Apps team: Pending requested
-
Diff: 74 lines (+18/-3)4 files modifiedplugins/filemanager/FileManagerPlugin.vala (+5/-0)
src/MainWindow.vala (+4/-0)
src/Scratch.vala (+7/-3)
src/Services/PluginManager.vala (+2/-0)
Changed in scratch: | |
importance: | Undecided → Wishlist |
Changed in scratch: | |
status: | New → Confirmed |
milestone: | none → juno-beta1 |
Changed in scratch: | |
milestone: | 2.4 → juno-beta1 |
Changed in scratch: | |
status: | Confirmed → In Progress |
assignee: | nobody → Adam Bieńkowski (donadigo) |
To post a comment you must log in.
Of note, it also appears to smartly open Atom in the background process so I can continue using that terminal window for Git.