New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

workd

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workd

`workd` (pronounced worked)

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

license npm package

workd (pronounced worked) is an application to set and keep track of the working directory per desktop so that applications like terminals and test runners can reference the current working directory to enhance their workflows.

YMMV Disclaimer: this software has not been used enough in the wild to thoroughly test. It is young and beautiful, but quite immature. Your Mileage May Vary 😛

Installing

This is a node package that you can install globally via npm or yarn.

npm install --global workd

Usage

workd does only two things:

  • Allows you to set a working directory, optionally associating it with a workspace / desktop.
workd set /home/some-user/Projects/some-project-dir

# or with a workspace
workd set /home/some-user/Projects/another-project-dir --space 1
  • Allows you to retrieve the working directory that was previously set.
workd get   # > /home/Projects/some-project-dir
workd get 1 # > /home/Projects/another-project-dir

If no directory has been previously set, either for the default or for a given workspace, the user's home directory is returned.

Keywords

cli

FAQs

Package last updated on 06 Jan 2020

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