An open API service indexing awesome lists of open source software.

https://github.com/ndr-repo/timetable

Timeline view from the command line for Windows and Linux file systems.
https://github.com/ndr-repo/timetable

cybersecurity digital-forensics incident-response sysadmin timeline

Last synced: 2 months ago
JSON representation

Timeline view from the command line for Windows and Linux file systems.

Awesome Lists containing this project

README

          

# timetable
Timeline view from the command line for Windows and Linux file systems. Made for forensic timelining and various recursive queries on endpoints and servers.

- **timetable** - displays a timeline of files and directories in the current working dir sorted by UTC creation time, last access, and last write

- **timetable_FL** - only show files (exclude directories), sort by length (size)

- **timetable_FLE** - only show files (exclude directories), sort by length (size) and file extension (ie: .ps1, .py, .exe)

- **timetable_FLR** - only show files (exclude directories), sort by length (size), recursion into subdirectories