Christian Genco

Results 52 comments of Christian Genco

Here's a ruby script I had ChatGPT write to tidy those up: ```ruby #!/usr/bin/env ruby require 'fileutils' # Glob all JavaScript files in the current directory Dir.glob('src/**/*.js').each do |filename| p...

I want this for automatic theme switching when my system changes from light to dark mode or vice versa. On macOS I wrote [a system for updating the themes of...