JakeWharton / JakeWharton/pidcat

Support wildcards '*' in package name.

Open
#70 2 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5k
Forks
517
PR merge metrics
No merged PRs in 30d

Description

One would use this command to get all Google apps logs:

```
pidcat.py com.google.*
```

One would use this command to get all AOSP apps logs:

```
pidcat.py com.android.*
```

One would use this command to get all ActionBarSherlock Sample apps logs:

```
pidcat.py com.actionbarsherlock.*
```

Thanks.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing how pidcat.py currently filters log entries by package name and compare that behavior with the wildcard examples in the issue. Done means commands such as `pidcat.py com.google.*`, `pidcat.py com.android.*`, and `pidcat.py com.actionbarsherlock.*` select matching package logs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.