~/s/f/nushell
main +221* ls -a | sort-by type name -i
# name type size modified
0 .cargo dir 4,096 4 minutes ago
1 .git dir 4,096 4 minutes ago
2 assets dir 4,096 4 minutes ago
3 crates dir 4,096 4 minutes ago
4 .gitignore file 281 4 minutes ago
5 build-all-windows.cmd file 655 4 minutes ago
6 build-all.nu file 576 4 minutes ago
7 Cargo.lock file 120,954 4 minutes ago
8 Cargo.toml file 2,986 4 minutes ago
9 CODE_OF_CONDUCT.md file 3,444 4 minutes ago
10 install-all.ps1 file 818 2 minutes ago
11 install-all.sh file 818 4 minutes ago
12 README.md file 15,637 4 minutes ago
# name type size modified
Explanation
The image shows a terminal window displaying a listing of files and directories. The list is sorted by type and name, and includes information on size and last modified time. The directory appears to be in a Nushell environment.