We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7367b4c commit 6f17c10Copy full SHA for 6f17c10
snapcraft.yaml
@@ -0,0 +1,27 @@
1
+name: natls
2
+version: '1.2.10'
3
+summary: the 'ls' replacement you never knew you needed
4
+description: |
5
+ Nat is a complete replacement for the 'ls' command
6
+ Nats features include
7
+ * Showing file permissions
8
+ * Showing file size
9
+ * Showing the date that the file was modified last
10
+ * Showing the user that the file belongs to
11
+ * Showing the group that the file belongs to
12
+ * An easy to use file search
13
+ * A splash of color to distinguish between files and folders
14
+base: core20
15
+
16
+parts:
17
+ natls:
18
+ plugin: rust
19
+ source: https://github.com/willdoescode/nat.git
20
+ build-packages:
21
+ - gcc-multilib
22
23
+apps:
24
25
+ command: bin/natls
26
+ plugs:
27
+ - home
0 commit comments