Giter VIP home page Giter VIP logo

box11's Introduction

box11

Synopsis

box11 is the next generation in box-drawing technology. It provides a simple way to display text anywhere on the screen.

Run box11 --help for usage information.

Usage

box11 displays standard input. For example:

while true; do 
    date
    sleep 1
done | box11 -u hv

This will write the date in a grey box in the upper-left corner of the screen, updating it once per second. The -u hv argument will cause the box to automatically resize to fit the horizontal and vertical bounds of the text.

Build

Dependencies

xcb, xcb-xrm, cairo, and pango are required to build box11. Consult your distribution's repositories for package names.

Steps

To build, run:

  • mkdir build
  • make

This will place the box11 executable in the build directory.

To install it system-wide, simply make install. Running that command with the INSTALL_PATH environment variable set will override the directory to which the box11 executable is installed.

Future goals

This project could be expanded in a number of ways:

  • Manpage
  • Image rendering support
  • User input (probably better suited to another project like dmenu)

box11's People

Contributors

zacharied avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  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.