Commit graph

145 commits

Author SHA1 Message Date
Wei Zhang
0fce899e90
📝 🔨 emphasis on the dev docs notice (#969)
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-12-19 19:47:18 +08:00
Inventhrice
b6dc489ffd
Updated README.md to contain clear instructions for color scheming in Windows (#961) 2023-11-25 22:16:23 +08:00
Wei Zhang
35986b28f7
📝 docs: add notice for the readme is for dev (#960) 2023-11-22 19:13:07 +08:00
KD Puvvadi
3acc758c0b
installation: windows (winget) (README) (#920) 2023-11-22 18:32:11 +08:00
巢鹏
fcb52d2a92
Update README: Icon Theme config does not require build from source (#957)
 theme: bring icon theme to lsd by @zwpaper in #707 is included in
[Release v1.0.0](https://github.com/lsd-rs/lsd/releases/tag/v1.0.0).
2023-11-19 16:16:32 +08:00
Wei Zhang
ae1a2cd964 ❤️ add sponsor from warp.dev
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-10-02 13:43:27 +08:00
Panagiotis Ganelis
bfbb217257
Add support for --literal flag and literal entry in config (#900)
Add support for `--literal` in order to opt out showing filenames with
quotes
Closes: #894
2023-09-19 09:57:10 +08:00
Bertrand Bonnefoy-Claudet
93b3fb0b66 Add configuration and CLI options: truncate owner
This adds the following CLI flags:

- `--truncate-owner-after`
- `--truncate-owner-marker`

And the following configuration fields:

```yaml
truncate-owner:
  after:
  marker: ""
```

The default behavior of LSD is unchanged.

The problem this change attempts to solve is the usability of the `-l`
flag on systems where some user or group names are long but cannot be
changed (e.g. the user is not admin and the account is managed in a
central directory). In such cases, even with a decently sized terminal
(90+ characters wide), lines often overflow, making the directory
listing hard to read.

Without this change, the only mitigation would consist in turning off
the display of file ownership (via the `blocks` configuration field)
which is unsatisfactory because ownership information is very useful.
2023-09-17 16:27:38 +08:00
Laurent Cheylus
762e724f2a Update README for installation on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
2023-09-05 00:27:37 +08:00
Zhizhen He
80134e63e3 Update repository names in README.md
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-09-01 10:41:55 +08:00
Wei Zhang
9b8ed0ef73 🎉 📝 update docs, release v1.0.0
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-08-26 00:44:13 +08:00
K4YT3X
71156b8530
Added complete color theming support for Git (#852) 2023-07-04 11:29:51 +08:00
Pepijn Bakker
0e3f97b817
Added new custom option for color config, marked themes folder as deprecated. (#851) 2023-06-23 20:19:25 +08:00
Pascal H
2fe3fcdd35
Git integration (#822) 2023-05-01 00:26:15 +08:00
Alexander Kjäll
6840c01905 Clarify that ubuntu 23.04 can use apt to install lsd 2023-04-27 14:29:19 +05:30
Han Yeong-woo
5ecb868c19
Fix obsolete Nerd Font icons (#830) 2023-04-22 16:11:30 +08:00
Abin Simon
ea56a7c385 Update docs about supported block options 2023-01-22 22:38:33 +05:30
Abin Simon
d1cf72c968 Drop size_value from blocks docs 2023-01-18 10:28:01 +05:30
Semnodime
bc80b8432a Update README / Note snap discontinuation
See https://github.com/Peltoche/lsd/issues/804
2023-01-18 10:59:16 +08:00
Alexander Kjäll
40215fe59f Add installation information for debian sid and bookworm
https://packages.debian.org/sid/lsd
https://packages.debian.org/bookworm/lsd
2023-01-14 20:53:41 +05:30
Abin Simon
f5ee0a2b51 Small typo in README 2022-11-17 09:23:51 +05:30
Abin Simon
b8996c5095 Add note about not icon config not being in a release yet 2022-11-17 09:22:00 +05:30
Zhizhen He
385501ebb0 chore: fix typo
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2022-10-13 19:44:51 +05:30
Wei Zhang
501232dbe2 📝 🔨 refine icon theme description
Co-authored-by: Abin Simon <abinsimon10@gmail.com>
2022-10-10 11:16:56 +05:30
zwPapEr
38fc385129 📝 🔨 fix typos and update description for icon theme
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
acae1201a8 🔨 simplify icon theme and updates due to review
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
9a7a3eaf13 📝 icon theme: add docs
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Abin Simon
84fedc6f44
Release 0.23.1 2022-09-13 08:55:33 +05:30
clavinet
947681aaef Update README.md
add installation command for openSUSE
2022-09-12 09:25:29 +05:30
Abin Simon
80a2bb26c8
Release 0.23.0 2022-09-05 14:53:06 +05:30
Kian-Meng Ang
d05b2acd20 Fix typos and markdowns
Found via these commands:

    codespell -L crate,complies
    markdownlint README.md docs/lsd.md --disable MD034 MD013 MD033 MD025
2022-08-12 01:29:06 +08:00
Marcin Puc
6370bdeaff docs(readme): add repology badge 2022-07-11 09:16:53 +05:30
Narawit Rakket
b247650d37 docs(readme): make example config file collapsible 2022-07-10 12:31:19 +05:30
Marcin Puc
8172f07010 docs: add Void Linux install instructions 2022-07-07 21:39:38 +05:30
Abin Simon
dadd350d2e
Release 0.22.0 2022-06-12 14:23:48 +05:30
Alexander Eckert
8bf17ff89d chore: correct description in readme for hyperlink 2022-06-11 20:04:58 +05:30
MichaelAug
a58e2fd31f Update CHANGELOG, README and man page 2022-05-26 11:44:29 +08:00
Abin Simon
5f6aa76458 Update documentation for hyperlink 2022-04-14 00:38:32 +08:00
Abin Simon
7e49ca7a48 Fix theme doc in README 2022-03-31 09:41:57 +05:30
Martin Matous
f5debb878e fix feedback
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Martin Matous
3b6b343944 add access control indicators
fixes #347
fixes #515

Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 09:41:57 +05:30
Abin Simon
8dd54fee5e Add --permission octal to show permissions in octal 2022-03-21 09:34:35 +05:30
Abin Simon
af7ce9a03e
Release 0.21.0 2022-01-16 13:00:42 +05:30
zwPapEr
26d5fa6e43 theme: 📝 add docs for partial theme
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-01-16 12:47:35 +05:30
zwPapEr
2f353af414 theme: add default and update the others optional 2022-01-16 12:47:35 +05:30
Kleysley
e59e6ccefc Update README.md 2021-12-22 08:53:34 +05:30
Kleysley
0abc37085b Update README.md 2021-12-22 08:53:34 +05:30
Kleysley
de817313d5 Updated README F.A.Q section
Updated the README file to contain a fix for the first character of each file not rendering in the F.A.Q section (by adding a U+3164 unicode invisible spacer after the icon).
2021-12-22 08:53:34 +05:30
Wei Zhang
f81c3b19d7 faq: add putty/kitty icon render faq 2021-11-24 17:27:42 +05:30
PoorPockets McNewHold
676d5ababc Added Solus packages
https://dev.getsol.us/source/lsd/ Maintained in the Solus repo by https://github.com/algent-al
2021-10-31 19:34:10 +05:30