Closed utiiz closed 1 year ago
Added -o shortcut to --octal-permissions option. Requested by issue #1157 Also updated the help documentation and fish/zsh completion.
Before
$ exa --long -o exa: Unknown argument -o
After
$ exa --long -o 0664 .rw-rw-r-- 3,7k utiiz 23 févr. 23:33 build.rs 0664 .rw-rw-r-- 10k utiiz 23 févr. 23:33 Cargo.lock 0664 .rw-rw-r-- 2,0k utiiz 23 févr. 23:33 Cargo.toml 0775 drwxrwxr-x - utiiz 23 févr. 23:33 completions 0775 drwxrwxr-x - utiiz 23 févr. 23:33 devtools 0664 .rw-rw-r-- 2,6k utiiz 23 févr. 23:33 Justfile 0664 .rw-rw-r-- 1,1k utiiz 23 févr. 23:33 LICENCE 0775 drwxrwxr-x - utiiz 23 févr. 23:51 man 0664 .rw-rw-r-- 11k utiiz 23 févr. 23:41 README.md 0664 .rw-rw-r-- 31 utiiz 23 févr. 23:33 rust-toolchain.toml 0664 .rw-rw-r-- 455k utiiz 23 févr. 23:33 screenshots.png 0775 drwxrwxr-x - utiiz 23 févr. 23:33 snap 0775 drwxrwxr-x - utiiz 23 févr. 23:33 src 0775 drwxrwxr-x - utiiz 23 févr. 23:35 target 0664 .rw-rw-r-- 6,1k utiiz 23 févr. 23:33 Vagrantfile 0775 drwxrwxr-x - utiiz 23 févr. 23:33 xtests
Closing this, since exa is unmaintained (see https://github.com/ogham/exa/issues/1243), and this has been done in the active fork eza. Thanks!
Added -o shortcut to --octal-permissions option. Requested by issue #1157 Also updated the help documentation and fish/zsh completion.
Results
Before
After