Skip to content

A simple app to select a browser while opening any url

License

Notifications You must be signed in to change notification settings

h1zardian/braus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braus

A small application to select a browser every time you click a link anywhere. This is especially useful if you have multiple browsers or profiles, and you want to be able to open certain links in certain browsers. Very useful for web developers, but also for a lot of other people.

## This is unmaintained for now, since I don't have time from other life stuff. 
## Please feel free to fork and publish under a different name.

GNU/Linux alternative to apps such as Choosy/Browserchooser

A package is available for Archlinux in the AUR

If you wish to package the app for your distro, please open an issue and we'll work on it together.

Build instructions

meson build --prefix=/usr
cd build
ninja
ninja install

When you run braus for the first time, it will ask you whether you want to set it as your default browser. Ideally you should make it default to actually get the benefit of an app like this.


© 2020 Kavya Gokul

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A simple app to select a browser while opening any url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.2%
  • Meson 14.8%