mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-12 10:14:56 +02:00
🎨 delete install via snap, add badges
snap is not more maintained: https://github.com/Peltoche/lsd/issues/79 https://github.com/Peltoche/lsd/issues/392
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
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.
|
||||
|
||||
architectures:
|
||||
- amd64
|
||||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
parts:
|
||||
lsd:
|
||||
plugin: rust
|
||||
source: ./
|
||||
|
||||
apps:
|
||||
lsd:
|
||||
command: bin/lsd
|
||||
plugs:
|
||||
- home
|
||||
- removable-media
|
||||
15
README.md
15
README.md
@@ -1,7 +1,10 @@
|
||||
# LSD (LSDeluxe)
|
||||
|
||||
[](https://raw.githubusercontent.com/Peltoche/ical-rs/master/LICENSE)
|
||||
[](https://raw.githubusercontent.com/Peltoche/lsd/master/LICENSE)
|
||||
[](https://crates.io/crates/lsd)
|
||||
[](https://github.com/Peltoche/lsd/actions)
|
||||
[](https://codecov.io/gh/Peltoche/lsd)
|
||||
[](https://repology.org/project/lsd/versions)
|
||||
|
||||
# Table of Contents
|
||||
|
||||
@@ -51,20 +54,16 @@ _... and other Debian-based Linux distributions_
|
||||
Download the latest .deb package from the [release page](https://github.com/Peltoche/lsd/releases) and install it via:
|
||||
|
||||
```sh
|
||||
sudo dpkg -i lsd_7.2.0_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i lsd_0.17.0_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### On Gentoo
|
||||
|
||||
```sh
|
||||
sudo emerge sys-apps/lsd
|
||||
```
|
||||
(Ebuild maintained by Georgy Yakovlev)
|
||||
|
||||
### From Snap
|
||||
|
||||
```sh
|
||||
sudo snap install lsd
|
||||
```
|
||||
|
||||
### On macOS
|
||||
|
||||
@@ -98,6 +97,7 @@ pkg install lsd
|
||||
```
|
||||
|
||||
### On Windows
|
||||
|
||||
Install with [Scoop](https://scoop.sh):
|
||||
```powershell
|
||||
scoop install lsd
|
||||
@@ -120,7 +120,6 @@ cargo install --git https://github.com/Peltoche/lsd.git --branch master
|
||||
|
||||
The [release page](https://github.com/Peltoche/lsd/releases) includes precompiled binaries for Linux and macOS.
|
||||
|
||||
|
||||
## Configurations
|
||||
|
||||
### Required
|
||||
|
||||
Reference in New Issue
Block a user