| Age | Commit message (Collapse) | Author |
|
This function allows to run `meson compile -C <build-dir>` always for a
given build directory whenever an also given file is written.
This is especially useful to edit LaTeX files and let them update
automatically on each save of the editor with automeson, meson and
latexmk.
The performance is so good that it speeds up the LaTeX and especially
TikZ development significantly.
|
|
[1]: https://fvm.app
|
|
|
|
|
|
This tool outputs the diff of two hexdumps based on the two files
provided as arguments.
|
|
|
|
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.
|
|
|
|
|
|
|
|
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 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 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 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.
|