Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 1.46 KB

File metadata and controls

executable file
·
46 lines (29 loc) · 1.46 KB

SwapTool

An application to manage the swap space and memory in Linux distros.

SwapTool by AAZH in Light mode SwapTool by AAZH in Dark mode

Installation

A swaptool executable can be downloaded from swaptool and executed to load the application directly without installation.

$ ./swaptool

Or also it can be installed by flatpak as follows:

$ flatpak install --user --from 'https://github.com/aazhbd/swaptool/releases/download/v1.3/articulatedlogic.swaptool.flatpak'

It can also be executed by one line command as follows:

# Assuming curl is available
$ curl -L -o swaptool 'https://github.com/aazhbd/swaptool/releases/download/v1.3/swaptool' && chmod +x swaptool && ./swaptool

# Assuming wget is available
$ wget -O swaptool 'https://github.com/aazhbd/swaptool/releases/download/v1.3/swaptool' && chmod +x swaptool && ./swaptool

License

SwapTool is released under GPL version 2.0.

Contact

Abdullah Al Zakir Hossain