├── .gitignore ├── LICENSE ├── README.md ├── default.nix ├── flake.lock ├── flake.nix └── fzf-preview /.gitignore: -------------------------------------------------------------------------------- 1 | result 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/README.md -------------------------------------------------------------------------------- /default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/default.nix -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/flake.nix -------------------------------------------------------------------------------- /fzf-preview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niksingh710/fzf-preview/HEAD/fzf-preview --------------------------------------------------------------------------------