Skip to content

Commit c075ad6

Browse files
committed
Enable Wayland Support
1 parent 2eccb27 commit c075ad6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glimpse"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
edition = "2021"
55
description = "A blazingly fast tool for peeking at codebases. Perfect for loading your codebase into an LLM's context."
66
license = "MIT"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
packages.default = pkgs.rustPlatform.buildRustPackage {
2020
pname = "glimpse";
21-
version = "0.6.6";
21+
version = "0.6.7";
2222

2323
src = ./.;
2424

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ nix profile install github:seatedro/glimpse
4242
Basic usage:
4343
```bash
4444
glimpse /path/to/project
45+
46+
glimpse file1 file2 file3
47+
48+
glimpse /path/to/project -e "*.h"
4549
```
4650

4751
Common options:
@@ -80,7 +84,7 @@ glimpse --tokenizer huggingface --tokenizer-file /path/to/tokenizer.json /path/t
8084
Usage: glimpse [OPTIONS] [PATH]
8185
8286
Arguments:
83-
[PATH] Directory to analyze [default: .]
87+
[PATH] Directory/Files to analyze [default: .]
8488
8589
Options:
8690
--interactive Opens interactive file picker (? for help)

0 commit comments

Comments
 (0)