1.0.1 • Published 4 years ago

pocket-util v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

🐹 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

FlagWhat it does
--hard, -hLeaves off the ln command's -s flag
1.0.1

4 years ago

1.0.0

4 years ago