mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
16 lines
267 B
YAML
16 lines
267 B
YAML
name: lsd
|
|
version: git
|
|
summary: A ls command with a lot of pretty colors.
|
|
description: lsd is a ls command including pretty icons based on nerd-font.
|
|
|
|
grade: stable
|
|
confinement: devmode
|
|
|
|
parts:
|
|
fd:
|
|
plugin: rust
|
|
source: ./
|
|
|
|
apps:
|
|
lsd:
|
|
command: bin/lsd
|