Hacker News new | ask | show | jobs
by silenthoughts 943 days ago
This is great!
1 comments

Thanks. Happy to hear you find it useful. Currently working on a companion list of command line tools (this one is harder to put together though and I'm not sure if it will be as useful).
I am sure it could be useful to many people out there. If you do not mind me asking, was the website difficult to build? I really like the way it is structured and organized. The color is really easy on the eyes as well.
It wasn't too bad. The only issue I ran into is that I can't find a better way to input the information other than manually editing each one of these tablestructures:

            <tr>
                <td data-label="App">
                    <a href="https://www.blender.org">Blender</a>
                </td>
                <td data-label="Description">
                    Open source advanced 3D/2D animation & modeling suite.
                </td>
                <td data-label="Category">
                    Animation
                </td>
                <td data-label="Free">
                    <span class="yes">&#10003;</span>
                </td>
                <td data-label="Included">
                    <span class="no">&#10007;</span>
            </tr>