Show HN: I published my first website – ShellMagic.xyz
41–50 of 79 posts
Re: Show HN: I published my first website – ShellMagic.xyz
#42If you ever want to add some useless splash for no reason, can I suggest one of these?
Re: Show HN: I published my first website – ShellMagic.xyz
#43I bookmarked this as it will be very helpful to me, so thank you! My constructive or no so constructive criticism is that I really really don't like the theme. I find it really hard to look at and a bit difficult to read.
I'm about to implement some common color-themes which'll be easy to toggle (visually/color-wise it'll be like those themes you'd see in an IDE like Eclipse or Intelli-J f.e.). I expect to be finished with the feature in a week or so. Thank you for the feedback and glad you like the content :-)
Re: Show HN: I published my first website – ShellMagic.xyz
#44There is also 'man bash', you can even search it. Joking aside, the bash man page is pretty good and well structured. man bash | grep '^[A-Z]'
Re: Show HN: I published my first website – ShellMagic.xyz
#45Very nice. I know that it is a bash quick reference, but I was kinda expecting to see an example, at least for each section. Or a different page with a few examples and maybe a simulator. Kinda to see the magic. But it's cool nevertheless.
Re: Show HN: I published my first website – ShellMagic.xyz
#46> Access Codes & Permissions This section is missing stuff like setuid, sticky bit, extended attributes, etc. (SELinux stuff and setgid? I'm not sure if there's more.) For example, `ls -ld /tmp` shows `drwxrwxrwt`, `ls -l /bin/sudo` shows `-rwsr-xr-x`. > History Expansion To this section, it might be good to add `!$`. Also maybe a quick overview on word designators, to cover syntax like `!:^`, `!:2`, `!: `, etc. Ther…
Re: Show HN: I published my first website – ShellMagic.xyz
#47Re: Show HN: I published my first website – ShellMagic.xyz
#48I like the site! Question, any reason why your internal hyperlinks ( ) jump to beneath the header of the section instead of showing the header of the section?
Re: Show HN: I published my first website – ShellMagic.xyz
#49Also I'm loving the animated favicon.
Re: Show HN: I published my first website – ShellMagic.xyz
#50I always find the context switch to get to a website jarring, and really really love tools that give me documentation on the command line. For example, I can type "go doc foo.Bar" and instantly read the docs for foo.Bar (where foo is usually resolved to example.com/some/go/package/foo, based on what is in go.mod and installed on the system). So for this, I would really like bash's built-in help to show me all this st…