Skip to content

A Docker based version of qbzr for Ubuntu 20.04 and newer

License

Notifications You must be signed in to change notification settings

akoshakji/dockered-qbzr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockered-qbzr

This package provides all the functionalities of QBzr by using Docker.

QBzr is a plugin that provides a GUI for Bazaar users. QBzr is based on Qt4, which is no longer available on the newest Ubuntu releases (20.04 and newer).

Requirements

In order to use this package you will need:

  • Linux OS,
  • Python 3.6+,
  • Docker installation. Please refer to the installation manual.

Installation

To install the package, simply clone the git repository on your machine:

git clone https://github.com/akoshakji/dockered-qbzr

You can create a symbolic link in /usr/bin for improve the ease of use:

sudo ln -s /path-to-dockered-qbzr/qbzr.py /usr/local/bin/qbzr

or you can create an alias in your .bashrc:

alias qbzr=/path-to-dockered-qbzr/qbzr.py

Usage

Simply call qbzr command with identical use to the corresponding bzr command, as shown in the following examples:

qbzr qlog
qbzr qcommit file1 dir/file2
qbzr qshelve .
...

Documentation

For more information, you can run qbzr -h or qbzr --help.

License

MIT

About

A Docker based version of qbzr for Ubuntu 20.04 and newer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published