Page MenuHomeSolus

Initial inclusion of lsd
ClosedPublic

Authored by algent on Mar 18 2020, 9:35 PM.
Tags
None
Referenced Files
F11012051: D8514.diff
Thu, Aug 3, 11:59 PM
F10998403: D8514.diff
Thu, Jul 27, 10:20 PM
F10975763: D8514.id20348.diff
Sat, Jul 22, 6:41 AM
F10942233: D8514.id20660.diff
Fri, Jul 14, 10:18 AM
F10858822: D8514.id21300.diff
Jun 15 2023, 7:36 PM
F10849049: D8514.id20348.diff
Jun 11 2023, 6:09 PM
F10847970: D8514.id20345.diff
Jun 11 2023, 12:49 PM
F10845440: D8514.id20347.diff
Jun 11 2023, 12:28 AM
Tokens
"Like" token, awarded by Jacalz.

Details

Summary

Resolve T8825

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Add to .bashrc
if [ -f "/usr/bin/lsd" ] ; then
    alias ls='lsd'
fi
  • Launch terminal and run common ls commands.

Diff Detail

Repository
R4975 lsd
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Girtablulu added a subscriber: Girtablulu.
Girtablulu added inline comments.
pspec_x86_64.xml
24

why not inside /usr/bin ?

This revision now requires changes to proceed.Mar 18 2020, 10:15 PM
algent marked an inline comment as done.

Move executable file to /usr/bin folder

algent edited the test plan for this revision. (Show Details)

Fix test plan

This revision was not accepted when it landed; it landed in state Needs Review.May 13 2020, 3:20 PM
Closed by commit R4975:22ae1b28589d: Initial inclusion of lsd (authored by algent, committed by DataDrake). · Explain Why
This revision was automatically updated to reflect the committed changes.