Skip to content

Commit

Permalink
Adds wif2sha-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 29, 2024
1 parent 6954c4b commit 135ff69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .aliasesrc_linux
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ~/.bash_aliases_macos
# Define Linux specific aliases.

## ALIASES ##
## Crypto
alias wif2sha-parallel="parallel -j8 -N1 --pipe -- bash -c 'cat | base58 -d | xxd -p -c200 | sed s/^80// | rg \"[A-Fa-f0-9]{64}\"'"

# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
Expand Down

0 comments on commit 135ff69

Please sign in to comment.