1.2.3 • Published 7 years ago
deplace v1.2.3
Deplace
A shortcut command line utility for Mac Terminal
Getting Started
This is how you start shortcutting through your terminal
Installing
Add this package globally to your machine
npm install -g deplaceUsing
Add your first deplace shortcut
deplace addOr add it with a specified path
deplace add ./exampleOr add it with a specified path and name
deplace add ./example mynameNow you can navigate there easily
deplace mynameView your stored shortcuts
deplace listYou can also narrow your list by providing a parent directory
deplace list ./exampleRemove stored shortcuts
deplace remove myname
deplace remove ./exampleRemove all shortcuts that no longer exists
deplace cleanView the usage guide in terminal
deplace helpStay tuned for more
Authors
- Jay Deaton - Github
License
This project is licensed under the MIT License - see the LICENSE file for details