Git Product home page Git Product logo

bringer's People

Contributors

cfuehrmann avatar mklinik avatar sol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mklinik sol

bringer's Issues

Add missing unit tests

A lot of the functionality is covered by intense usage by the project's originator. However, some things should be covered by tests:

(1) Behavior on other systems (missing runtime dependencies, file access rights etc.)

(2) Subtle issues which are not easy to catch, e.g. correctness of the sorting of the choices.

Haskell port

Someone may want to port bringer to Haskell: Xmonad uses dmenu by default, so Xmonad users might be interested in bringer. And Xmonad requires the Haskell compiler anyway for configuration. So Xmonad user may find a Haskell version of bringer easier to adopt.

Make configurable how window information is formatted in the desktop display.

Example: The command for "emacs foo.txt" is "emacs foo.txt", while the window title is "emacs@hostname". In this case, it is better to display the command. In certain other cases, it is better to display the window title. The display format should be configurable on a per-command basis, in a configuration file. To avoid introducing yet another self-made syntax, the plan is that the configuration file be OCaml. However, it should be so simple that people without any programming knowledge can adapt it to their needs. So the only noteworthy requirement for changing the configuration is the possession of an OCaml compiler. (Thus our design philosophy is similar to that of xmonad, where the configuration file is written in Haskell.)

error: Cannot get number of desktops properties

Hi!

When I run bringer, I get the following error message:

$ ./bringer.native 
Cannot get number of desktops properties. (_NET_NUMBER_OF_DESKTOPS or _WIN_WORKSPACE_COUNT)
Fatal error: exception End_of_file

Any ideas what the problem might be?

Use a mouse-clickable GUI instead of dmenu to present the choices

This might be based on GTK, but maybe there is something simpler of better? Btw., a clickable GUI might also facilitate certain actions, e.g. deleting bad or obsolete history entries. The tool "gmenu" points in the right direction; however, it is unusable as it stands because it allows no mouse-only operation. Or maybe I should use F# on Mono with WinForms? (What is the licensing situation?)

Deal with missing dmenu_path

My latest Gentoo version of dmenu has dmenu_path missing. Is this an accident? If not, bringer must be given a replacement for dmenu_path.

automatically create history file

When starting bringer for the first time, the following error occurs:

$ ./bringer.native 
Fatal error: exception Sys_error("/home/makl2711/.bringerHistory: No such file or directory")

creating that file, then starting bringer works:

$ touch /home/makl2711/.bringerHistory

The !c command loops before the window has been closed

When a window is closed using the !c command, bringer often comes up again before the system could close the window. So bringer still shows the window which is about to be closed. Instead, bringer should only come up again once the window list has changed.

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.