add --start-search/-s flag

upd README
This commit is contained in:
2025-06-18 08:56:05 +01:00
parent e1875fb894
commit cf93198462
4 changed files with 27 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ go install github.com/onyx-and-iris/ignr@latest
- --height/-H: Height of the selection prompt (default 10)
- --filter/-f: Type of filter to apply to the list of templates (default startswith)
- may be one of (startswith, contains)
- --start-search/-s: Start the prompt in search mode (default false)
*environment variables*
@@ -32,6 +33,7 @@ go install github.com/onyx-and-iris/ignr@latest
export IGNR_TOKEN=<API Token>
export IGNR_HEIGHT=10
export IGNR_FILTER=startswith
export IGNR_START_SEARCH=false
```
## Commands