This website requires JavaScript.
Explore
Help
Register
Sign In
phantop
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Phantop/dotfiles
synced
2024-11-05 14:34:47 +00:00
Code
Issues
Releases
Wiki
Activity
dc3353b717
dotfiles
/
.config
/
fish
/
functions
/
base64d.fish
4 lines
64 B
Fish
Raw
Normal View
History
Unescape
Escape
Fish: add some useful stuff back
2019-06-03 23:25:47 +00:00
function
base64d
Fish: base64d remove newline
2020-03-14 17:07:21 +00:00
echo
(
echo
$argv
|
base64
-d
2
>
/dev/null
)
Fish: add some useful stuff back
2019-06-03 23:25:47 +00:00
end
Reference in a new issue
Copy permalink