Skip to content

thisislola/chroniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⏱️📊 Croniq: A CSV Timeline Visualiser

Background

It's a common challenge to find the right tools for forensic analysis, especially when you need to work offline. That's why I created this timeline generator. I wanted a VERY simple, offline solution that could visualise forensic artifacts and events without relying on a constant internet connection or having to run scripts. This is really just 3 files. Could it be one? Yeah, but let's not be so wild!

I'm not a JavaScript expert (not even a friend of JS), so I used AI to help me build this tool. I made sure I understood the JS code to the best of my abilities, so I am happy with it! It's designed to be a straightforward, effective tool that you can use on any offline workstation!

Feel free to suggest improvements!

How To

Features

  • Auto-detection of CSV delimiters (comma/semicolon)
  • Intelligent column mapping with auto-suggestions
  • File validation
  • Support up to 10MB, 10k rows
  • Locally generated: No dependencies.

Flexible timeline display

  • Displays time in UTC only, local only, or both
  • Sortable timelines
  • Print-ready timeline exports into PDF files

CSV format requirements

  • Event column (required): Event name/title
  • Timestamp column (required): Date/time in any standard format

Optional columns:

  • Description: Event details
  • Location: Where the event occurred
  • Any other columns: Will be displayed as additional information

Quick start

  1. Clone the repository

    git clone https://github.com/thisislola/chroniq.git
    cd chroniq

    Or just click Code and then Download ZIP! The files you need are all under files.

  2. Open your browser and double click on the index.html and you are ready.

  3. Upload a CSV file and create your timeline!

About

A CSV Timeline Visualiser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published