Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awef

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awef

A quicker way to open projects in your editor of choice.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Awef

A quicker way to open projects in your editor of choice.

Usage

awef path

Awef defers to the operating system (using native tools like xdg-open and friends) for which editor to use, passing the argument in verbatim. The one scenario Awef treats differently is when a known project file exists in the provided directory. In this situation Awef will open that project file instead. If multiple project files exist, Awef will prompt the user to select one.

In other words:

  1. If path is a directory and a single project file (e.g. code.sublime-project) exists in that directory, that project file is opened.
  2. If path is a directory and multiple project files exist, then the user is prompted to choose one, and the chosen project file is opened.
  3. Otherwise—if path is either not a directory or there is no known project file—path is opened directly.

FAQs

Package last updated on 21 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc