diff --git a/xbar/brew-services.10m.rb b/xbar/brew-services.10m.rb index a53a1f5..8f7b000 100755 --- a/xbar/brew-services.10m.rb +++ b/xbar/brew-services.10m.rb @@ -2,11 +2,11 @@ # frozen_string_literal: true # Brew Services -# v3.2.1 +# v3.2.2 # Jim Myhrberg # jimeh # List and manage Homebrew Services -# https://i.imgur.com/PusYz5W.png +# https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/brew-services.png # ruby # https://github.com/jimeh/dotfiles/tree/main/xbar # @@ -23,8 +23,8 @@ # rubocop:disable Style/IfUnlessModifier require 'fileutils' -require 'open3' require 'json' +require 'open3' require 'set' # Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby. diff --git a/xbar/brew-updates.1h.rb b/xbar/brew-updates.1h.rb index f467047..9bfb235 100755 --- a/xbar/brew-updates.1h.rb +++ b/xbar/brew-updates.1h.rb @@ -4,11 +4,11 @@ # rubocop:disable Layout/LineLength # Brew Updates -# v2.7.1 +# v2.7.2 # Jim Myhrberg # jimeh # List and manage outdated Homebrew formulas and casks -# https://i.imgur.com/HbSHhaa.png +# https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/brew-updates.png # ruby # https://github.com/jimeh/dotfiles/tree/main/xbar # @@ -30,8 +30,8 @@ # rubocop:disable Style/IfUnlessModifier require 'fileutils' -require 'open3' require 'json' +require 'open3' require 'set' # Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby. diff --git a/xbar/mise-updates.1h.rb b/xbar/mise-updates.1h.rb index f1fa9d3..6e0d8f1 100755 --- a/xbar/mise-updates.1h.rb +++ b/xbar/mise-updates.1h.rb @@ -4,10 +4,11 @@ # rubocop:disable Layout/LineLength # Mise Updates -# v0.3.1 +# v1.0.0 # Jim Myhrberg # jimeh # List and manage outdated tools installed with mise +# https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/mise-updates.png # ruby # https://github.com/jimeh/dotfiles/tree/main/xbar # @@ -26,8 +27,8 @@ # rubocop:disable Style/IfUnlessModifier require 'fileutils' -require 'open3' require 'json' +require 'open3' require 'set' # Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby.