├── LICENSE.md ├── README.md ├── desktop ├── cylondeb.desktop └── cylondebicon.png ├── documentation └── changelog.md ├── main └── cylondeb ├── makefile ├── modules ├── MaintenanceModule ├── MiscModule ├── SystemCleanModule └── SystemMaintModule └── screenshots ├── bleachbit_CLI_wrapper.png ├── main_menu.png ├── main_three.png ├── menu_one.png └── menu_two.png /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/README.md -------------------------------------------------------------------------------- /desktop/cylondeb.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/desktop/cylondeb.desktop -------------------------------------------------------------------------------- /desktop/cylondebicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/desktop/cylondebicon.png -------------------------------------------------------------------------------- /documentation/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/documentation/changelog.md -------------------------------------------------------------------------------- /main/cylondeb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/main/cylondeb -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/makefile -------------------------------------------------------------------------------- /modules/MaintenanceModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/modules/MaintenanceModule -------------------------------------------------------------------------------- /modules/MiscModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/modules/MiscModule -------------------------------------------------------------------------------- /modules/SystemCleanModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/modules/SystemCleanModule -------------------------------------------------------------------------------- /modules/SystemMaintModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/modules/SystemMaintModule -------------------------------------------------------------------------------- /screenshots/bleachbit_CLI_wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/screenshots/bleachbit_CLI_wrapper.png -------------------------------------------------------------------------------- /screenshots/main_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/screenshots/main_menu.png -------------------------------------------------------------------------------- /screenshots/main_three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/screenshots/main_three.png -------------------------------------------------------------------------------- /screenshots/menu_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/screenshots/menu_one.png -------------------------------------------------------------------------------- /screenshots/menu_two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavinlyonsrepo/cylon-deb/HEAD/screenshots/menu_two.png --------------------------------------------------------------------------------