Age | Commit message (Collapse) | Author |
|
|
|
The `lar` (list archive) function is a utility to quickly inspect an
archive file.
|
|
A lot of software does not know the `foot` terminal emulator. This leads
to issues. Setting the TERM variable to the well-known `xterm` works and
avoids issues.
|
|
|
|
|
|
This tool outputs the diff of two hexdumps based on the two files
provided as arguments.
|
|
I do not want huge images on my screen all the time.
|
|
The configuration file syntax changed.
|
|
|
|
|
|
|
|
This might contain sensitive information which should not be made
public.
|
|
|
|
|
|
Too annoying to have the mouse always moving to the center of the
focussed container. This makes a keyboard-focussed workflow less
ergonomic.
|
|
|
|
|
|
|
|
|
|
|
|
Commonly edited by programs (for some reason) and thus empty lines to
structure are not so good to keep.
|
|
|
|
Just some cleanup of less important configs.
|
|
This is replaced by the foot terminal emulator.
|
|
|
|
The list archive (`lar`) util creates a temporary directory, unpacks the
given tar archive into it, switches to that folder, starts the terminal
file manager `lf` and on quit jumps back and deletes the temporary
directory.
This is useful to quickly inspect the contents of a tar archive.
|
|
This fixed error messages on completion on recent Arch Linux.
|
|
This is considered too dangerous since the mails are finally deleted and
not moved to trash.
In case this is actually wanted it is reasonable to type `delete`
manually.
|
|
There are several week number definitions (see `man 1 date`). Switching
to a more common one with this commit since it is very unexpected that
it starts with calendar week 0 in 2025.
|
|
|
|
The default is ~/Music but capital letters are annoying.
|
|
This prefixes `aerc` with `mbsync -a &&`. While I prefer IMAP
connections on aerc I want to regularly copy all mails from the server
to my machine to have a backup on disk.
This can be viewed even without an internet connection and is included
in my BTRFS-based snapshot backups.
|
|
This contains non-public content.
|
|
The default design is slightly ugly.
|
|
The configuration was somehow broken leading to huge heights of the
notification frames.
|
|
|
|
imv does not seem to support webp.
|
|
This allows to select either all branches to display with `igit --all`
or a subset of branches with `igit branch1 branch2 ...`.
With this change it is possible to get a better overview in repositories
with a huge number of branches.
|
|
This allows to install programs with `go install
<module-url>@<version>`.
|
|
This is more often annoying than helpful.
|
|
This files can be sourced by shell configs and replaces the scripts
repository [1].
[1]: https://xengineering.eu/git/scripts
|
|
|
|
- sort list of programs automatically
- report all programs with a check mark `[x]` or without `[ ]`
|
|
|
|
The functionality is now available as `check_programs()`. Not executing
it on shell startup makes it more comfortable to use systems which do
not provide all the mentioned programs.
|
|
|
|
|
|
Replaced by the better tool 'rifle' which is shipped with 'ranger'.
|
|
The new posix-shell folder should contain shell code which is portable
between different implementations.
|
|
It makes more sense to check for missing programs after the PATH is
customized since some of the programs might be installed in unusual
locations.
|