1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-20 06:46:44 +02:00
tmux-fingers/src/fingers.cr
2023-09-27 15:21:51 +02:00

10 lines
145 B
Crystal

require "./fingers/logger"
require "./fingers/cli"
module Fingers
VERSION = {{ %(#{`shards version`.chomp}) }}
cli = Cli.new
cli.run
end