Show HN: Share one-liner command snippets
snippets.shodan.io
Show HN: Share one-liner command snippets
1–10 of 26 posts
Re: Show HN: Share one-liner command snippets
#2Re: Show HN: Share one-liner command snippets
#3Interesting, but https://www.commandlinefu.com/ is there for quite a long time. What are the benefits over it?
With this, I was trying to create a set of highlighting rules that would make arguments more obvious to read. For example:
https://snippets.shodan.io/c/KicwlhJFezcAAhWe
I wrote the website because I wanted to have that sort of syntax highlighting for the commands I share in our docs to make it easier to read/ understand. Btw the description field supports Markdown so you can also explain the commands in further detail, see:
https://snippets.shodan.io/c/GhFfOh2r0mOSLrcJ
And the commands can be embedded as images by appending ".png" to the end of the URL:
Re: Show HN: Share one-liner command snippets
#4Re: Show HN: Share one-liner command snippets
#5Like it! Feature request: when we click on the command line, select all the command line and copy it in the clipboard, instead of having to double click then ctrl+c?
Re: Show HN: Share one-liner command snippets
#6The carets on the left also give me the impression that the card will expand and reveal the snippet but then I am sent to a new page. Slightly annoying.
Re: Show HN: Share one-liner command snippets
#7 $ curl wttr.in/
Not sure if I'd use it much, but it is nifty!Re: Show HN: Share one-liner command snippets
#8Like it! Feature request: when we click on the command line, select all the command line and copy it in the clipboard, instead of having to double click then ctrl+c?
Thank you and it's been added to the issue tracker! Should be included in the next release :)