Select the types of activity you want to include in your feed.
@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
···132132133133== Installing Tab Completion ==
134134135135-If you use `bash`, you can set up tab completion by adding something like this
136136-to your `.bashrc`, `.profile` or similar:
135135+If you use `bash`, you can set up tab completion by running this command:
136136+137137+ $ arc shell-complete
137138138138- source /path/to/arcanist/resources/shell/bash-completion
139139+This will install shell completion into your current shell. After installing,
140140+you may need to start a new shell (or open a new terminal window) to pick up
141141+the updated configuration.
139142140143== Configuration ==
141144