Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
update version and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 19, 2021
1 parent b0625f6 commit 18523b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ctrlg"
description = "A command line context switcher, written in Rust"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ previews: true
# use `bat` instead of `cat` for previews
preview_with_bat: false
```

Any configuration values can be overridden by passing them as arguments to the CLI.
When passing arguments to the CLI, replace `_` with `-`, e.g. `preview_with_bat`
should be passed to the CLI as `--preview-with-bat`.
See `ctrlg --help` and `ctrlg find --help`.

0 comments on commit 18523b2

Please sign in to comment.