pocket-util

1.0.1 • Public • Published

🐹 Pocket

A simple symlink utility command.

Basicaly just shortcuts mv && ln operations. Defaults to a symbolic link but can be passed a flag to make it a hard link.

Usage

pocket <from> <to>

This is roughly equivalent to:

mv <from> <to>
ln -s <to> <from>

Install

yarn global add pocket-util

Options

Flag What it does
--hard, -h Leaves off the ln command's -s flag

Readme

Keywords

none

Package Sidebar

Install

npm i pocket-util

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.38 kB

Total Files

3

Last publish

Collaborators

  • kellymears