Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/inm

inventory manager
https://github.com/zztkm/inm

Last synced: 10 days ago
JSON representation

inventory manager

Awesome Lists containing this project

README

        

# inm

inventory manager.

Performs a fuzzy search for files in inventory and copies the specified files to the current directory.

## Usage

[![asciicast](https://asciinema.org/a/A2vNo785qJcxRjwM2KLSrg4km.svg)](https://asciinema.org/a/A2vNo785qJcxRjwM2KLSrg4km)

First, create a inventory directory.

```bash
mkdir ~/.inventory
```

Then pack as many files as you like into the inventory.

If you want to copy files from inventory, ask inm!
```bash
inm
```

## Install

### via GitHub Releases

https://github.com/zztkm/inm/releases

### via go install

```bash
go install github.com/zztkm/inm@latest
```

## License

MIT

## Author

zztkm