A list of cool stuff lying in our git

$ lynx --dump -nonumbers -listonly  http://git.bebou.netlib.re/index.html

most must have^

(http://git.bebou.netlib.re/boxes/log.html)
→ a simple tool to draw boxes written in C with the termbox.c lib

(http://git.bebou.netlib.re/catium/log.html)
→ Catium is now an almost four year old static site generator yet another yes.
The whole story and details are there →.
TLDR catium uses shell and makefiles to become a template generator.

(http://git.bebou.netlib.re/slides.vim/log.html)
→ It’s slides but in vim !! It means you can execute code, change your slides on the fly,
and for pictures on each slide you can set up hooks to execute any code so feh ./urimage.png works too
And here you can find a slideshow made by Arthur for a prepostprint presentation about catium

(http://git.bebou.netlib.re/ytcli/log.html)
→ Ytcli for youtubeCLI, it’s a whole package to use youtube in your cli, it has a couple of dependances,
but nothing fancy. As always mpv is the way.

(http://git.bebou.netlib.re/zenu/log.html)
→ That’s my big it. I and we use it everyday. Written in zsh by MC, it’s a menu with zshell.
It uses a basic principle often forgot in interfaces. If you click right within your a browser u’ll have a contextual menu as such:

    Save Page as…
    Send Page to device
    Select All
    
Take Screenshot

Where every character underlined means you can use the letter as contextual short cut

screenshot of a zenu menu

smol script for everyday life

(http://git.bebou.netlib.re/TLFi-light/log.html)
→ French dictionnary in the CLI, quite useful when you write in vim or emacs.

(http://git.bebou.netlib.re/fip/log.html)
→ smol script to listen to fip a frenh radio, cool to plug in zenu!

(http://git.bebou.netlib.re/des/log.html)
→ French thesauraus, Dictionnaire électronique des synonymes.

(http://git.bebou.netlib.re/cts/log.html)
→ yet another ui for the Strasbourg transportation network, you can set up your favorite station to know when the next bus/tramway will come, or find your way through the city.

(http://git.bebou.netlib.re/conjugaison-light/log.html)
→ the third smol script in our little french suite. This one is for conjugation. All of them are mapped to macro in vim, so I select a word press on my macro and the result will print right in my buffer! Quite handy isn’t it ?

(http://git.bebou.netlib.re/cnrtl/log.html)
→ second version of TLFi.

(http://git.bebou.netlib.re/katdown/log.html)
Quite proper to the writer’s use, it’s markdown converter written in awk.

(http://git.bebou.netlib.re/isposix/log.html)
→ You want to write posix compliant, it can help you!

(http://git.bebou.netlib.re/mdpgen/log.html)
→ generate your password for garbage pass:

tifovi-sadisu-nipiso-filopu-pudadu

(http://git.bebou.netlib.re/kun/log.html)
→ survey with your webserver log

(http://git.bebou.netlib.re/qcm/log.html)

(http://git.bebou.netlib.re/rumenu/log.html)
→ Strasbourg University restaurant menu, because they’re a pain to browse and often you want to compare your options. Still very bare naked, somedays it may be better
here’s this week menu

(http://git.bebou.netlib.re/stream-utils/log.html)
→ Smol suite to stream from your computer

(http://git.bebou.netlib.re/tracks/log.html)
→ to put chapter on a video or music file.

(http://git.bebou.netlib.re/tsv2layout/log.html)
→ TSV being the obvious best choice for your tables, this let you transform them into any layout, such as an html table for instance.

cute!

(http://git.bebou.netlib.re/timeline/log.html)
→ A collaborative Unix timeline. A bit of history, it’s always nice

(http://git.bebou.netlib.re/spppan/log.html)
→ For the PrePostPrint community, in a html file it transform every PPP, into the OG slant back-slant version. (http://git.bebou.netlib.re/git-cal/log.html)→ do you see the famous github commit calendar, gnuplot can do it too! here’s the script :)

(http://git.bebou.netlib.re/figlet-maison/log.html)
→ we re-invent the wheel, only not as good as the original figlet. Fun to do tho !!

(http://git.bebou.netlib.re/arthur-playlist/log.html)

(http://git.bebou.netlib.re/go-tui/log.html)
→ play go in your term emulator, nothing fancy

(http://git.bebou.netlib.re/karaoke/log.html)
→ KARAOKEEEE, been used it works, a wonder.

(http://git.bebou.netlib.re/tron/log.html)
→ do you know the tron bikers game ? it’s the same written in c. We play it over ssh it works quite well!!

weird stuff

(http://git.bebou.netlib.re/sts-term/log.html)
→ Slay the Spire in the terminal! Yes this git repo is anything in the terminal

(http://git.bebou.netlib.re/support/log.html)
→ ssh bridge in a .deb

(http://git.bebou.netlib.re/liverepl/log.html)
→ everything you type gets executed, dangerous but fun, but without danger there’s no fun

(http://git.bebou.netlib.re/pipe-game/log.html)
→ learn the unix way with a game, it’s a pipe game !

it’s becoming

(http://git.bebou.netlib.re/NUI-magick/log.html)
→ incredible project to become, it’s a gui for image magick with a nodal approach!

our behind the scene scripts

(http://git.bebou.netlib.re/cgis/log.html)
→ if you want to dwelve in cgi–common gateway interface