6 ms·
These should absolutely be documented on the site! When I looked at the CLI source I almost walked away. 112MB spread across 12k files from a developer I don't
by irgeek 6y ago
These should absolutely be documented on the site!
When I looked at the CLI source I almost walked away. 112MB spread across 12k files from a developer I don't know is _way_ too scary to trust with access to my SSH private keys. Being able to manage it without that CLI tool, though, makes it something I might try out.
- k00b 6y agoNoted. I think the path I'll be taking is documentation and providing a bash script for those that would prefer it. Thank you for the feedback!
- ptspts 6y ago112 MB is way overkill for a command-line tool which can issue a few commands over ssh. This should be a shell script shorter than 5 KiB.
- k00b 6y agohttps://gitern.com/#downloads https://gitern.com/#downloads now provides a posix shell script ~2.8KB for those that prefer it