1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-02 08:21:00 +02:00
tmux-fingers/bin/fingers
2020-12-27 20:20:00 +01:00

10 lines
163 B
Ruby
Executable File

#!/usr/bin/env ruby
GC.disable
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'fingers'
Fingers::CLI.new(ARGV, File.expand_path(__FILE__)).run