refh alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view refh alternatives based on common mentions on social networks and blogs.
-
gotta-go-fast
A command line utility for practicing typing and measuring your WPM and accuracy. -
heroku-persistent
Parse DATABASE_URL into configuration types for Persistent -
bit-stream
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization -
ascii-art-to-unicode
Small program to convert ASCII box art to Unicode box drawings. -
rollbar-cli
A group of libraries written in Haskell to communicate with Rollbar API. -
base-unicode-symbols
Unicode alternatives for common functions and operators -
hackertyper
"Hack" like a programmer in movies and games! Inspired by hackertyper.net -
aeson-serialize
Functions for serializing a type that is an instance of ToJSON -
dependent-sum-template
Template Haskell code to generate instances of classes in dependent-sum package -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function -
servant-streaming
Support for servant requests and responses via the 'streaming' library -
containers-unicode-symbols
Unicode alternatives for common functions and operators -
semver-range
Implementation of semver and NPM-style semantic version ranges in Haskell
Clean code begins in your IDE with SonarLint
* 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 refh or a related project?
README
refh
This is a sexy little command line client for refheap. It can do amazingly awesome things like create pastes for you.
How it works
penumbra:refh raynes$ refh -?
refh v0.1.0
args [OPTIONS]
Common flags:
-u --username=ITEM
-t --token=ITEM
-c --copy True by default. If true, copy resulting link to
clipboard.
-l --language=ITEM Must be exactly as the language name appears on
refheap's dropdown.
-a --anon Paste anonymously regardless of username and token
settings.
-f --file=ITEM Paste from this file instead of stdin. If extension is
present, use it to determine language.
-p --private False by default. If true, make paste private.
-? --help Display help message
-V --version Print version information
If a file isn't passed to -f
, refh expects the body of the paste to be passed
to its stdin. The rest should be pretty straightforward.
Installing
This is a Haskell program. If you happen to have Haskell and cabal-install
installed, you can install it with that
cabal install refh
If not, I'll put together some binaries for the various platforms. I don't have access to Windows though, so unless someone contributes it, I can't produce binaries for that. Check here for binaries.