1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-28 07:40:57 +02:00
tmux-fingers/src/fingers.cr

10 lines
145 B
Crystal
Raw Normal View History

2020-05-02 11:45:56 +02:00
require "./fingers/logger"
require "./fingers/cli"
module Fingers
VERSION = {{ %(#{`shards version`.chomp}) }}
2020-05-02 11:45:56 +02:00
cli = Cli.new
cli.run
end