tmpin alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view tmpin alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tmpin or a related project?
Popular Comparisons
README
tmpin
Add stdin support to any CLI app that accepts file input
It pipes stdin to a temp file and spawns the chosen app with the temp file path as the first argument.
Similar to process substitution in ZSH/Bash, but cross-platform and without its limitation.
Install
$ npm install --global tmpin
Usage
$ tmpin --help
Usage
echo <string> | tmpin <app> [<args>]
Example
git diff | tmpin atom
Note that the first argument to <app> will be set to the temp file
Tip
Create an alias in your .zshrc
/.bashrc
:
alias atom='tmpin atom'
# Or more specific
alias gda='git diff | tmpin atom'
License
MIT © Sindre Sorhus
*Note that all licence references and agreements mentioned in the tmpin README section above
are relevant to that project's source code only.