You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: czkawka # you probably want to 'snapcraft register <name>'
2
+
base: core18 # the base snap is the execution environment for this snap
3
+
version: '1.5.1'# just for humans, typically '1.2+git' or '1.3.2'
4
+
summary: Czkawka - fast data cleaner written in Rust # 79 char long summary
5
+
description: |
6
+
Czkawka is very fast and feature rich cleaner which finds file duplicates, empty folders and files, duplicated music, similar images or the biggest files in selected directories.
7
+
This program have frontend written in modern GTK 3.
8
+
9
+
grade: stable # must be 'stable' to release into candidate/stable channels
10
+
confinement: strict # use 'strict' once you have the right plugs and slots
0 commit comments