Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ A summary of the currently supported features:
- **Diffusion** - List repositories, get branches, clone URIs, add repositories, manage URIs
- **Paste** - List, get, and add pastes
- **User** - Get information about the logged-in user
- **Maniphest** - Add comments, show task details, create tasks from templates
- **Maniphest** - Add comments, show task details, create tasks from templates, search with advanced filters
- **Edit** - Edit tasks with auto-detection, batch operations, and smart board/column navigation

For complete documentation, see [Read the Docs](https://phabfive.readthedocs.io/).

Expand Down Expand Up @@ -79,10 +80,17 @@ EOF
### 3. Use phabfive

```bash
# Get secrets and list pastes
phabfive passphrase K123
phabfive paste list

# Search tasks
phabfive maniphest search "migration tasks" --tag myproject
phabfive maniphest search --tag myproject --updated-after=1w
phabfive maniphest search --tag myproject --updated-after=3d

# Edit tasks individually or in batch
phabfive edit T123 --priority=high --status=resolved
phabfive maniphest search --assigned=@me | phabfive edit --column=Done
```

## Documentation
Expand Down
Loading
Loading