[package] name = "tmux-hints" description = "An application to find matches, ie. urls and navigate them with the keyboard." readme = "README.md" keywords = ["tmux"] categories = ["command-line-utilities"] repository = "https://github.com/Roger/tmux-hints" version = "0.1.1" authors = ["roger "] license = "MIT" [badges] travis-ci = { repository = "Roger/tmux-hints", branch = "master" } [dependencies] libc = "0.2" dirs = "1.0" regex = "1" termios= "0.3"