Twitter: Show full names in Timeline

it’s possible to enable some hidden features for the ‘Twitter For Mac’ application with some Terminal commands. With the following command you can enable to display the full names of your followers in your timeline. Close Twitter and add the following command in Terminal.

defaults write com.twitter.twitter-mac ShowFullNames -bool true

Restore the default setting:

defaults write com.twitter.twitter-mac ShowFullNames -bool false