README excerpt
# Flag Browser
The Flag Browser is a Pharo browser useful to find flags developers might have left in the code using the `#flag:` method.

The flag browser is divided into 3 tabs:
- Browse flags: In this mode it is possible to distinguish flags by the type of their argument: Symbols, Strings, other objects.
- Browse flags by packages
- Browse flags by classes
## How to install it
```smalltalk
Metacello new
baseline: 'FlagBrowser';
repository: 'github://jecisc/FlagBrowser/src';
load ].
```