SwapTool
An application to manage the swap space and memory in Linux distros.
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
- Email: [email protected]
- Github: http://github.com/aazhbd
- Profile: https://de.linkedin.com/in/aazhbd

