Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/inm
inventory manager
https://github.com/zztkm/inm
Last synced: 10 days ago
JSON representation
inventory manager
- Host: GitHub
- URL: https://github.com/zztkm/inm
- Owner: zztkm
- License: mit
- Created: 2023-06-15T14:11:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-04T06:08:52.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:50.482Z (14 days ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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