Archiv für: Februar 2009, 05

05.02.09

"Ubuntu Münster" Team

Link: https://launchpad.net/~ubuntu-muenster

Auf Launchpad.net gibt es ein Team "Ubuntu Münster", wo sich mal alle Leute registrieren könnten, die Interesse an Ubuntu-spezifischen Treffen in Münster haben - darüber könnte man dann in naher Zukunft mal Usertreffen und/oder Bugjams organisieren.

Von Daniel in Ubuntu05.02.09 German (DE) E-Mail
Schlagworte: , ,

bzr-pager Plugin

I like the feature in git, where commands that produce long output get piped to $PAGER.
This means, that if you do a "git diff" and its output will not fit into the current terminal window without scrolling, it will get piped to "less" by default, so that you can easily search and scroll in the output. Additionally (and that's the main point IMHO) it does not pollute your scrollback history (when you exit from your pager, the terminal will only display the call to the command, but not its output).

Luckily, there's a plugin for bzr, which provides the same functionality: bzr-pager

You can install it as follows:

mkdir -p ~/.bazaar/plugins && \
cd ~/.bazaar/plugins && \
bzr branch lp:bzr-pager pager

By Daniel in development, Ubuntu, musthaves2009-02-05 English (EU) Email
Seitenleiste