una alternatives and similar packages
Based on the "Utils" category.
Alternatively, view una alternatives based on common mentions on social networks and blogs.
-
sbv
SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers. -
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
hocker
Utilities for interacting with the docker registry and generating nix build instructions -
thentos-cookie-session
All-in-one session handling for servant-based frontends -
scat
Password scatterer. Eliminates password reuse by generating deterministically unique passwords for each service (website, email address, etc.), all from a single password. -
cli-extras
Miscellaneous utilities for building and working with command line interfaces -
http-enumerator
HTTP client package with enumerator interface and HTTPS support. -
pipes-binary
Encode and decode binary streams using the pipes and binary libraries. -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
aeson-deriving
Data types for compositional, type-directed serialization -
fernet
Haskell library to generate and verify "Fernet" HMAC-based authentication tokens. -
servant-docs-simple
Generate documentation for API endpoints via typerep -
Webrexp
Document query utility, mixing CSS Selector syntax and regular expressions. -
bit-array
A bit array (aka bitset, bitmap, bit vector) API for numeric types
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of una or a related project?
README
una: Universal un-archiver
Version 1.0, by John Wiegley [email protected]
This is a "universal", recursive unarchiver, written because I'm too lazy to remember all the extraction options for the large number of archive formats I deal with.
Optional dependencies:
- StuffIt Expander (free, expander-only version)
- MacPorts: unarj, unrar, lha, p7zip, cabextract
Usage
una [OPTION] ARCHIVE...
If no OPTION is specified, the default action is to extract the archive's
contents into the current directory.
Options:
-h, --help show help
-d, --delete delete the archive if sucessfully extracted
-f, --overwrite overwrite any existing file
This script is also smart about unarchiving:
a) if all the contents of an archive would already extract into a single directory, do that;
b) if the archive contains only one item, extract it into the current directory;
c) otherwise, if the archive would dump multiple contents into the current directory, create a new directory based on the name of the archive, sans extension, and put everything there.