Weekly Shaarli

All links of one week in a single page.

Week 27 (2018年7月2日)

hledger: index

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.

x - xssstate | suckless.org tools

A simple tool to retrieve the X screensaver state.

Sous le coude.

GitHub - nsf/termbox: Library for writing text-based user interfaces

Termbox is a library that provides minimalistic API which allows the programmer to write text-based user interfaces.

Sous le coude.

dvtm || dynamic virtual terminal manager

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

xzoom - A simple screen magnifier for X11.

permet de faire des zoom sur un certaine zone de l'écran, plutôt lent après un test rapide.

keynav - retire your mouse. - semicomplete

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 | suckless.org tools

blind is a collection of command line video editing utilities.

Sous le coude.

x - svkbd | suckless.org tools

This is a simple virtual keyboard, intended to be used in environments, where no keyboard is available.

Sous le coude

x - wmname | suckless.org tools

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.

entr(1)

Run arbitrary commands when files change.

Sous le coude

GitHub - clamiax/snore: sleep with feedback

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

x - lsw | suckless.org tools

Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration.

Sous le coude

GitHub - muquit/grabc: A command line tool to identify a pixel color of an X Window System screen

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...

sent - simple plaintext presentation tool

Simple outils de présentation. A tester...

Sous le coude.

x - swarp | suckless.org tools

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

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...

GitHub - chneukirchen/nq: Unix command line queue utility

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.

GitHub - lolilolicon/FFcast: screenshot & screencast screen regions; FFmpeg; X11; run command on rectangular screen regions

screenshot & screencast screen regions; FFmpeg; X11; run command on rectangular screen regions.

Sous le coude.