@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at upstream/main 39 lines 1.1 kB view raw
1@title Search User Guide: Shortcuts 2@group userguide 3 4Command reference for global search shortcuts. 5 6Overview 7======== 8 9Phorge's global search bar automatically interprets certain commands as 10shortcuts to make it easy to navigate to specific places. 11 12To use these shortcuts, just type them into the global search bar in the main 13menu and press return. For example, enter `T123` to jump to the corresponding 14task quickly. 15 16Supported Commands 17======== 18 19 - **T** - Jump to Maniphest. 20 - **T123** - Jump to Maniphest Task 123. 21 - **D** - Jump to Differential. 22 - **D123** - Jump to Differential Revision 123. 23 - **r** - Jump to Diffusion. 24 - **rXYZ** - Jump to Diffusion Repository XYZ. 25 - **rXYZabcdef** - Jump to Diffusion Commit rXYZabcdef. 26 - **r <name>** - Search for repositories by name. 27 - **u** - Jump to People 28 - **u username** - Jump to username's Profile 29 - **p** - Jump to Project 30 - **p Some Project** - Jump to Project: Some Project 31 - **s SymbolName** - Jump to Symbol SymbolName 32 - **(default)** - Search for input. 33 34Next Steps 35========== 36 37Continue by: 38 39 - returning to the @{article:Search User Guide}.