Popularity
1.7
Declining
Activity
0.0
Stable
2
2
0
Monthly Downloads: 1
Programming language: Haskell
License: MIT License
Tags:
Simple
flip-cmd alternatives and similar packages
Based on the "Simple" category.
Alternatively, view flip-cmd alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of flip-cmd or a related project?
Popular Comparisons
README
[ujm-says-I-think-what-it-is-useful-that-is-like-flip-of-Haskell-in-cli](ujm.png)
:gift: How to install this :gift:
From source
$ git clone https://github.com/aiya000/hs-flip-cmd
$ cd hs-flip-cmd
$ stack install # the `flip` command will be installed to your ~/.local/bin
:notes: Usage :notes:
$ flip echo 2 1 3
1 2 3
$ flip exit 1
$ echo $?
1