oberblastmeister / trashy

a cli system trash manager, alternative to rm and trash-cli
Apache License 2.0
362 stars 13 forks source link

Feature request: --date column #39

Closed roland-5 closed 1 year ago

roland-5 commented 2 years ago

As I love trashy output I need sometimes more specific time when I put file/folder in trash. If two days ago something was deleted, then what time it was exactly?

---------------------------------------------------------------------
|  i  | Time            |  Date             |     Path              │
|-----|-----------------|-------------------|-----------------------|
|  2  | 2 days ago      | 2022/09/13 16:45  |  /home/user/blablabla |
|  1  | 2 days ago      | 2022/09/13 16:40  |  /home/user/blablabla |
|  0  | 43 minutes ago  | 2022/09/15 12:01  |  /home/user/blebleble |
---------------------------------------------------------------------
oberblastmeister commented 2 years ago

This seems pretty useful. I wonder if we could add an option to choose how preciese the Time column is. For example, something like --time precise or --time imprecise