Do you want to install something, but forgot if it's 'install', '--install', '-S', 'add' or 'update'?
Packager is a small script that detects which package managers you have, and rewrites your command.
https://opensavvy.gitlab.io/system/packager/docs/
Supported:
• #apt, #aptitude — #debian
• #npm, #yarn — #js
• #pacman, #yay — #archlinux
• #pip — #python
• #raco — #racket
• #sdkman — #java
[08:44] Warning of 'chronic understaffing' in Defence Forces
The Representative Association of Commissioned Officers (RACO) has warned that chronic understaffing in the Defence Forces must be addressed.
https://www.rte.ie/news/ireland/2024/1002/1473110-raco-defence-conference/
#TheRepresentativeAssociationofCommissionedOfficers #RACO
@njoseph_1 @cwebber As a practical tip, "raco make" (byte-compile in place) is generally more useful for performance for me than "raco exe" (make one executable file). Of course, it's not as nice for distributing to your non-racket-using friends.