binocular-cli 0.1.1

FZF, ripgrep, fd and delta wrapper so it's easier for me to use these tools in multiple OSes. Not meant to be a serious library.
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.clap]
features = ["derive"]
version = "4.0.29"

[package]
description = "FZF, ripgrep, fd and delta wrapper so it's easier for me to use these tools in multiple OSes. Not meant to be a serious library."
edition = "2021"
license-file = "LICENSE.md"
name = "binocular-cli"
readme = "README.md"
repository = "https://github.com/jpcrs/Binocular-cli"
version = "0.1.1"