• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

show-in-folder

Provides a command to open the folder containing the file in the active editor, much like the _Show in Explorer_ option in the tree-view context menu.
  • #show-in-folder
  • #show-in-explorer
lemongrassnginger
0.6.0 690
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Show In Folder

An Atom package.

Provides a command to open the folder containing the file in the active editor, much like the Show in Explorer option in the tree-view context menu.

Screenshot of command

There are no keybindings associated with this package by default. Add a keybinding using your keymap and the selector atom-text-editor.

If you'd prefer modifying your init script instead of installing the package, add the following (the package just adds this command):

# show in folder
atom.commands.add 'atom-text-editor', 'init:show-in-folder', ->
  {shell} = require('electron')
  sPath = atom.workspace.getActiveTextEditor().getPath()
  shell.showItemInFolder(sPath)

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by