JakeWharton / JakeWharton/pidcat
Open local logcat file
Open
- Dominant language
- Python
- Stars
- 5k
- Forks
- 517
- PR merge metrics
- No merged PRs in 30d
Description
Asking for possibility to filter existing logcat file (input pipe):
```
cat logcat.txt | python pidcat.py com.developer.strikes
```
or local file
```
./pidcat.py -f logcat.txt com.developer.strikes
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading pidcat.py and trace how logcat input is currently received and filtered for the package argument. Exercise the existing command, then verify that both the piped logcat.txt form and the -f logcat.txt form filter the same way for com.developer.strikes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100