Home Explore Blog CI



79bbaa82819da19b9cf8016be6f30bbbe0c26de94d01eca9000000020001480e.png

Extracted Text
/home/jonathan/Source/nushell(master)> ls # name | type | readonly | size | accessed | modified 0 .azure | Directory | | 4.1 KB | 2 months ago | 2 days ago 1 open | File | | | a day ago | a day ago 2 Cargo.toml | File | | 3.1 KB | 2 hours ago | 2 hours ago 3 LICENSE | File | | 1.1 KB | 2 months ago | 2 months ago 4 readonly.txt | File | readonly | | 2 months ago | 2 months ago 5 target | Directory | | 4.1 KB | 2 days ago | a day ago 6 images | Directory | | 4.1 KB | 2 months ago | 2 hours ago 7 tests | Directory | | 4.1 KB | 2 months ago | 2 days ago 8 rustfmt.toml | File | | 16 B | 3 weeks ago | 3 weeks ago 9 Makefile.toml | File | | 614 B | 2 months ago | 2 months ago 10 .gitignore | File | | 58 B | 2 weeks ago | 2 weeks ago 11 extra | Directory | | 4.1 KB | a day ago | a day ago 12 src | Directory | | 4.1 KB | 2 months ago | 2 hours ago 13 README.md | File | | 12.2 KB | 32 minutes ago | 32 minutes ago 14 assets | Directory | | 4.1 KB | 3 weeks ago | 3 weeks ago 15 .editorconfig | File | | 148 B | 2 months ago | 2 months ago 16 | docs | Directory | | 4.1 KB | 2 months ago | 2 months ago 17 | .vscode | Directory | | 4.1 KB | a month ago | a month ago 18 Cargo.lock | File | | 201.3 KB | 2 hours ago | 2 hours ago 19 | .git | Directory | | 4.1 KB | 2 months ago | 32 minutes ago 20 .cargo | Directory | | 4.1 KB | 2 months ago | 2 months ago
Explanation
The image shows the output of the `ls` command in the nushell shell, displaying a list of files and directories within a specified directory. The columns provide information about each item, including its name, type (file or directory), whether it's read-only, size, last accessed date, and last modified date.