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

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

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)