zxz - a CLI for quick file sharing via https://0x0.st #599
meleu
started this conversation in
Show and tell
Replies: 3 comments 1 reply
|
That is cool. First I've heard of 0x0.st - seems like a nice tool to know. |
0 replies
|
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 |
1 reply
|
Another suggestion: Move the # inside the first command:
dependencies: &deps
- curl
- gum
- cut
- date
- grep
# in other commands:
dependencies: *depsThis 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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions