zxz - a CLI for quick file sharing via https://0x0.st #599
Replies: 3 comments 1 reply
-
That is cool. First I've heard of 0x0.st - seems like a nice tool to know. |
Beta Was this translation helpful? Give feedback.
-
If you create a GitHub release, and put the generated script as an attached file to the release, people can install it with just eget meleu/zxz
# or
eget --upgrade-only --to=/usr/local/bin meleu/zxz |
Beta Was this translation helpful? Give feedback.
-
Another suggestion: Move the # inside the first command:
dependencies: &deps
- curl
- gum
- cut
- date
- grep
# in other commands:
dependencies: *deps This way, people can still run Furthermore - if you do it this way, you gain the ability to fine tune the dependencies on a per command basis and only require what is actually being used. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/meleu/zxz
I've created this mainly to try bashly. Turns out that the resulting program is actually useful. :)
It basically allows you to:
Again, I'd like to thank @DannyBen for creating such a useful tool! ❤️
Thanks to bashly, it's now so smooth to add/change/remove things like:
--option
(with or without args)Just like shellcheck, shfmt and bats, this seems to be the kind of tool that will change forever the way I write my bash programs.
Beta Was this translation helpful? Give feedback.
All reactions