Giter VIP home page Giter VIP logo

webbox2's Introduction

Webbox2

A complete rewrite of all previous versions. Quickly launch a browser with a list of links.


Available on Linux, MacOS and Windows

This is a free and open source application. In order to get it on your system follow the build instructions

Prerequisites

  • GCC or a C compiler of your choice
  • make to run the automatic build setup

Build Instructions

The following Build Instructions are for Linux, the MacOS build should be identical and if you're a Windows user, may god help you to set up a C compiler.

!IMPORTANT! Make sure you have a C compiler installed on your system
// feel free to modify the 'makefile' and use a different compiler

// the default build is a static build. It will compile all the libraries and code into an executable with no dependencies
// open the folder through a terminal, locate the 'makefile' and run the following command:
make

// to make a shared executable which will not compile all the libraries and will be dependent on your system's libC, run the following command:
make shared

Once the program is built there's one more step.

Create a directory in your ~/.config/ (LINUX) , ~/Library/Preferences/ (MACOS) or ~\AppData\Roaming\ (WINDOWS) directory called webbox and place the example.cfg file in there.

Copy the file, don't move it permanently in case you might need an example for later use.

Your final result should be something like this:

/home/<username>/.config/webbox/example.cfg			// LINUX
/Users/<Username>/Library/Preferences/webbox/example.cfg	// MACOS
C:\Users\YourUsername\AppData\Roaming\webbox\example.cfg	// WINDOWS

Webbox will look for a default.cfg so rename example.cfg to that and modify the links to your desired ones or create a new file and add your links there following the example file.

webbox2's People

Contributors

ionutrogojan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.