Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/service-info
Small CLI utility to find information about services by name or path
https://github.com/fluffynuts/service-info
Last synced: 20 days ago
JSON representation
Small CLI utility to find information about services by name or path
- Host: GitHub
- URL: https://github.com/fluffynuts/service-info
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2023-10-25T09:06:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T09:06:53.000Z (over 1 year ago)
- Last Synced: 2024-11-17T05:58:23.472Z (2 months ago)
- Language: C#
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
service-info
---Small CLI utility to find services by path, name or description
and show info about those services## usage
`service-info.exe {options} [term1, ... terms]`eg:
```
service-info.exe --by-name w3svc
service-info.exe --by-path "C:\\path\\to\\service.exe"
```