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.
- Host: GitHub
- URL: https://github.com/ndr-repo/timetable
- Owner: ndr-repo
- License: gpl-3.0
- Created: 2025-03-06T04:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T16:22:53.000Z (about 1 year ago)
- Last Synced: 2025-06-26T17:30:11.742Z (about 1 year ago)
- Topics: cybersecurity, digital-forensics, incident-response, sysadmin, timeline
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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