|
|
|
|
|
by geoelectric
3094 days ago
|
|
fish shell does exactly what you say, out of the box. c/p below: ~/.l/share: tar --<tab>
--absolute-paths (Don't strip leading /)
--after-date (Only store newer files)
--append (Append files to archive)
--atime-preserve (Keep access time)
…and 58 more rows
As others have mentioned, zsh can be tuned to perform similarly. fish is nice in that if you don't have explicit completions for options set up it actually parses man pages. |
|