https://github.com/stagas/fpick
interactively pick a file to run a command against
https://github.com/stagas/fpick
cli cli-tool cli-tools cli-util cli-utilities filepicker filepickerdialog fileselect fileselector filesystem interactive picker terminal
Last synced: 5 months ago
JSON representation
interactively pick a file to run a command against
- Host: GitHub
- URL: https://github.com/stagas/fpick
- Owner: stagas
- Created: 2021-11-05T23:21:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T02:39:56.000Z (over 4 years ago)
- Last Synced: 2025-08-09T06:36:20.020Z (6 months ago)
- Topics: cli, cli-tool, cli-tools, cli-util, cli-utilities, filepicker, filepickerdialog, fileselect, fileselector, filesystem, interactive, picker, terminal
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fpick
interactively pick a file to run a command against
🔧 Install
· ⚽ Usage
· 🔥 Releases
· 💪🏼 Contribute
· 🍻 Credits
· 🖐️ Help
---
## Install
```sh
$ npm i fpick -g
```
## Usage
```
Usage: fpick [options] -- [...args]
Options:
-r, --repeat Repeat picker after command ends
```
or without installing globally:
```sh
$ npx fpick docs -- cat
```
## Credits
- [fc-filepick](https://github.com/agrublev/fc-filepick) by [agrublev](https://github.com/agrublev)
## Contribute
[Fork](https://github.com/stagas/fpick/fork) or
[edit](https://github.dev/stagas/fpick) and submit a PR.
All contributions are welcome!
## License
MIT © 2021
[stagas](https://github.com/stagas)