1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/bin/fingers

11 lines
181 B
Plaintext
Raw Normal View History

2020-05-02 11:45:56 +02:00
#!/usr/bin/env ruby
2021-11-16 19:38:25 +01:00
# encoding: UTF-8
2020-05-02 11:45:56 +02:00
GC.disable
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'fingers'
Fingers::CLI.new(ARGV, File.expand_path(__FILE__)).run