diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-30 20:55:23 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-30 21:00:47 +0530 |
commit | ec873ab4fa92c018b65a4785eca55348d256790d (patch) | |
tree | 6817dbfb9c9168204dbfc08ad485a81ac0a84d39 /README.md | |
parent | 3f40980dd03892c2225b89aa57530990c3074dfb (diff) | |
download | nnn-ec873ab4fa92c018b65a4785eca55348d256790d.tar.gz |
Option -a to use file access time
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -74,7 +74,7 @@ Visit the **[Wiki](https://github.com/jarun/nnn/wiki)** for operational concepts - Sorting - Ordered pure numeric names by default (visit _/proc_) - Case-insensitive version (_aka_ natural) sort - - Sort by file name, modification time, size, file extension + - By file name, modification/access time, size, extension - Search - Instant filtering with *search-as-you-type* - Regex and substring match @@ -202,8 +202,8 @@ Option completion scripts for Bash, Fish and Zsh can be found in respective subd #### Cmdline options ``` -usage: nnn [-b key] [-d] [-H] [-i] [-n] [-o] [-p file] - [-r] [-s] [-S] [-t] [-v] [-h] [PATH] +usage: nnn [-a] [-b key] [-d] [-H] [-i] [-n] [-o] + [-p file] [-r] [-s] [-S] [-t] [-v] [-h] [PATH] The missing terminal file manager for X. @@ -211,6 +211,7 @@ positional args: PATH start dir [default: current dir] optional args: + -a use access time -b key open bookmark key -d detail mode -H show hidden files |