Popularity
2.2
Growing
Activity
0.0
Stable
2
3
0

Monthly Downloads: 8
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.

Do you think we are missing an alternative of flip-cmd or a related project?

Add another 'Simple' Package

README

[ujm-says-I-think-what-it-is-useful-that-is-like-flip-of-Haskell-in-cli](ujm.png)

Hackage

: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