Skip to content

A thin Tcl/Tk GUI around the df POSIX command packaged for Linux as an AppImage using Statcl

License

Notifications You must be signed in to change notification settings

julien-montmartin/statcl-df-demo

Repository files navigation

Statcl df Demo

A thin Tcl/Tk GUI around the df POSIX command packaged for Linux as an AppImage using Statcl.

Build Status

Tcl is a great language, especially when it comes to writing a small and efficient GUI with a few lines of code. I personally use it to write tools to ease build processes, or to write a GUI that hides complex and uninteresting command lines. The Tcl code of this repo is not very interesting, and the released AppImage is not very useful (who needs a GUI around df?), but it does show how easy it is to build such a tool with Statcl and distribute it.

Feel free to go to the release tab of this repo to download and try the latest AppImage of the df demo. It is built by Travis CI on Ubuntu Trusty (14.04), according to AppImage recommendations.

A screenshot of dfDemo

This kind of sh script may help you to download the latest release of dfDemo-x86_64.AppImage from this repo:

getStatclDfDemo() {

	curlTxt=https://github.com/raw/julien-montmartin/statcl-df-demo/master/curl.txt
	curl -s ${curlTxt} | curl -sLK -
	chmod +x ./dfDemo-x86_64.AppImage
	ls -lh dfDemo-x86_64.AppImage
}

About

A thin Tcl/Tk GUI around the df POSIX command packaged for Linux as an AppImage using Statcl

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published