github.com/Phate6660/clojurefetch

I have a problem with making info fetch utilities in different langs okay.

Open this visualization on its own page →

Contributors

2

Lines of Code

55

From

2020-08-29

To

2021-01-08

About Phate6660/clojurefetch

Clojurefetch is a command-line utility written in Clojure that fetches and displays system information. The project appears to be part of the developer's collection of similar info-fetch tools implemented across different programming languages. It follows the pattern of other popular system information display programs like neofetch or screenfetch, showing details about the user's system in a formatted output.

The tool is invoked through Leiningen (Clojure's build tool) and accepts command-line flags to customize which information gets displayed. Based on the examples, it supports a help command to show available options and flag combinations that determine what system details to output. The project is relatively straightforward in scope, serving as both a functional utility and an exercise in implementing similar functionality across multiple programming languages.

Share this video