Skip to content

mothdotmonster/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Languages