lsd-rs / lsd-rs/lsd

New permission option: `both`

Open
#986 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
16.2k
Forks
510
PR merge metrics
No merged PRs in 30d

Description

Add a new option to the permission setting: `both`
This will display both the octal and rwx values.
Example:
```
drwxr-xr-x (0775)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the permission setting and the existing octal and rwx formatting paths in the Rust CLI. Add the `both` option so output combines the rwx value with the octal value, and verify it produces the documented `drwxr-xr-x (0775)` format.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.