Weekly Shaarli
Week 27 (2018年7月2日)
hledger is an accounting program, for tracking money, time, or other commodities. It is cross platform and released under GNU GPLv3.
A tester, avec interface ncurses en plus.
A simple tool to retrieve the X screensaver state.
Sous le coude.
Termbox is a library that provides minimalistic API which allows the programmer to write text-based user interfaces.
Sous le coude.
dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
Sous le coude
permet de faire des zoom sur un certaine zone de l'écran, plutôt lent après un test rapide.
Keynav is a piece of an on-going experiment to make pointer-driven interfaces easier and faster for users to operate. It lets you move the pointer quickly to most points on the screen with only a few key strokes.
Note that I said pointer, not mouse. The mouse simply drives the pointer. We can drive the pointer with other devices too. keynav turns your keyboard into an fast pointer mover.
Sous le coude
blind is a collection of command line video editing utilities.
Sous le coude.
This is a simple virtual keyboard, intended to be used in environments, where no keyboard is available.
Sous le coude
wmname prints/sets the window manager name property of the root window similar to how hostname(1) behaves.
wmname is a nice utility to fix problems with JDK versions and other broken programs assuming a reparenting window manager for instance.
Sous le coude.
Run arbitrary commands when files change.
Sous le coude
snore pause for NUMBER seconds. SUFFIX may be 's' for seconds (default), 'm' for minutes, 'h' four hours or 'd' for days. Given two or more arguments, pause for the amount of time specified by the sum of their values. A visual feedback is given by printing the flowing of time in both ascending and descending order. If no arguments are given, snore pauses for 1d (one day).
Sous le code
Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration.
Sous le coude
Simple outil qui permet de sélectionner un pixel. Pour copier coller directement dans le press-papier:
#!/bin/bash
OUT=`grabc`
echo ${OUT} | xclip -sel clip
Reste plus qu'a voir pour l'ouvrir avec dmenu...
Simple outils de présentation. A tester...
Sous le coude.
Simple pointer warping tool for X. Warps the mouse pointer to a given position, e.g.:
swarp 100 100
will warp the pointer to (100, 100) on your screen.
Sous le coude.
zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.
Sous le coude, a voir comme alternative à evince...
These small utilities allow creating very lightweight job queue systems which require no setup, maintenance, supervision, or any long-running processes.
The intended purpose is ad-hoc queuing of command lines (e.g. for building several targets of a Makefile, downloading multiple files one at a time, running benchmarks in several configurations, or simply as a glorified nohup), but as any good Unix tool, it can be abused for whatever you like.
Sous le coude.
screenshot & screencast screen regions; FFmpeg; X11; run command on rectangular screen regions.
Sous le coude.