feat: add --duration flag to search command#6
Merged
Conversation
tacit search --duration 1h <pattern> 형태로 시간 범위를 지정해 검색 결과를 필터링할 수 있도록 추가. list 커맨드와 동일한 parseDuration 함수를 재사용하며, d/w 단위도 지원한다. https://claude.ai/code/session_01So6kU6V1HFgrB7vcfkyTfD
search 커맨드의 --duration 옵션을 스킬 프롬프트에 반영. 시간 범위가 식별된 경우 search에도 --duration을 전달하도록 지시 추가. https://claude.ai/code/session_01So6kU6V1HFgrB7vcfkyTfD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tacit search --duration 1h 형태로 시간 범위를 지정해 검색 결과를 필터링할 수 있도록 추가.
list 커맨드와 동일한 parseDuration 함수를 재사용하며, d/w 단위도 지원한다.
https://claude.ai/code/session_01So6kU6V1HFgrB7vcfkyTfD