Page 126 of 126 (2518 total posts)

April 2021

06-04-2021
Charts.css

Charts.css

Source: chartscss.org

From the looks of it this is a super handy library doing charts without needing JavaScript. Does it work? Don’t know yet.

Tags: how-to css library charts opensource design
06-04-2021
Why I use exa instead of ls on Linux | Opensource.com

Why I use exa instead of ls on Linux | Opensource.com

Source: opensource.com

We live in a busy world and can save time and effort by using the ls command when we need to look for files and data. But without a lot of tweaking, the default ls output isn't quite soothing to the eyes. Why spend your time squinting at black and white text when you have an alternative in exa? Exa is a modern-day replacement for the regular ls command, and it makes life easier. The tool is written in Rust, which is known for its parallelism and safety.

Tags: ls exa cli how-to linux tool