Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

subesokun/atom-project-view

Repository files navigation

Project View package

This project is no longer maintained as Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in the official announcement. Thank you for your interest in this project and your support!

Version Downloads

Shows project details in the Atom tree-view.

Screenshots

project-view Screenshot

project-view Screenshot Settings

Installation

apm install project-view

Features

  • Replaces the Atom tree-view root folder name by the corresponding project name if available
  • Shows the project folder path next to the project name
  • Supported files to retrieve the project name (ordered by priority):
  • package.json (npm-like)
  • .bower.json (bower)
  • composer.json (Composer)

Customize the project path via regex

Via a regex you can easily shorten the project path or show other additional information that are useful for you. Furthermore you could also obfuscate the project path for more privacy.

project-view Screenshot Project Path Regex

License

MIT