mothdotmonster / inventory

Move files like an old text adventure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventory

asciicast

Move files like an old text adventure.

To install, copy the scripts to a folder that's in your $PATH.

USAGE:

To list files in your inventory, use inventory.

To pick up a file, use take (file).

To drop a file, use drop (file).

By default, inventory uses ~/.inventory to store files. To change this, set the INVDIR environment variable to the desired directory.

If you need to delete a file in your inventory, just drop it first, and then delete it with rm.

You can only pick up or drop one file at a time, as doing more would be too greedy.

About

Move files like an old text adventure.

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 100.0%