Skip to content
View thisislola's full-sized avatar

Block or report thisislola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thisislola/README.md

Hi there 👋

  • 🔭 I’m currently working on sharing more of the little tools I have here and there.
  • 🌱 Learning about Apple Unified Logs!
  • 💬 Ask me about coffee, mushrooms and my dog.
  • 📫 How to reach me: hei[at]lorenacw[dot]com
  • 😄 Pronouns: ma'am

Pinned Loading

  1. chroniq chroniq Public

    A CSV Timeline Visualiser

    JavaScript 9

  2. TIMEGAP! A super lightweight, single... TIMEGAP! A super lightweight, single-file HTML tool designed for quickly converting timestamps and calculating time differences between two or more points in time.
    1
    # TimeGap
    2
    
                  
    3
    _Update June 2026:_ Made an extra smaller one, the `timegap-mini.html` and it includes HEX (base 16) conversion too because Apple.
    4
    
                  
    5
    TimeGap is a super lightweight, single-file HTML _tool_ designed for quickly converting timestamps and calculating time differences between two or more points in time.
  3. A simple python code for getting the... A simple python code for getting the most basic exiftool info from all files in a directory and outputting it to another file.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # by thisislola - december 2025 
    4
    
                  
    5
    import subprocess
  4. MAS MAS Public

    MAS: Mac Archive Scanner. A macOS-only terminal tool for statically scanning DMG, PKG, .app bundles and other archives using binary signatures and magic numbers

    Python