Skip to main content

Show HN: Sparrow6 One-Liners http://bit.ly/2MsvIax

Show HN: Sparrow6 One-Liners Sparrow6 is an automation platform written on Perl6. http://bit.ly/2JYfUKJ S6 is a simplistic cli comes with Sparrow6, it's handy when you want to automate tasks without writting any code, here are some examples to start with: # Update local cache # We need to start with it export SP6_REPO= http://bit.ly/2WryZM9 s6 --index-update # Find specific plugins s6 --search user # Install plugin s6 --install user # Run various plugins: # Create user: sudo env PATH=$PATH env SP6_REPO=$SP6_REPO s6 --plg-run user@name=foo1,password=123456,group=wheel,action=create # Man certain plugin s6 --plg-man user # You can run Sparrow6 modules as one-liners as well: # Extract archive: zef install https://melezhik2@bitbucket.org/melezhik2/sparrowdo-archive.... s6 --module-run Archive@source=/home/melezhik/archive.tar.gz,target=/tmp/foo2,verbose=1 See more at http://bit.ly/2JYfUKJ June 5, 2019 at 05:06PM

Comments

Popular posts from this blog

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes https://ift.tt/2Y4sD67

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes Hi HackerNews community! We’re Vaibhav and Richard, founders of Simmer ( https://usesimmer.com ). Simmer aggregates dishes from DoorDash, Caviar, GrubHub, and basically every other delivery platform out there, and tells users the best dishes across the board. We do this by providing dish-level reviews. Users find highly reviewed dishes on Simmer, choose the delivery platform of their liking, and we deep link them into their chosen delivery app. We essentially lead gen to delivery. We started working on Simmer because we loved trying new restaurants, but never knew what to order. Especially, when there’s a 5 page menu. We always asked ourselves, “Why aren’t there ratings for individual dishes?” We launched our app with this restaurant-centric use case (reviews for every dish at every restaurant), but when we rolled out delivery integrations, we realized that users resonated most with the delivery angle. They found it particularly ...