Live data from Hacker News

Show HN: I published my first website – ShellMagic.xyz

shellmagic.xyz

61–70 of 79 posts

Re: Show HN: I published my first website – ShellMagic.xyz

#61
Well done! For a first website, this is amazing. I can learn some bash from this site. Also, I want to say it was a pleasure (more relief, really - now 2020-02-13) to read the comments and not be overcome by negative comments. Sometimes even "constructive criticism" misses the goodness in the gigantic effort to make. Your first website and you get on HN! Go YOU!

Re: Show HN: I published my first website – ShellMagic.xyz

#63

I 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…

If you use fish shell, you can use man on the built in shell commamds. It's a nice experience.

Re: Show HN: I published my first website – ShellMagic.xyz

#64

Some feedback you probably won't hear from the HN crowd: Give more context to the site for initial visitors. Its going to be more obvious to those who visited from HN but not to those who stumbled upon it somehow. A little blurb at the top saying this is a reference site for bash scripting syntax and maybe why you saw the need for such a thing would do ease people into the site a bit. I hate the popup at the bottom,…

It would definitely be helpful to have more context. I know some bash, but I'm far from an expert. The first thing I see on the page is a list of flags, but no clue what commands these flags are used with. A few usage examples would help a lot.

For example "-e checks if files exists" How? -e filename ? This doesn't work?

Re: Show HN: I published my first website – ShellMagic.xyz

#70
post #60

Very cool, thanks for sharing. Here's some trivial suggestions. - There's a lot of info here, so I think you should aim for curation and conciseness, rather than completeness. For example, in File Test Operators, your first two entries (effectively, the first two entries a visitor sees) is `-e` and `-a`, both of which you describe as "File exists", though for the latter, you write: "(identical to -e but is deprecated…

- I'll be making a section for deprecated stuff and move everything of that sort into one section. Good suggestion.

- I've added a bunch of new fonts to the site, just now. It's a temporary selection of fonts - but include nicer ones like Source Code Pro for code, and a sans-serif for headings and navigation bar.

- Thank you very much for mentioning that. That's a way nicer handle!

Post reply on HN