Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doesdev/file-paths-win32-cli
Find file paths from the command line by their name
https://github.com/doesdev/file-paths-win32-cli
Last synced: about 20 hours ago
JSON representation
Find file paths from the command line by their name
- Host: GitHub
- URL: https://github.com/doesdev/file-paths-win32-cli
- Owner: doesdev
- License: mit
- Created: 2016-10-23T00:53:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T23:32:54.000Z (over 7 years ago)
- Last Synced: 2024-08-09T02:36:08.521Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-paths-win32-cli [![NPM version](https://badge.fury.io/js/file-paths-win32-cli.svg)](https://npmjs.org/package/file-paths-win32-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Dependency Status](https://dependencyci.com/github/doesdev/file-paths-win32-cli/badge)](https://dependencyci.com/github/doesdev/file-paths-win32-cli)
> Find file paths from the command line by their name
## install
```sh
$ npm install --global file-paths-win32-cli
```## usage
```sh
fp --helpfp some-file.txt some-other-file.exe --dir "C:\some\path"
```## related
- [file-paths-win32](https://github.com/doesdev/file-paths-win32) `Find file paths by file name(s)`## License
MIT © [Andrew Carpenter]()